summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* dm: Add a system reset uclassSimon Glass2015-07-21-0/+135
* mkimage: Set up a file size parameter and keep it updatedSimon Glass2015-07-21-0/+19
* spl: Add a debug string before the jump to U-BootSimon Glass2015-07-21-0/+1
* dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-21-11/+37
* fdt: Provide debug info when a device tree cannot be foundSimon Glass2015-07-21-0/+7
* lib: Add function to extract a number from the end of a stringSimon Glass2015-07-21-8/+51
* Add rivest cipher 4 (rc4) implementationSimon Glass2015-07-21-0/+71
* ns16550: Improve debug UART so it can work with 32-bit accessSimon Glass2015-07-21-15/+21
* dm: spi: Make local functions staticSimon Glass2015-07-21-4/+4
* dm: Add support for RAM driversSimon Glass2015-07-21-0/+96
* Drop CONFIG_ERRNO_STR from SPLSimon Glass2015-07-21-1/+1
* dm: power: Allow use of regulators in SPLSimon Glass2015-07-21-0/+1
* dm: pmic: Add functions to adjust PMIC registersSimon Glass2015-07-21-0/+66
* dm: power: Use debug() for errors in regulator uclassSimon Glass2015-07-21-1/+1
* dm: power: Add a function to set up all regulatorsSimon Glass2015-07-21-0/+33
* dm: pmic: Split output from functionSimon Glass2015-07-21-75/+63
* dm: power: Add regulator flags to centralise auto-set logicSimon Glass2015-07-21-0/+20
* dm: power: Avoid case-insensitve match for child namesSimon Glass2015-07-21-1/+1
* mmc: Add structure comments for dwmmcSimon Glass2015-07-21-1/+17
* dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass2015-07-21-2/+15
* mmc: Add debug() output on read errorsSimon Glass2015-07-21-2/+6
* dm: mmc: Add an MMC uclassSimon Glass2015-07-21-0/+71
* spl: Add debugging info for spl_mmc bootSimon Glass2015-07-21-2/+7
* dm: led: Add a driver for GPIO-controlled LEDsSimon Glass2015-07-21-0/+163
* dm: Add support for LEDsSimon Glass2015-07-21-0/+152
* dm: Add support for generic system controllers (syscon)Simon Glass2015-07-21-0/+131
* dm: Add support for register maps (regmap)Simon Glass2015-07-21-0/+159
* dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-21-1/+13
* dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-21-8/+39
* dm: gpio: Allow GPIO uclass to be used in SPLSimon Glass2015-07-21-4/+0
* dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass2015-07-21-3/+3
* dm: core: Add a function to find any device from device treeSimon Glass2015-07-21-0/+39
* dm: core: Use debug() instead of printf() for failuresSimon Glass2015-07-21-3/+3
* dm: Move the tree/uclass dump code into its own fileSimon Glass2015-07-21-79/+106
* sandbox: Drop special-case sandbox console codeSimon Glass2015-07-21-5/+1
* dm: Allow debug UART to support an early consoleSimon Glass2015-07-21-0/+19
* debug_uart: Remove use of asmlinkageSimon Glass2015-07-21-12/+10
* Add a way of checking the position of a structure memberSimon Glass2015-07-21-0/+11
* dm: arm: Put driver model I2C drivers before legacy onesSimon Glass2015-07-21-5/+5
* dm: Reduce SPL device tree sizeSimon Glass2015-07-21-2/+42
* fdt: Add fdtgrep toolSimon Glass2015-07-21-1/+1239
* fdt: Add fdt_first/next_region() functionsSimon Glass2015-07-21-2/+731
* fdt: Add a function to remove unused strings from a device treeSimon Glass2015-07-21-0/+49
* mkimage: Display a better list of available image typesSimon Glass2015-07-21-33/+95
* sandbox: Enable dhry commandSimon Glass2015-07-21-0/+1
* Add a dhrystone benchmark commandSimon Glass2015-07-21-0/+1132
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-07-20-377/+1673
|\
| * armv8/fsl-lsch3: Fix TCR_EL3 for the final MMU setup.Zhichun Hua2015-07-20-15/+8
| * armv8: Fix TCR macros for shareability attributeZhichun Hua2015-07-20-2/+2
| * armv8/ls2085a/defconfig: Enable FSL_DSPI, OF_CONTROL and DM supportHaikun.Wang@freescale.com2015-07-20-0/+14