aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-30driver: misc: add MXC_OCOTP Kconfig entryPeng Fan1-0/+7
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu1-1/+0
2015-10-27Merge git://git.denx.de/u-boot-dmTom Rini1-2/+2
2015-10-24allow LED initialization without STATUS_LED_BOOTBernhard Nortmann2-2/+6
2015-10-23add generic stubs for GPIO LEDsBernhard Nortmann1-0/+54
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-2/+2
2015-10-23nios2: convert altera sysid to driver modelThomas Chou3-0/+109
2015-10-23dm: implement a Miscellaneous uclassThomas Chou3-0/+61
2015-10-05sandbox: Correct operaion of 'reset' commandSimon Glass1-1/+1
2015-09-11driver: misc: correct Kconfig entryPeng Fan1-1/+1
2015-09-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-6/+147
2015-09-02mxc: ocotp fix hole in shadow registersPeng Fan1-5/+73
2015-09-02imx: ocotp: mxc add i.MX7D supportAdrian Alonso1-1/+73
2015-09-02mxs_ocotp: Shift the HBUS divider correctlyChris Smith1-0/+1
2015-09-01arm/ls102xa:add hwconfig setting to support disable unused devicesZhuoyu Zhang2-0/+30
2015-09-01driver: misc: debug server: Update Error messagePrabhakar Kushwaha1-5/+5
2015-08-26x86: superio: Add keyboard controller support to smsc_lpc47m driverBin Meng1-1/+12
2015-08-12drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+8
2015-08-05cros_ec: Remove the old tunnel codeSimon Glass1-267/+1
2015-08-05cros_ec: Support the LDO access method used by springSimon Glass1-10/+11
2015-08-05dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass1-5/+88
2015-07-27misc: led: pca9551_led: Fix problem with multiple blink frequenciesStefan Roese1-10/+22
2015-07-21dm: test: Add a test for the system controller uclassSimon Glass2-0/+28
2015-07-21sandbox: Use the reset driver to handle resetSimon Glass1-1/+1
2015-07-21sandbox: Add a warm and cold reset driverSimon Glass2-0/+101
2015-07-21dm: reset: Allow reset_walk() to returnSimon Glass1-6/+25
2015-07-21dm: Add a system reset uclassSimon Glass3-0/+72