Age | Commit message (Expand) | Author |
2015-02-19 | dm: cros_ec: Convert to Kconfig | Simon Glass |
2015-02-12 | dm: Expand and complete Kconfig in drivers/ | Simon Glass |
2015-01-29 | dm: cros_ec: Convert cros_ec_i2c over to driver model | Simon Glass |
2015-01-29 | dm: cros_ec_spi: Remove old pre-driver-model code | Simon Glass |
2015-01-29 | dm: cros_ec: Don't require protocol 3 support | Simon Glass |
2015-01-29 | dm: spi: Move slave details to child platdata | Simon Glass |
2015-01-29 | dm: cros_ec: Remove use of fdtdec GPIO support | Simon Glass |
2015-01-05 | i2c_eeprom: include <linux/err.h> to fix build error | Masahiro Yamada |
2014-12-13 | x86: Add a simple superio driver for SMSC LPC47M | Bin Meng |
2014-12-11 | dm: Add a simple EEPROM driver | Simon Glass |
2014-12-11 | dm: i2c: Add an I2C EEPROM simulator | Simon Glass |
2014-12-01 | mxc_ocotp: Do not disable the OCOTP clock after every access | Fabio Estevam |
2014-12-01 | mxs_ocotp: clear the error flag before initiating write operation | Hector Palacios |
2014-12-01 | mxs_ocotp: check for errors from the OTP controller after writing | Hector Palacios |
2014-12-01 | mxs_ocotp: prevent error path from returning success | Hector Palacios |
2014-11-24 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2014-11-23 | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada |
2014-11-22 | cros_ec: Fix uninitialised variable in cros_ec.c | Simon Glass |
2014-11-20 | replace DIV_ROUND with DIV_ROUND_CLOSEST | Masahiro Yamada |
2014-10-23 | Merge git://git.denx.de/u-boot-x86 | Tom Rini |
2014-10-22 | x86: cros_ec: Update LPC driver for new cros_ec header | Simon Glass |
2014-10-22 | dm: exynos: cros_ec: Move cros_ec_spi to driver model | Simon Glass |
2014-10-22 | dm: sandbox: cros_ec: Move sandbox cros_ec to driver module | Simon Glass |
2014-10-22 | dm: cros_ec: Add support for driver model | Simon Glass |
2014-09-24 | kconfig: add blank Kconfig files | Masahiro Yamada |
2014-08-06 | cros_ec: Fix two bugs in the SPI implementation | Simon Glass |
2014-07-23 | stdio: Pass device pointer to stdio methods | Simon Glass |
2014-06-19 | includes: move openssl headers to include/u-boot | Jeroen Hofstee |
2014-04-22 | driver/fsl_ifc: Add a function to finalize CS0 address binding | York Sun |
2014-04-04 | Merge branch 'master' of git://git.denx.de/u-boot-arm into master | Stefano Babic |
2014-03-31 | ARM: mxs: Add OCOTP driver | Marek Vasut |
2014-03-17 | cros_ec: Implement I2C pass-through | Simon Glass |
2014-03-17 | cros_ec: sandbox: Add Chrome OS EC emulation | Simon Glass |
2014-03-17 | cros_ec: Correct comparison between signed and unsigned numbers | Simon Glass |
2014-03-17 | cros_ec: spi: Add support for EC protocol version 3 | Randall Spangler |
2014-03-17 | cros_ec: Add base support for protocol v3 | Simon Glass |
2014-03-17 | cros_ec: Clean up multiple EC protocol support | Randall Spangler |
2014-03-17 | cros_ec: Sync up with latest Chrome OS EC version | Simon Glass |
2014-03-17 | cros_ec: Move #ifdef to permit flash region access | Simon Glass |
2014-03-17 | cros_ec: Drop old EC version support from EC driver | Vadim Bendebury |
2014-03-17 | cros_ec: Add a function for decoding the Chrome OS EC flashmap | Simon Glass |
2014-01-06 | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD |
2014-01-03 | arm: mx5: Add fuse supply enable in fsl_iim | Sergey Alyoshin |
2013-12-09 | spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT node | Simon Glass |
2013-12-02 | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini |
2013-11-25 | Driver/IFC: Move Freescale IFC driver to a common driver | York Sun |
2013-11-25 | gpio_led: add support for inverted polarity | Igor Grinberg |
2013-11-25 | gpio_led: check gpio_request() return value | Igor Grinberg |
2013-10-31 | drivers: convert makefiles to Kbuild style | Masahiro Yamada |
2013-10-14 | Coding Style cleanup: remove trailing white space | Wolfgang Denk |