| Commit message (Expand) | Author | Age | Lines |
* | cros_ec: Fix uninitialised variable in cros_ec.c | Simon Glass | 2014-11-22 | -0/+1 |
* | dm: spi: Use device_bind_driver() instead of our own function | Simon Glass | 2014-11-22 | -37/+2 |
* | dm: spi: Correct handling of SPI chip selects in sandbox | Simon Glass | 2014-11-22 | -11/+12 |
* | dm: Add a function to bind a device by driver name | Simon Glass | 2014-11-22 | -0/+34 |
* | dm: fdt: Correct handling of aliases with embedded digits | Simon Glass | 2014-11-22 | -3/+3 |
* | dm: core: Add functions to find parent and OF data | Simon Glass | 2014-11-22 | -0/+13 |
* | dm: core: Allow access to the device's driver_id data | Simon Glass | 2014-11-22 | -6/+30 |
* | dm: i2c: Move error reporting into a common function | Simon Glass | 2014-11-21 | -10/+22 |
* | dm: Update documentation to include CONFIG_DM... options | Simon Glass | 2014-11-21 | -10/+153 |
* | dm: arm: spl: Make driver model linker lists available | Simon Glass | 2014-11-21 | -0/+7 |
* | dm: tegra: Add platform data for the GPIO driver | Simon Glass | 2014-11-21 | -0/+8 |
* | dm: tegra: Add platform data for the SPL uart | Simon Glass | 2014-11-21 | -0/+16 |
* | dm: Disable dm_warn() in SPL | Simon Glass | 2014-11-21 | -0/+7 |
* | dm: Allow stdio registration to be dropped | Simon Glass | 2014-11-21 | -3/+8 |
* | dm: Allow device removal features to be dropped | Simon Glass | 2014-11-21 | -169/+203 |
* | dm: spl: Allow driver model to be used | Simon Glass | 2014-11-21 | -0/+6 |
* | dm: spl: Make simple malloc() available when enabled | Simon Glass | 2014-11-21 | -1/+10 |
* | dm: arm: spl: Allow simple malloc() in SPL | Simon Glass | 2014-11-21 | -1/+1 |
* | dm: Split the simple malloc() implementation into its own file | Simon Glass | 2014-11-21 | -38/+87 |
* | dm: tegra: Avoid using arch-specific memcpy() in SPL | Simon Glass | 2014-11-21 | -0/+2 |
* | dm: serial: Support changing the baud rate | Simon Glass | 2014-11-21 | -0/+67 |
* | dm: at91: Add myself as maintainer for snapper9260 | Simon Glass | 2014-11-21 | -1/+1 |
* | dm: at91: Convert snapper9260 to use driver model | Simon Glass | 2014-11-21 | -3/+24 |
* | dm: at91: Add driver model support for the serial driver | Simon Glass | 2014-11-21 | -0/+99 |
* | dm: at91: Refactor serial driver slightly for driver model | Simon Glass | 2014-11-21 | -9/+23 |
* | dm: at91: Add platform data for GPIO on at91sam9260-based boards | Simon Glass | 2014-11-21 | -1/+17 |
* | dm: at91: Add driver model support for atmel GPIO driver | Simon Glass | 2014-11-21 | -54/+193 |
* | dm: at91: Move snapper9260 to generic baord | Simon Glass | 2014-11-21 | -0/+1 |
* | dm: at91: Correct text base for snapper9260 | Simon Glass | 2014-11-21 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Tom Rini | 2014-11-19 | -0/+9 |
|\ |
|
| * | ubi: enable error reporting in initialization | Andrew Ruder | 2014-11-19 | -0/+8 |
| * | mtd, cfi, ubi: add missing writebufsize initialization | Heiko Schocher | 2014-11-19 | -0/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2014-11-19 | -424/+350 |
|\ \ |
|
| * | | blackfin: convert to use CONFIG_SYS_I2C framework | Scott Jiang | 2014-11-17 | -165/+83 |
| * | | adi_i2c: convert to use general io accessors. | Scott Jiang | 2014-11-17 | -68/+77 |
| * | | blackfin: rename bfin-twi_i2c driver to adi_i2c | Scott Jiang | 2014-11-17 | -26/+25 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx | Tom Rini | 2014-11-19 | -0/+19 |
|\ \ \ |
|
| * | | | powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usage | Stefan Roese | 2014-11-19 | -0/+15 |
| * | | | powerpc: mpc52xx: a3m071/a4m2k: Convert to generic board | Stefan Roese | 2014-11-19 | -0/+2 |
| * | | | powerpc: mpc52xx: a4m072: Convert to generic board | Stefan Roese | 2014-11-19 | -0/+2 |
| | |/
| |/| |
|
* | | | mpc83xx: Add gdsys hrcon board | Dirk Eibach | 2014-11-19 | -195/+2282 |
* | | | board: iocon: Fix uninitialized access | Dirk Eibach | 2014-11-19 | -1/+2 |
* | | | board: iocon: Fix fpga index in print_fpga_info() | Dirk Eibach | 2014-11-19 | -4/+4 |
* | | | board: dlvision-10g: Compile fix | Dirk Eibach | 2014-11-19 | -4/+3 |
* | | | common: Fix cmd_fpgad addressing | Dirk Eibach | 2014-11-19 | -8/+24 |
* | | | mtd: Handle 29LV800BT | Dirk Eibach | 2014-11-19 | -0/+52 |
* | | | board: dlvision: Reduce memory footprint | Dirk Eibach | 2014-11-19 | -1/+8 |
|/ / |
|
* | | ARM: atmel: add sama5d4 xplained ultra board support | Bo Shen | 2014-11-17 | -0/+583 |
* | | ARM: atmel: add sama5d4ek board support | Bo Shen | 2014-11-17 | -9/+868 |
* | | net: macb: enable GMAC IP without GE feature support | Bo Shen | 2014-11-17 | -1/+7 |