aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-18dm: cros_ec: Convert cros_ec LPC driver to driver modelSimon Glass2-0/+50
2015-04-18dm: sandbox: pci: Enable PCI for sandboxSimon Glass1-0/+1
2015-04-18dm: sandbox: Add a emulated PCI device as an exampleSimon Glass1-0/+285
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass4-7/+7
2015-03-05fsl_sec_mon: Add driver for Security Monitor block of Freescalegaurav rana3-0/+155
2015-02-19dm: cros_ec: Convert to KconfigSimon Glass1-1/+47
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass1-0/+9
2015-01-29dm: cros_ec: Convert cros_ec_i2c over to driver modelSimon Glass1-53/+29
2015-01-29dm: cros_ec_spi: Remove old pre-driver-model codeSimon Glass1-49/+2
2015-01-29dm: cros_ec: Don't require protocol 3 supportSimon Glass1-4/+6
2015-01-29dm: spi: Move slave details to child platdataSimon Glass1-19/+0
2015-01-29dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass1-18/+6
2015-01-05i2c_eeprom: include <linux/err.h> to fix build errorMasahiro Yamada1-0/+1
2014-12-13x86: Add a simple superio driver for SMSC LPC47MBin Meng2-0/+34
2014-12-11dm: Add a simple EEPROM driverSimon Glass2-0/+52
2014-12-11dm: i2c: Add an I2C EEPROM simulatorSimon Glass2-0/+171
2014-12-01mxc_ocotp: Do not disable the OCOTP clock after every accessFabio Estevam1-2/+0
2014-12-01mxs_ocotp: clear the error flag before initiating write operationHector Palacios1-0/+2
2014-12-01mxs_ocotp: check for errors from the OTP controller after writingHector Palacios1-0/+7
2014-12-01mxs_ocotp: prevent error path from returning successHector Palacios1-4/+1
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-0/+1
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-11-22cros_ec: Fix uninitialised variable in cros_ec.cSimon Glass1-0/+1
2014-11-20replace DIV_ROUND with DIV_ROUND_CLOSESTMasahiro Yamada1-2/+2