aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-21dm: reset: Allow reset_walk() to returnSimon Glass2-7/+35
2015-07-21sandbox: Support multiple reset typesSimon Glass2-0/+7
2015-07-21dm: test: Add tests for the clk uclassSimon Glass7-0/+162
2015-07-21dm: test: Allow test names to leave out the dm_test_ prefixSimon Glass1-2/+13
2015-07-21dm: Add platform data advice and admonishmentSimon Glass2-2/+24
2015-07-21power: pmic: Use trailing_strtol() instead of a local functionSimon Glass1-18/+5
2015-07-21dm: Add a clock uclassSimon Glass8-0/+170
2015-07-21zynq: Rename struct clk_ops to zynq_clk_opsSimon Glass1-3/+3
2015-07-21dm: Add a system reset uclassSimon Glass5-0/+135
2015-07-21mkimage: Set up a file size parameter and keep it updatedSimon Glass2-0/+19
2015-07-21spl: Add a debug string before the jump to U-BootSimon Glass1-0/+1
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass3-11/+37
2015-07-21fdt: Provide debug info when a device tree cannot be foundSimon Glass1-0/+7
2015-07-21lib: Add function to extract a number from the end of a stringSimon Glass3-8/+51
2015-07-21Add rivest cipher 4 (rc4) implementationSimon Glass3-0/+71
2015-07-21ns16550: Improve debug UART so it can work with 32-bit accessSimon Glass1-15/+21
2015-07-21dm: spi: Make local functions staticSimon Glass1-4/+4
2015-07-21dm: Add support for RAM driversSimon Glass8-0/+96
2015-07-21Drop CONFIG_ERRNO_STR from SPLSimon Glass1-1/+1
2015-07-21dm: power: Allow use of regulators in SPLSimon Glass1-0/+1
2015-07-21dm: pmic: Add functions to adjust PMIC registersSimon Glass2-0/+66
2015-07-21dm: power: Use debug() for errors in regulator uclassSimon Glass1-1/+1
2015-07-21dm: power: Add a function to set up all regulatorsSimon Glass2-0/+33
2015-07-21dm: pmic: Split output from functionSimon Glass4-75/+63
2015-07-21dm: power: Add regulator flags to centralise auto-set logicSimon Glass2-0/+20
2015-07-21dm: power: Avoid case-insensitve match for child namesSimon Glass1-1/+1
2015-07-21mmc: Add structure comments for dwmmcSimon Glass1-1/+17
2015-07-21dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass1-2/+15
2015-07-21mmc: Add debug() output on read errorsSimon Glass1-2/+6
2015-07-21dm: mmc: Add an MMC uclassSimon Glass6-0/+71
2015-07-21spl: Add debugging info for spl_mmc bootSimon Glass1-2/+7
2015-07-21dm: led: Add a driver for GPIO-controlled LEDsSimon Glass4-0/+163
2015-07-21dm: Add support for LEDsSimon Glass9-0/+152
2015-07-21dm: Add support for generic system controllers (syscon)Simon Glass4-0/+131
2015-07-21dm: Add support for register maps (regmap)Simon Glass3-0/+159
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2-1/+13
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2-8/+39
2015-07-21dm: gpio: Allow GPIO uclass to be used in SPLSimon Glass1-4/+0
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass2-3/+3
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass2-0/+39
2015-07-21dm: core: Use debug() instead of printf() for failuresSimon Glass1-3/+3
2015-07-21dm: Move the tree/uclass dump code into its own fileSimon Glass4-79/+106
2015-07-21sandbox: Drop special-case sandbox console codeSimon Glass1-5/+1
2015-07-21dm: Allow debug UART to support an early consoleSimon Glass1-0/+19
2015-07-21debug_uart: Remove use of asmlinkageSimon Glass1-12/+10
2015-07-21Add a way of checking the position of a structure memberSimon Glass1-0/+11
2015-07-21dm: arm: Put driver model I2C drivers before legacy onesSimon Glass1-5/+5
2015-07-21dm: Reduce SPL device tree sizeSimon Glass4-2/+42
2015-07-21fdt: Add fdtgrep toolSimon Glass2-1/+1239
2015-07-21fdt: Add fdt_first/next_region() functionsSimon Glass3-2/+731