aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-23driver/ddr/fsl: Add workaround for DDR erratum A008511York Sun
2015-04-23driver/ddr/fsl: Add built-in memory test for DDR4 driverYork Sun
2015-04-23driver/ddr/fsl: Fix driver to support empty first slotYork Sun
2015-04-23drivers/ddr/fsl: Update DDR driver for DDR4York Sun
2015-04-23driver/i2c/mxc: Enable I2C bus 3 and 4York Sun
2015-04-23nand/fsl_ifc: Increase eccstat[] for IFC 2.0Scott Wood
2015-04-23driver/fsl_ifc: Add support to finalize CS1, CS3 address bindingPrabhakar Kushwaha
2015-04-23board/ls2085_common: Increase malloc lengthPrabhakar Kushwaha
2015-04-23driver/ldpaa_eth: Add LDPAA Ethernet driverPrabhakar Kushwaha
2015-04-23dm: Init device tree as well as driver model in SPLSimon Glass
2015-04-23dm: core: Select device tree control correctly for SPLSimon Glass
2015-04-23fdt: Allow FDT functions to be built for SPLSimon Glass
2015-04-23fdt: Add an option to disable device tree in SPLSimon Glass
2015-04-23Correct malloc_limit value for pre-relocation malloc()Simon Glass
2015-04-23Move initf_malloc() to a common placeSimon Glass
2015-04-23fdt: Rename setup_fdt() and make it prepare alsoSimon Glass
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass
2015-04-23dm: core: Drop device removal error path when not supportedSimon Glass
2015-04-23dm: Add a panic_str() function to reduce code sizeSimon Glass
2015-04-23dm: core: Remove unbind operations when not requiredSimon Glass
2015-04-23dm: core: Allow sequence alias support to be removed for SPLSimon Glass
2015-04-23cmd_led: Extend led command to support blinking and more ledsStefan Roese
2015-04-23integrator: stop zeroing the gd flagsLinus Walleij
2015-04-23ARM: integrator: move CONFIG_ARCH_CINTEGRATOR to KconfigMasahiro Yamada
2015-04-23ARM: integrator: abolish CONFIG_INTEGRATORMasahiro Yamada
2015-04-23ARM: integrator: split board select into AP/CP select and CM selectMasahiro Yamada
2015-04-23ARM: integrator: move board select into mach-integrator/KconfigMasahiro Yamada
2015-04-23ARM: ARM720t: remove empty asm/arch/hardware.hMasahiro Yamada
2015-04-23SPDX: add X11 SPDX-License-IdentifierMasahiro Yamada
2015-04-23Licenses: fix a typo in READMEMasahiro Yamada
2015-04-23vexpress64: use DM for all vexpress64 boardsLinus Walleij
2015-04-23board/BuR/tseries: change pinmuxHannes Petermaier
2015-04-23board/BuR/tseries: reactivate NAND-boardHannes Petermaier
2015-04-23board/BuR/common: simplify access to devicetreeHannes Petermaier
2015-04-22serial: ns16550: Remove unnecessary init on UART setupSimon Glass
2015-04-22dm: ns16550: Support non-byte register spacing with driver modelSimon Glass
2015-04-22serial: ns16550: Add an option to specify the debug UART register shiftSimon Glass
2015-04-22exynos: sandbox: ti: Add SPDX license identifiers and notesSimon Glass
2015-04-22dm: test: Don't clear global_data in dm_test_uclass_before_ready()Simon Glass
2015-04-22dm: Update the README to reflect the current test outputSimon Glass
2015-04-22dm: usb: Add a terminator to the string destructor listSimon Glass
2015-04-22dm: core: Handle recursive unbinding of uclass devicesSimon Glass
2015-04-22dm: core: precise comments for get/find device by namePrzemyslaw Marczak
2015-04-22dm: test: Add tests for get/find uclass's device by namePrzemyslaw Marczak
2015-04-22dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak
2015-04-22dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak
2015-04-22dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak
2015-04-22dm: test: Add tests for get/find uclass devicesPrzemyslaw Marczak