summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-21sandbox: Support multiple reset typesSimon Glass
2015-07-21dm: test: Add tests for the clk uclassSimon Glass
2015-07-21dm: test: Allow test names to leave out the dm_test_ prefixSimon Glass
2015-07-21dm: Add platform data advice and admonishmentSimon Glass
2015-07-21power: pmic: Use trailing_strtol() instead of a local functionSimon Glass
2015-07-21dm: Add a clock uclassSimon Glass
2015-07-21zynq: Rename struct clk_ops to zynq_clk_opsSimon Glass
2015-07-21dm: Add a system reset uclassSimon Glass
2015-07-21mkimage: Set up a file size parameter and keep it updatedSimon Glass
2015-07-21spl: Add a debug string before the jump to U-BootSimon Glass
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass
2015-07-21fdt: Provide debug info when a device tree cannot be foundSimon Glass
2015-07-21lib: Add function to extract a number from the end of a stringSimon Glass
2015-07-21Add rivest cipher 4 (rc4) implementationSimon Glass
2015-07-21ns16550: Improve debug UART so it can work with 32-bit accessSimon Glass
2015-07-21dm: spi: Make local functions staticSimon Glass
2015-07-21dm: Add support for RAM driversSimon Glass
2015-07-21Drop CONFIG_ERRNO_STR from SPLSimon Glass
2015-07-21dm: power: Allow use of regulators in SPLSimon Glass
2015-07-21dm: pmic: Add functions to adjust PMIC registersSimon Glass
2015-07-21dm: power: Use debug() for errors in regulator uclassSimon Glass
2015-07-21dm: power: Add a function to set up all regulatorsSimon Glass
2015-07-21dm: pmic: Split output from functionSimon Glass
2015-07-21dm: power: Add regulator flags to centralise auto-set logicSimon Glass
2015-07-21dm: power: Avoid case-insensitve match for child namesSimon Glass
2015-07-21mmc: Add structure comments for dwmmcSimon Glass
2015-07-21dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass
2015-07-21mmc: Add debug() output on read errorsSimon Glass
2015-07-21dm: mmc: Add an MMC uclassSimon Glass
2015-07-21spl: Add debugging info for spl_mmc bootSimon Glass
2015-07-21dm: led: Add a driver for GPIO-controlled LEDsSimon Glass
2015-07-21dm: Add support for LEDsSimon Glass
2015-07-21dm: Add support for generic system controllers (syscon)Simon Glass
2015-07-21dm: Add support for register maps (regmap)Simon Glass
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass
2015-07-21dm: gpio: Allow GPIO uclass to be used in SPLSimon Glass
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass
2015-07-21dm: core: Use debug() instead of printf() for failuresSimon Glass
2015-07-21dm: Move the tree/uclass dump code into its own fileSimon Glass
2015-07-21sandbox: Drop special-case sandbox console codeSimon Glass
2015-07-21dm: Allow debug UART to support an early consoleSimon Glass
2015-07-21debug_uart: Remove use of asmlinkageSimon Glass
2015-07-21Add a way of checking the position of a structure memberSimon Glass
2015-07-21dm: arm: Put driver model I2C drivers before legacy onesSimon Glass
2015-07-21dm: Reduce SPL device tree sizeSimon Glass
2015-07-21fdt: Add fdtgrep toolSimon Glass
2015-07-21fdt: Add fdt_first/next_region() functionsSimon Glass
2015-07-21fdt: Add a function to remove unused strings from a device treeSimon Glass