summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada2014-11-221-3/+0
* dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada2014-11-221-3/+0
* dm: core: remove meaningless if conditionalMasahiro Yamada2014-11-221-2/+1
* dm: core: a trivial clean upMasahiro Yamada2014-11-221-3/+1
* cros_ec: Fix uninitialised variable in cros_ec.cSimon Glass2014-11-221-0/+1
* dm: spi: Use device_bind_driver() instead of our own functionSimon Glass2014-11-223-37/+2
* dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass2014-11-223-11/+12
* dm: Add a function to bind a device by driver nameSimon Glass2014-11-222-0/+34
* dm: fdt: Correct handling of aliases with embedded digitsSimon Glass2014-11-221-3/+3
* dm: core: Add functions to find parent and OF dataSimon Glass2014-11-222-0/+13
* dm: core: Allow access to the device's driver_id dataSimon Glass2014-11-223-6/+30
* dm: i2c: Move error reporting into a common functionSimon Glass2014-11-211-10/+22
* dm: Update documentation to include CONFIG_DM... optionsSimon Glass2014-11-212-10/+153
* dm: arm: spl: Make driver model linker lists availableSimon Glass2014-11-211-0/+7
* dm: tegra: Add platform data for the GPIO driverSimon Glass2014-11-211-0/+8
* dm: tegra: Add platform data for the SPL uartSimon Glass2014-11-211-0/+16
* dm: Disable dm_warn() in SPLSimon Glass2014-11-212-0/+7
* dm: Allow stdio registration to be droppedSimon Glass2014-11-212-3/+8
* dm: Allow device removal features to be droppedSimon Glass2014-11-215-169/+203
* dm: spl: Allow driver model to be usedSimon Glass2014-11-212-0/+6
* dm: spl: Make simple malloc() available when enabledSimon Glass2014-11-211-1/+10
* dm: arm: spl: Allow simple malloc() in SPLSimon Glass2014-11-211-1/+1
* dm: Split the simple malloc() implementation into its own fileSimon Glass2014-11-216-38/+87
* dm: tegra: Avoid using arch-specific memcpy() in SPLSimon Glass2014-11-211-0/+2
* dm: serial: Support changing the baud rateSimon Glass2014-11-211-0/+67
* dm: at91: Add myself as maintainer for snapper9260Simon Glass2014-11-211-1/+1
* dm: at91: Convert snapper9260 to use driver modelSimon Glass2014-11-212-3/+24
* dm: at91: Add driver model support for the serial driverSimon Glass2014-11-212-0/+99
* dm: at91: Refactor serial driver slightly for driver modelSimon Glass2014-11-211-9/+23
* dm: at91: Add platform data for GPIO on at91sam9260-based boardsSimon Glass2014-11-212-1/+17
* dm: at91: Add driver model support for atmel GPIO driverSimon Glass2014-11-212-54/+193
* dm: at91: Move snapper9260 to generic baordSimon Glass2014-11-211-0/+1
* dm: at91: Correct text base for snapper9260Simon Glass2014-11-211-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2014-11-192-0/+9
|\
| * ubi: enable error reporting in initializationAndrew Ruder2014-11-191-0/+8
| * mtd, cfi, ubi: add missing writebufsize initializationHeiko Schocher2014-11-191-0/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2014-11-1925-424/+350
|\ \
| * | blackfin: convert to use CONFIG_SYS_I2C frameworkScott Jiang2014-11-1723-165/+83
| * | adi_i2c: convert to use general io accessors.Scott Jiang2014-11-171-68/+77
| * | blackfin: rename bfin-twi_i2c driver to adi_i2cScott Jiang2014-11-1723-26/+25
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxTom Rini2014-11-193-0/+19
|\ \ \
| * | | powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usageStefan Roese2014-11-191-0/+15
| * | | powerpc: mpc52xx: a3m071/a4m2k: Convert to generic boardStefan Roese2014-11-191-0/+2
| * | | powerpc: mpc52xx: a4m072: Convert to generic boardStefan Roese2014-11-191-0/+2
| | |/ | |/|
* | | mpc83xx: Add gdsys hrcon boardDirk Eibach2014-11-1918-195/+2282
* | | board: iocon: Fix uninitialized accessDirk Eibach2014-11-191-1/+2
* | | board: iocon: Fix fpga index in print_fpga_info()Dirk Eibach2014-11-191-4/+4
* | | board: dlvision-10g: Compile fixDirk Eibach2014-11-191-4/+3
* | | common: Fix cmd_fpgad addressingDirk Eibach2014-11-191-8/+24
* | | mtd: Handle 29LV800BTDirk Eibach2014-11-192-0/+52
OpenPOWER on IntegriCloud