summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | nand/fsl_ifc: Increase eccstat[] for IFC 2.0Scott Wood2015-04-23-2/+9
| * | | | driver/fsl_ifc: Add support to finalize CS1, CS3 address bindingPrabhakar Kushwaha2015-04-23-0/+9
| * | | | board/ls2085_common: Increase malloc lengthPrabhakar Kushwaha2015-04-23-1/+1
| * | | | driver/ldpaa_eth: Add LDPAA Ethernet driverPrabhakar Kushwaha2015-04-23-3/+879
| * | | | driver/fsl-mc: Add support of MC FlibsPrabhakar Kushwaha2015-04-21-211/+4967
| * | | | fsl-ch3/README: Add description for NOR flash layout (firmware images)Bhupesh Sharma2015-04-21-0/+25
| * | | | armv8/fsl-lsch3: Add Freescale Debug Server driverBhupesh Sharma2015-04-21-7/+338
| * | | | QE/DeepSleep: add QE deepsleep support for armZhao Qiang2015-04-21-0/+6
| * | | | QE/DeepSleep: add QE deepsleep support for mpc85xxZhao Qiang2015-04-21-4/+108
| * | | | drivers:usb: Check if USB Erratum A005697 is applicable on BSC913xNikhil Badola2015-04-21-0/+27
| * | | | pci/layerscape: fix link and class issues to support ls2085aMinghuan Lian2015-04-21-14/+33
| * | | | pci/layerscape: remove unnecessary pcie_layerscape.hMinghuan Lian2015-04-21-22/+6
| * | | | drivers:usb:fsl: Add affected SOCs for USB Erratum A007792Nikhil Badola2015-04-21-1/+6
| * | | | drivers:usb: Add device-tree fixup to identify socs having dual phyNikhil Badola2015-04-21-1/+38
| * | | | Add bootscript support to esbc_validate.gaurav rana2015-04-21-0/+150
| * | | | ls102xa: ddr4: Use LPUART as console output to verify DCU driverAlison Wang2015-04-21-0/+4
| * | | | ls1021atwr: add hwconfig setting to do pin muxYao Yuan2015-04-21-0/+78
| * | | | arm/ls102xa:Add support of conditional workaround implementation as per SoC verAlison Wang2015-04-21-26/+72
| |/ / /
* | | | Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini2015-04-23-5/+26
|\ \ \ \
| * | | | patman: check git format.subjectprefix setting when generate patches prefixWu, Josh2015-04-23-2/+23
| * | | | buildman: Add gcc 4.9.0 with Microblaze toolchainMichal Simek2015-04-23-3/+3
| |/ / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2015-04-23-217/+815
|\ \ \ \
| * | | | dm: Init device tree as well as driver model in SPLSimon Glass2015-04-23-3/+17
| * | | | dm: core: Select device tree control correctly for SPLSimon Glass2015-04-23-6/+18
| * | | | fdt: Allow FDT functions to be built for SPLSimon Glass2015-04-23-0/+6
| * | | | fdt: Add an option to disable device tree in SPLSimon Glass2015-04-23-3/+8
| * | | | Correct malloc_limit value for pre-relocation malloc()Simon Glass2015-04-23-1/+1
| * | | | Move initf_malloc() to a common placeSimon Glass2015-04-23-11/+15
| * | | | fdt: Rename setup_fdt() and make it prepare alsoSimon Glass2015-04-23-7/+4
| * | | | fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-23-65/+88
| * | | | dm: core: Drop device removal error path when not supportedSimon Glass2015-04-23-10/+16
| * | | | dm: Add a panic_str() function to reduce code sizeSimon Glass2015-04-23-9/+47
| * | | | dm: core: Remove unbind operations when not requiredSimon Glass2015-04-23-0/+12
| * | | | dm: core: Allow sequence alias support to be removed for SPLSimon Glass2015-04-23-13/+25
| * | | | serial: ns16550: Remove unnecessary init on UART setupSimon Glass2015-04-22-1/+0
| * | | | dm: ns16550: Support non-byte register spacing with driver modelSimon Glass2015-04-22-4/+6
| * | | | serial: ns16550: Add an option to specify the debug UART register shiftSimon Glass2015-04-22-10/+25
| * | | | exynos: sandbox: ti: Add SPDX license identifiers and notesSimon Glass2015-04-22-0/+14
| * | | | dm: test: Don't clear global_data in dm_test_uclass_before_ready()Simon Glass2015-04-22-1/+4
| * | | | dm: Update the README to reflect the current test outputSimon Glass2015-04-22-8/+50
| * | | | dm: usb: Add a terminator to the string destructor listSimon Glass2015-04-22-0/+1
| * | | | dm: core: Handle recursive unbinding of uclass devicesSimon Glass2015-04-22-2/+10
| * | | | dm: core: precise comments for get/find device by namePrzemyslaw Marczak2015-04-22-2/+2
| * | | | dm: test: Add tests for get/find uclass's device by namePrzemyslaw Marczak2015-04-22-0/+81
| * | | | dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak2015-04-22-14/+19
| * | | | dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak2015-04-22-0/+18
| * | | | dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak2015-04-22-0/+19
| * | | | dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak2015-04-22-0/+26
| * | | | dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak2015-04-22-23/+62
| * | | | dm: test: Add tests for get/find uclass devicesPrzemyslaw Marczak2015-04-22-1/+33