aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-20driver/fsl_debug_server: Fix the DDR hide logic for LS2085aBhupesh Sharma1-0/+5
2015-05-14sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulationSimon Glass1-0/+2
2015-05-14sandbox: Add missing errno.h includes in a few filesSimon Glass2-0/+2
2015-05-08misc: led: Add PCA9551 LED driverStefan Roese3-0/+169
2015-05-05cros_ec: Handle the single duplex requirement in cros_ecSimon Glass1-3/+20
2015-05-05cros_ec: Show the protocol version in the debug messageSimon Glass1-1/+2
2015-04-29x86: 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
2015-04-23armv8/ls2085aqds: NAND boot supportScott Wood1-0/+12
2015-04-23driver/fsl_ifc: Add support to finalize CS1, CS3 address bindingPrabhakar Kushwaha1-0/+9
2015-04-23cmd_led: Extend led command to support blinking and more ledsStefan Roese1-0/+14
2015-04-21armv8/fsl-lsch3: Add Freescale Debug Server driverBhupesh Sharma2-0/+247
2015-04-18sandbox: cros_ec: Add Kconfig for sandbox EC configSimon Glass1-0/+9
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass4-8/+8
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass4-336/+0
2015-04-18cros_ec: Reinit the cros_ec device when 'crosec init' is usedSimon Glass1-2/+8