summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)Author
2015-01-05i2c_eeprom: include <linux/err.h> to fix build errorMasahiro Yamada
2014-12-13x86: Add a simple superio driver for SMSC LPC47MBin Meng
2014-12-11dm: Add a simple EEPROM driverSimon Glass
2014-12-11dm: i2c: Add an I2C EEPROM simulatorSimon Glass
2014-12-01mxc_ocotp: Do not disable the OCOTP clock after every accessFabio Estevam
2014-12-01mxs_ocotp: clear the error flag before initiating write operationHector Palacios
2014-12-01mxs_ocotp: check for errors from the OTP controller after writingHector Palacios
2014-12-01mxs_ocotp: prevent error path from returning successHector Palacios
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-22cros_ec: Fix uninitialised variable in cros_ec.cSimon Glass
2014-11-20replace DIV_ROUND with DIV_ROUND_CLOSESTMasahiro Yamada
2014-10-23Merge git://git.denx.de/u-boot-x86Tom Rini
2014-10-22x86: cros_ec: Update LPC driver for new cros_ec headerSimon Glass
2014-10-22dm: exynos: cros_ec: Move cros_ec_spi to driver modelSimon Glass
2014-10-22dm: sandbox: cros_ec: Move sandbox cros_ec to driver moduleSimon Glass
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-08-06cros_ec: Fix two bugs in the SPI implementationSimon Glass
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee
2014-04-22driver/fsl_ifc: Add a function to finalize CS0 address bindingYork Sun
2014-04-04Merge branch 'master' of git://git.denx.de/u-boot-arm into masterStefano Babic
2014-03-31ARM: mxs: Add OCOTP driverMarek Vasut
2014-03-17cros_ec: Implement I2C pass-throughSimon Glass
2014-03-17cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass
2014-03-17cros_ec: Correct comparison between signed and unsigned numbersSimon Glass
2014-03-17cros_ec: spi: Add support for EC protocol version 3Randall Spangler
2014-03-17cros_ec: Add base support for protocol v3Simon Glass
2014-03-17cros_ec: Clean up multiple EC protocol supportRandall Spangler
2014-03-17cros_ec: Sync up with latest Chrome OS EC versionSimon Glass
2014-03-17cros_ec: Move #ifdef to permit flash region accessSimon Glass
2014-03-17cros_ec: Drop old EC version support from EC driverVadim Bendebury
2014-03-17cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass
2014-01-06Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-01-03arm: mx5: Add fuse supply enable in fsl_iimSergey Alyoshin
2013-12-09spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT nodeSimon Glass
2013-12-02Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2013-11-25Driver/IFC: Move Freescale IFC driver to a common driverYork Sun
2013-11-25gpio_led: add support for inverted polarityIgor Grinberg
2013-11-25gpio_led: check gpio_request() return valueIgor Grinberg
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26cros: add LPC support for cros_ecHung-ying Tyan
2013-06-26cros: exynos: add SPI support for cros_ecHung-ying Tyan
2013-06-26cros: add I2C support for cros_ecHung-ying Tyan
2013-06-26cros: add cros_ec driverHung-ying Tyan
2013-05-11Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-05-10twl4030: make twl4030_i2c_write_u8 prototype consistentNishanth Menon