aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2016-12-16OCOTP: Update OCOTP driver to support i.MX6SLLPeng Fan1-8/+8
2016-12-02cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer1-16/+0
2016-10-12Merge git://git.denx.de/u-boot-dmTom Rini1-348/+37
2016-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-111/+129
2016-10-11cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer1-351/+0
2016-10-09cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer1-7/+16
2016-10-09cros_ec: Add crosec flashinfo commandMoritz Fischer1-0/+10
2016-10-09cros_ec: Add function to read back flash parametersMoritz Fischer1-0/+21
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-6/+46
2016-10-08cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer1-2/+3
2016-10-06fsl_sec_mon: Update driver for Security MonitorSumit Garg1-111/+129
2016-10-04imx: ocotp: support i.MX6ULLPeng Fan1-6/+46
2016-09-27misc: implement Tegra CAR core driverStephen Warren3-0/+76
2016-09-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-251/+0
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada5-5/+5
2016-09-14armv8: ls2080a: Remove debug server supportYork Sun2-251/+0
2016-08-16misc: Add simple driver for some Nuvoton NCT6102D devicesStefan Roese3-0/+65
2016-08-15misc: add Tegra BPMP driverStephen Warren3-0/+270
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini1-0/+11
2016-08-12misc: add "call" uclass opStephen Warren1-0/+11
2016-08-12drivers/sysreset: group sysreset driversMax Filippov4-193/+0
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-7/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-2/+1
2016-07-22i2c_eeprom: Add reading supportmario.six@gdsys.cc2-8/+36
2016-07-14sandbox: Don't bring in the eeprom emulator in SPLSimon Glass1-0/+2
2016-07-14dm: sandbox: Add a simple driver to test of-platdataSimon Glass2-0/+58
2016-07-11sandbox: Find keyboard driver using driver modelSimon Glass1-1/+10
2016-06-12Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-2/+2
2016-05-26reset: Drop the reset failure messageSimon Glass1-1/+1
2016-05-26Rename reset to sysresetStephen Warren5-123/+124
2016-05-24ocotp: mxc: use simpler runtime cpu dection macrosPeng Fan1-2/+2
2016-05-23cmd: qfw: bring ACPI generation code into qfw coreMiao Yan1-0/+206
2016-05-23cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan3-3/+3
2016-05-23x86: qemu: move x86 specific operations out of qfw coreMiao Yan1-17/+13
2016-05-23x86: qemu: split qfw command interface and qfw coreMiao Yan3-0/+191
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini1-3/+1
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-1/+1
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-02-21superio: Add SMSC SIO1007 driverBin Meng2-0/+127
2016-01-28misc: Add simple driver to enable the legacy UART on Winbond Super IO chipsStefan Roese3-0/+50
2016-01-21cros_ec: Disable the Chrome OS EC in SPLSimon Glass1-0/+2
2016-01-21dm: Add a power sequencing uclassSimon Glass3-0/+43
2016-01-19Add more SPDX-License-Identifier tagsTom Rini2-25/+2
2015-11-19Move console definitions into a new console.h fileSimon Glass1-1/+1
2015-11-19sandbox: cros_ec: fix uninitialized use of lenDaniel Schwierzeck1-0/+1
2015-11-19cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass1-5/+9
2015-11-18altera_sysid: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-12Merge git://git.denx.de/u-bootStefano Babic2-3/+2
2015-11-06misc: altera_sysid: minor clean upThomas Chou1-2/+2
2015-10-30Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+0