| Commit message (Expand) | Author | Age | Lines |
* | keystone2: net: add keystone ethernet driver | Karicheri, Muralidharan | 2014-04-17 | -0/+717 |
* | spi: davinci: add support for multiple bus and chip select | Karicheri, Muralidharan | 2014-04-17 | -3/+79 |
* | k2hk: add support for k2hk SOC and EVM | Vitaly Andrianov | 2014-04-17 | -0/+8 |
* | i2c, davinci: convert driver to new mutlibus/mutliadapter framework | Vitaly Andrianov | 2014-04-17 | -180/+250 |
* | i2c, davinci: move i2c_defs.h to the drivers/i2c directory | Karicheri, Muralidharan | 2014-04-17 | -0/+76 |
* | NAND: DaVinci: allow forced disable of subpage writes | Karicheri, Muralidharan | 2014-04-17 | -0/+3 |
* | SPL:SPI: Add Falcon Mode support | Tom Rini | 2014-04-17 | -6/+40 |
* | spi: ti_qspi: Add delay for successful bulk erase. | Poddar, Sourav | 2014-04-17 | -0/+3 |
* | mtd: Build nand_util.o for CONFIG_ENV_IS_IN_NAND in SPL | Tom Rini | 2014-04-17 | -0/+3 |
* | mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPL | Tom Rini | 2014-04-17 | -27/+27 |
* | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-04-08 | -938/+787 |
|\ |
|
| * | ahci: Fix data abort on multiple scsi resets. | Roger Quadros | 2014-04-02 | -7/+16 |
| * | mmc:eSDHC: Workaround for data timeout issue on Txxx SoC | Haijun.Zhang | 2014-04-02 | -0/+3 |
| * | mmc: fsl_esdhc: add controller reset in case of data related errors too | Andrew Gabbasov | 2014-04-02 | -27/+36 |
| * | mmc: fsl_esdhc: fix calculation of timeout for data transactions | Andrew Gabbasov | 2014-04-02 | -6/+6 |
| * | mmc: Add 'mmc rst-function' sub-command | Tom Rini | 2014-04-02 | -0/+12 |
| * | mmc: sh_mmcif: Fix warning by unused variable | Nobuhiro Iwamatsu | 2014-04-02 | -2/+1 |
| * | mmc: sh_mmcif: Fix compile error | Nobuhiro Iwamatsu | 2014-04-02 | -1/+1 |
| * | drivers: i2c: delete an unused source file | Masahiro Yamada | 2014-03-31 | -387/+0 |
| * | blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c | Tom Rini | 2014-03-28 | -1/+1 |
| * | drivers: crypto: ace_sha: add implementation of hardware based lib rand | Przemyslaw Marczak | 2014-03-28 | -4/+77 |
| * | net/designware: align DMA buffer descriptors to D$ line | Alexey Brodkin | 2014-03-28 | -1/+1 |
| * | Merge branch 'master' of git://git.denx.de/u-boot-mmc | Tom Rini | 2014-03-28 | -472/+548 |
| |\ |
|
| | * | dfu: mmc: Replace calls to u-boot commands with native mmc API | Łukasz Majewski | 2014-03-24 | -7/+24 |
| | * | mmc: Split mmc struct, rework mmc initialization (v2) | Pantelis Antoniou | 2014-03-24 | -385/+403 |
| | * | mmc: Convert mmc struct's name array to a pointer | Pantelis Antoniou | 2014-03-24 | -15/+15 |
| | * | mmc: Remove ops from struct mmc and put in mmc_ops | Pantelis Antoniou | 2014-03-24 | -113/+171 |
| * | | dfu: mmc: Replace calls to u-boot commands with native mmc API | Łukasz Majewski | 2014-03-23 | -7/+24 |
| * | | usb: dfu: introduce dfuMANIFEST state | Heiko Schocher | 2014-03-23 | -10/+42 |
| * | | usb, dfu: extract flush code into seperate function | Heiko Schocher | 2014-03-23 | -18/+24 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-arm into master | Stefano Babic | 2014-04-04 | -1413/+4809 |
|\ \ |
|
| * \ | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-03-25 | -417/+2404 |
| |\ \
| | |/ |
|
| | * | sandbox: Add implementation of spi_setup_slave_fdt() | Simon Glass | 2014-03-17 | -0/+13 |
| | * | sandbox: Allow Ctrl-C to work in sandbox | Simon Glass | 2014-03-17 | -1/+5 |
| | * | sound: Move Samsung-specific code into its own file | Simon Glass | 2014-03-17 | -221/+210 |
| | * | sandbox: Add LCD driver | Simon Glass | 2014-03-17 | -0/+84 |
| | * | sandbox: Add a simple sound driver | Simon Glass | 2014-03-17 | -0/+25 |
| | * | cros_ec: Implement I2C pass-through | Simon Glass | 2014-03-17 | -2/+268 |
| | * | cros_ec: sandbox: Add Chrome OS EC emulation | Simon Glass | 2014-03-17 | -0/+576 |
| | * | cros_ec: Correct comparison between signed and unsigned numbers | Simon Glass | 2014-03-17 | -16/+18 |
| | * | cros_ec: spi: Add support for EC protocol version 3 | Randall Spangler | 2014-03-17 | -0/+36 |
| | * | cros_ec: Add base support for protocol v3 | Simon Glass | 2014-03-17 | -1/+164 |
| | * | cros_ec: Clean up multiple EC protocol support | Randall Spangler | 2014-03-17 | -44/+47 |
| | * | cros_ec: Sync up with latest Chrome OS EC version | Simon Glass | 2014-03-17 | -16/+17 |
| | * | cros_ec: Move #ifdef to permit flash region access | Simon Glass | 2014-03-17 | -1/+2 |
| | * | cros_ec: Support systems with no EC interrupt | Simon Glass | 2014-03-17 | -4/+30 |
| | * | cros_ec: Drop old EC version support from EC driver | Vadim Bendebury | 2014-03-17 | -89/+6 |
| | * | cros_ec: Add a function for decoding the Chrome OS EC flashmap | Simon Glass | 2014-03-17 | -0/+50 |
| | * | mtd: spi: Fix page size for S25FL032P,S25FL064P | Marek Vasut | 2014-03-17 | -1/+15 |
| | * | spi: atmel_dataflash: Simplify AT91F_SpiEnable implementation | Axel Lin | 2014-03-17 | -19/+12 |