summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-21dm: backlight: Add a backlight uclassSimon Glass
2016-01-21pwm: rockchip: Add a PWM driver for Rockchip SoCsSimon Glass
2016-01-21dm: pwm: Add a PWM uclassSimon Glass
2016-01-21video: bridge: Allow GPIOs to be optionalSimon Glass
2016-01-21video: Add a function to control cache flushingSimon Glass
2016-01-21video: Name consoles by their numberSimon Glass
2016-01-21gpio: Warn about invalid GPIOs used with the 'gpio' commandSimon Glass
2016-01-21stdio: Correct a build error with driver modelSimon Glass
2016-01-21rockchip: jerry: Enable the Chrome OS ECSimon Glass
2016-01-21rockchip: spi: Remove the explicit pinctrl settingSimon Glass
2016-01-21rockchip: spi: Correct chip-enable codeSimon Glass
2016-01-21rockchip: spi: Implement the delaysSimon Glass
2016-01-21rockchip: gpio: Implement the get_function() methodSimon Glass
2016-01-21rockchip: gpio: Read the GPIO value correctlySimon Glass
2016-01-21rockchip: pinctrl: Implement the get_gpio_mux() methodSimon Glass
2016-01-21rockchip: pinctrl: Reduce the size for SPLSimon Glass
2016-01-21rockchip: clk: Make rkclk_get_clk() SoC-specificSimon Glass
2016-01-21rockchip: spi: Correct the bus init codeSimon Glass
2016-01-21rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass
2016-01-21rockchip: reset: Use the rk_clr/setreg() interfaceSimon Glass
2016-01-21rockchip: sdram: Use the rk_clr/setreg() interfaceSimon Glass
2016-01-21dm: clk: Add a simple version of clk_get_by_index()Simon Glass
2016-01-21dm: power: Allow regulators to not implement all operationsSimon Glass
2016-01-21dm: power: Tidy up debugging output and return valuesSimon Glass
2016-01-21dm: core: Export uclass_find_device_by_of_offset()Simon Glass
2016-01-21dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass
2016-01-21dm: power: Allow regulators to be omitted from SPLSimon Glass
2016-01-21spi: Correct device tree usage in spi_flash_decode_fdt()Simon Glass
2016-01-21dm: i2c: Allow muxes to be enabled for SPL separatelySimon Glass
2016-01-21cros_ec: Disable the Chrome OS EC in SPLSimon Glass
2016-01-21gpio: Allow 's' as an abbreviation for 'status'Simon Glass
2016-01-21rockchip: jerry: Drop unused optionsSimon Glass
2016-01-21rockchip: Disable simple-bus in SPL for firefly-rk3288, jerrySimon Glass
2016-01-21rockchip: jerry: Enable the RK808 PMIC and regulatorSimon Glass
2016-01-21rockchip: Move firefly and jerry to use the full pinctrlSimon Glass
2016-01-21rockchip: pinctrl: Add a full pinctrl driverSimon Glass
2016-01-21rockchip: mmc: Update the driver to use the new clock IDSimon Glass
2016-01-21rockchip: spi: Avoid setting the pinctrl twiceSimon Glass
2016-01-21rockchip: spi: Update the driver to use the new clock IDSimon Glass
2016-01-21rockchip: i2c: Update the driver to use the new clock IDSimon Glass
2016-01-21rockchip: clock: Add a function to find a clock by IDSimon Glass
2016-01-21rockchip: clk: Add a function to get a peripheral clock rateSimon Glass
2016-01-21rockchip: clock: Rename the general clock variable to gclk_rateSimon Glass
2016-01-21rockchip: Use a separate clock ID for clocksSimon Glass
2016-01-21rockchip: jerry: Disable pmic-int-1 setup to avoid a hangSimon Glass
2016-01-21rockchip: Use pwrseq for MMC start-up on jerrySimon Glass
2016-01-21rockchip: Correct the defconfig orderSimon Glass
2016-01-21rockchip: mmc: Use a pwrseq device if availableSimon Glass
2016-01-21rockchip: Convert the PMU IOMUX registers into an arraySimon Glass
2016-01-21rockchip: Avoid using MMC code when not booting from MMCSimon Glass