summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-2441-364/+1048
|\
| * 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 git://git.denx.de/u-boot-x86Tom Rini2014-11-2486-473/+8299
|\ \
| * | x86: Rename chromebook-x86 to corebootSimon Glass2014-11-216-3/+3
| * | x86: ivybridge: Implement SDRAM initSimon Glass2014-11-2123-6/+1868
| * | x86: ivybridge: Add LAPIC supportSimon Glass2014-11-213-0/+163
| * | x86: Make show_boot_progress() commonSimon Glass2014-11-212-24/+24
| * | x86: chromebook_link: Enable GPIO supportSimon Glass2014-11-213-3/+111
| * | x86: ivybridge: Add support for early GPIO initSimon Glass2014-11-215-16/+227
| * | x86: ivybridge: Add early init for PCH devicesSimon Glass2014-11-217-1/+524
| * | x86: dts: Add microcode updates for ivybridge CPUSimon Glass2014-11-213-0/+1382
| * | x86: ivybridge: Perform Intel microcode update on bootSimon Glass2014-11-216-0/+179
| * | x86: ivybridge: Check BIST value on bootSimon Glass2014-11-211-0/+16
| * | x86: ivybridge: Perform initial CPU setupSimon Glass2014-11-214-0/+274
| * | x86: Add msr read/write functions that use a structureSimon Glass2014-11-211-0/+19
| * | x86: Add clr/setbits functionsSimon Glass2014-11-211-0/+49
| * | x86: Tidy up coreboot header usageSimon Glass2014-11-213-6/+6
| * | x86: ivybridge: Add early LPC init so that serial worksSimon Glass2014-11-216-0/+133
OpenPOWER on IntegriCloud