summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | ns16550: Improve debug UART so it can work with 32-bit accessSimon Glass2015-07-211-15/+21
* | dm: spi: Make local functions staticSimon Glass2015-07-211-4/+4
* | dm: Add support for RAM driversSimon Glass2015-07-218-0/+96
* | Drop CONFIG_ERRNO_STR from SPLSimon Glass2015-07-211-1/+1
* | dm: power: Allow use of regulators in SPLSimon Glass2015-07-211-0/+1
* | dm: pmic: Add functions to adjust PMIC registersSimon Glass2015-07-212-0/+66
* | dm: power: Use debug() for errors in regulator uclassSimon Glass2015-07-211-1/+1
* | dm: power: Add a function to set up all regulatorsSimon Glass2015-07-212-0/+33
* | dm: pmic: Split output from functionSimon Glass2015-07-214-75/+63
* | dm: power: Add regulator flags to centralise auto-set logicSimon Glass2015-07-212-0/+20
* | dm: power: Avoid case-insensitve match for child namesSimon Glass2015-07-211-1/+1
* | mmc: Add structure comments for dwmmcSimon Glass2015-07-211-1/+17
* | dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass2015-07-211-2/+15
* | mmc: Add debug() output on read errorsSimon Glass2015-07-211-2/+6
* | dm: mmc: Add an MMC uclassSimon Glass2015-07-216-0/+71
* | spl: Add debugging info for spl_mmc bootSimon Glass2015-07-211-2/+7
* | dm: led: Add a driver for GPIO-controlled LEDsSimon Glass2015-07-214-0/+163
* | dm: Add support for LEDsSimon Glass2015-07-219-0/+152
* | dm: Add support for generic system controllers (syscon)Simon Glass2015-07-214-0/+131
* | dm: Add support for register maps (regmap)Simon Glass2015-07-213-0/+159
* | dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-212-1/+13
* | dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-212-8/+39
* | dm: gpio: Allow GPIO uclass to be used in SPLSimon Glass2015-07-211-4/+0
* | dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass2015-07-212-3/+3
* | dm: core: Add a function to find any device from device treeSimon Glass2015-07-212-0/+39
* | dm: core: Use debug() instead of printf() for failuresSimon Glass2015-07-211-3/+3
* | dm: Move the tree/uclass dump code into its own fileSimon Glass2015-07-214-79/+106
* | sandbox: Drop special-case sandbox console codeSimon Glass2015-07-211-5/+1
* | dm: Allow debug UART to support an early consoleSimon Glass2015-07-211-0/+19
* | debug_uart: Remove use of asmlinkageSimon Glass2015-07-211-12/+10
* | Add a way of checking the position of a structure memberSimon Glass2015-07-211-0/+11
* | dm: arm: Put driver model I2C drivers before legacy onesSimon Glass2015-07-211-5/+5
* | dm: Reduce SPL device tree sizeSimon Glass2015-07-214-2/+42
* | fdt: Add fdtgrep toolSimon Glass2015-07-212-1/+1239
* | fdt: Add fdt_first/next_region() functionsSimon Glass2015-07-213-2/+731
* | fdt: Add a function to remove unused strings from a device treeSimon Glass2015-07-212-0/+49
* | mkimage: Display a better list of available image typesSimon Glass2015-07-213-33/+95
* | sandbox: Enable dhry commandSimon Glass2015-07-211-0/+1
* | Add a dhrystone benchmark commandSimon Glass2015-07-218-0/+1132
|/
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-07-2061-377/+1673
|\
| * armv8/fsl-lsch3: Fix TCR_EL3 for the final MMU setup.Zhichun Hua2015-07-201-15/+8
| * armv8: Fix TCR macros for shareability attributeZhichun Hua2015-07-201-2/+2
| * armv8/ls2085a/defconfig: Enable FSL_DSPI, OF_CONTROL and DM supportHaikun.Wang@freescale.com2015-07-202-0/+14
| * armv8/ls2085ardb: Enable DSPI flash support for LS2085ARDBHaikun Wang2015-07-201-0/+8
| * armv8/ls2085aqds: Enable DSPI flash support for LS2085AQDSHaikun Wang2015-07-201-0/+9
| * armv8/ls2085ardb: DSPI pin muxing configure through QIXIS CPLDHaikun.Wang@freescale.com2015-07-201-20/+39
| * armv8/ls2085aqds: DSPI pin muxing configure through QIXISHaikun Wang2015-07-202-0/+50
| * armv8/ls2085a: Enable DSPI get input clk form 'mxc_get_clock'Haikun Wang2015-07-202-0/+3
| * arm/dts/ls2085a: Add dts files for LS2085AQDS and LS2085ARDBHaikun Wang2015-07-203-0/+90
| * arm/dts/ls2085a: Add DSPI dts nodeHaikun Wang2015-07-201-0/+9
OpenPOWER on IntegriCloud