summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini1-3/+1
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-1/+1
2016-03-15dm: 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-22cros_ec: Disable the Chrome OS EC in SPLSimon Glass1-0/+2
2016-01-22dm: Add a power sequencing uclassSimon Glass3-0/+43
2016-01-19Add more SPDX-License-Identifier tagsTom Rini2-25/+2
2015-11-20Move console definitions into a new console.h fileSimon Glass1-1/+1
2015-11-20sandbox: cros_ec: fix uninitialized use of lenDaniel Schwierzeck1-0/+1
2015-11-20cros_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-28Merge 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-02arm/ls102xa:add hwconfig setting to support disable unused devicesZhuoyu Zhang2-0/+30
2015-09-02driver: 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-13drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+8
2015-08-06cros_ec: Remove the old tunnel codeSimon Glass1-267/+1
2015-08-06cros_ec: Support the LDO access method used by springSimon Glass1-10/+11
2015-08-06dm: 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-22dm: test: Add a test for the system controller uclassSimon Glass2-0/+28
2015-07-22sandbox: Use the reset driver to handle resetSimon Glass1-1/+1
2015-07-22sandbox: Add a warm and cold reset driverSimon Glass2-0/+101
2015-07-22dm: reset: Allow reset_walk() to returnSimon Glass1-6/+25
2015-07-22dm: Add a system reset uclassSimon Glass3-0/+72
2015-07-20driver/fsl_debug_server: Fix the DDR hide logic for LS2085aBhupesh Sharma1-0/+5
2015-05-15sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulationSimon Glass1-0/+2
2015-05-15sandbox: Add missing errno.h includes in a few filesSimon Glass2-0/+2
2015-05-09misc: led: Add PCA9551 LED driverStefan Roese3-0/+169
2015-05-06cros_ec: Handle the single duplex requirement in cros_ecSimon Glass1-3/+20
2015-05-06cros_ec: Show the protocol version in the debug messageSimon Glass1-1/+2
2015-04-30x86: Set serial port IRQ for SMSC LPC47MBin Meng1-1/+2
2015-04-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini3-0/+268