| Commit message (Expand) | Author | Age | Lines |
* | driver/fsl_debug_server: Fix the DDR hide logic for LS2085a | Bhupesh Sharma | 2015-07-20 | -0/+5 |
* | sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulation | Simon Glass | 2015-05-14 | -0/+2 |
* | sandbox: Add missing errno.h includes in a few files | Simon Glass | 2015-05-14 | -0/+2 |
* | misc: led: Add PCA9551 LED driver | Stefan Roese | 2015-05-08 | -0/+169 |
* | cros_ec: Handle the single duplex requirement in cros_ec | Simon Glass | 2015-05-05 | -3/+20 |
* | cros_ec: Show the protocol version in the debug message | Simon Glass | 2015-05-05 | -1/+2 |
* | x86: Set serial port IRQ for SMSC LPC47M | Bin Meng | 2015-04-29 | -1/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2015-04-24 | -0/+268 |
|\ |
|
| * | armv8/ls2085aqds: NAND boot support | Scott Wood | 2015-04-23 | -0/+12 |
| * | driver/fsl_ifc: Add support to finalize CS1, CS3 address binding | Prabhakar Kushwaha | 2015-04-23 | -0/+9 |
| * | armv8/fsl-lsch3: Add Freescale Debug Server driver | Bhupesh Sharma | 2015-04-21 | -0/+247 |
* | | cmd_led: Extend led command to support blinking and more leds | Stefan Roese | 2015-04-23 | -0/+14 |
|/ |
|
* | sandbox: cros_ec: Add Kconfig for sandbox EC config | Simon Glass | 2015-04-18 | -0/+9 |
* | cros_ec: exynos: Match up device tree with kernel version | Simon Glass | 2015-04-18 | -8/+8 |
* | cros_ec: Drop unused CONFIG_DM_CROS_EC | Simon Glass | 2015-04-18 | -336/+0 |
* | cros_ec: Reinit the cros_ec device when 'crosec init' is used | Simon Glass | 2015-04-18 | -2/+8 |
* | dm: cros_ec: Convert cros_ec LPC driver to driver model | Simon Glass | 2015-04-18 | -0/+50 |
* | dm: sandbox: pci: Enable PCI for sandbox | Simon Glass | 2015-04-18 | -0/+1 |
* | dm: sandbox: Add a emulated PCI device as an example | Simon Glass | 2015-04-18 | -0/+285 |
* | dm: core: Add dev_get_uclass_priv() to access uclass private data | Simon Glass | 2015-04-16 | -7/+7 |
* | fsl_sec_mon: Add driver for Security Monitor block of Freescale | gaurav rana | 2015-03-05 | -0/+155 |
* | dm: cros_ec: Convert to Kconfig | Simon Glass | 2015-02-19 | -1/+47 |
* | dm: Expand and complete Kconfig in drivers/ | Simon Glass | 2015-02-12 | -0/+9 |
* | dm: cros_ec: Convert cros_ec_i2c over to driver model | Simon Glass | 2015-01-29 | -53/+29 |
* | dm: cros_ec_spi: Remove old pre-driver-model code | Simon Glass | 2015-01-29 | -49/+2 |
* | dm: cros_ec: Don't require protocol 3 support | Simon Glass | 2015-01-29 | -4/+6 |
* | dm: spi: Move slave details to child platdata | Simon Glass | 2015-01-29 | -19/+0 |
* | dm: cros_ec: Remove use of fdtdec GPIO support | Simon Glass | 2015-01-29 | -18/+6 |
* | i2c_eeprom: include <linux/err.h> to fix build error | Masahiro Yamada | 2015-01-05 | -0/+1 |
* | x86: Add a simple superio driver for SMSC LPC47M | Bin Meng | 2014-12-13 | -0/+34 |
* | dm: Add a simple EEPROM driver | Simon Glass | 2014-12-11 | -0/+52 |
* | dm: i2c: Add an I2C EEPROM simulator | Simon Glass | 2014-12-11 | -0/+171 |
* | mxc_ocotp: Do not disable the OCOTP clock after every access | Fabio Estevam | 2014-12-01 | -2/+0 |
* | mxs_ocotp: clear the error flag before initiating write operation | Hector Palacios | 2014-12-01 | -0/+2 |
* | mxs_ocotp: check for errors from the OTP controller after writing | Hector Palacios | 2014-12-01 | -0/+7 |
* | mxs_ocotp: prevent error path from returning success | Hector Palacios | 2014-12-01 | -4/+1 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2014-11-24 | -0/+1 |
|\ |
|
| * | cros_ec: Fix uninitialised variable in cros_ec.c | Simon Glass | 2014-11-22 | -0/+1 |
* | | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada | 2014-11-23 | -1/+1 |
* | | replace DIV_ROUND with DIV_ROUND_CLOSEST | Masahiro Yamada | 2014-11-20 | -2/+2 |
|/ |
|
* | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 2014-10-23 | -2/+2 |
|\ |
|
| * | x86: cros_ec: Update LPC driver for new cros_ec header | Simon Glass | 2014-10-22 | -2/+2 |
* | | dm: exynos: cros_ec: Move cros_ec_spi to driver model | Simon Glass | 2014-10-22 | -9/+78 |
* | | dm: sandbox: cros_ec: Move sandbox cros_ec to driver module | Simon Glass | 2014-10-22 | -5/+85 |
* | | dm: cros_ec: Add support for driver model | Simon Glass | 2014-10-22 | -14/+117 |
|/ |
|
* | kconfig: add blank Kconfig files | Masahiro Yamada | 2014-09-24 | -0/+0 |
* | cros_ec: Fix two bugs in the SPI implementation | Simon Glass | 2014-08-06 | -2/+2 |
* | stdio: Pass device pointer to stdio methods | Simon Glass | 2014-07-23 | -3/+3 |
* | includes: move openssl headers to include/u-boot | Jeroen Hofstee | 2014-06-19 | -1/+1 |
* | driver/fsl_ifc: Add a function to finalize CS0 address binding | York Sun | 2014-04-22 | -0/+7 |