aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-23Merge git://git.denx.de/u-boot-x86Tom Rini1-2/+2
2014-10-22x86: cros_ec: Update LPC driver for new cros_ec headerSimon Glass1-2/+2
2014-10-22dm: exynos: cros_ec: Move cros_ec_spi to driver modelSimon Glass1-9/+78
2014-10-22dm: sandbox: cros_ec: Move sandbox cros_ec to driver moduleSimon Glass1-5/+85
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass2-14/+117
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-08-06cros_ec: Fix two bugs in the SPI implementationSimon Glass1-2/+2
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-3/+3
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-1/+1
2014-04-22driver/fsl_ifc: Add a function to finalize CS0 address bindingYork Sun1-0/+7
2014-04-04Merge branch 'master' of git://git.denx.de/u-boot-arm into masterStefano Babic6-165/+1180
2014-03-31ARM: mxs: Add OCOTP driverMarek Vasut2-0/+312
2014-03-17cros_ec: Implement I2C pass-throughSimon Glass1-2/+268
2014-03-17cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass3-0/+576
2014-03-17cros_ec: Correct comparison between signed and unsigned numbersSimon Glass1-16/+18
2014-03-17cros_ec: spi: Add support for EC protocol version 3Randall Spangler2-0/+36
2014-03-17cros_ec: Add base support for protocol v3Simon Glass1-1/+164
2014-03-17cros_ec: Clean up multiple EC protocol supportRandall Spangler3-44/+47
2014-03-17cros_ec: Sync up with latest Chrome OS EC versionSimon Glass1-16/+17
2014-03-17cros_ec: Move #ifdef to permit flash region accessSimon Glass1-1/+2
2014-03-17cros_ec: Drop old EC version support from EC driverVadim Bendebury2-89/+6
2014-03-17cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass1-0/+50
2014-01-06Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+12
2014-01-03arm: mx5: Add fuse supply enable in fsl_iimSergey Alyoshin1-1/+12
2013-12-09spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT nodeSimon Glass1-2/+1
2013-12-02Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2-0/+165
2013-11-25Driver/IFC: Move Freescale IFC driver to a common driverYork Sun2-0/+141
2013-11-25gpio_led: add support for inverted polarityIgor Grinberg1-2/+25
2013-11-25gpio_led: check gpio_request() return valueIgor Grinberg1-1/+5
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-37/+15
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1