aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-21dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass6-57/+71
2016-01-21video: panel: Add a simple panel driverSimon Glass2-1/+100
2016-01-21dm: panel: Add a panel uclassSimon Glass2-0/+26
2016-01-21dm: backlight: Add a driver for a PWM backlightSimon Glass2-0/+137
2016-01-21dm: backlight: Add a backlight uclassSimon Glass2-0/+26
2016-01-21pwm: rockchip: Add a PWM driver for Rockchip SoCsSimon Glass3-0/+113
2016-01-21dm: pwm: Add a PWM uclassSimon Glass4-0/+49
2016-01-21video: bridge: Allow GPIOs to be optionalSimon Glass1-4/+7
2016-01-21video: Add a function to control cache flushingSimon Glass1-0/+7
2016-01-21video: Name consoles by their numberSimon Glass1-1/+6
2016-01-21rockchip: spi: Remove the explicit pinctrl settingSimon Glass1-26/+2
2016-01-21rockchip: spi: Correct chip-enable codeSimon Glass1-1/+6
2016-01-21rockchip: spi: Implement the delaysSimon Glass1-4/+23
2016-01-21rockchip: gpio: Implement the get_function() methodSimon Glass1-4/+36
2016-01-21rockchip: gpio: Read the GPIO value correctlySimon Glass1-1/+1
2016-01-21rockchip: pinctrl: Implement the get_gpio_mux() methodSimon Glass1-16/+52
2016-01-21rockchip: pinctrl: Reduce the size for SPLSimon Glass1-3/+17
2016-01-21rockchip: clk: Make rkclk_get_clk() SoC-specificSimon Glass2-0/+30
2016-01-21rockchip: spi: Correct the bus init codeSimon Glass1-2/+2
2016-01-21rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass1-1/+4
2016-01-21dm: clk: Add a simple version of clk_get_by_index()Simon Glass1-1/+17
2016-01-21dm: power: Allow regulators to not implement all operationsSimon Glass1-0/+2
2016-01-21dm: power: Tidy up debugging output and return valuesSimon Glass3-8/+19
2016-01-21dm: core: Export uclass_find_device_by_of_offset()Simon Glass1-2/+2
2016-01-21dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass1-0/+10
2016-01-21dm: power: Allow regulators to be omitted from SPLSimon Glass4-2/+34
2016-01-21spi: Correct device tree usage in spi_flash_decode_fdt()Simon Glass1-6/+3
2016-01-21dm: i2c: Allow muxes to be enabled for SPL separatelySimon Glass3-3/+12
2016-01-21cros_ec: Disable the Chrome OS EC in SPLSimon Glass1-0/+2
2016-01-21rockchip: pinctrl: Add a full pinctrl driverSimon Glass1-1/+229
2016-01-21rockchip: mmc: Update the driver to use the new clock IDSimon Glass1-1/+1
2016-01-21rockchip: spi: Avoid setting the pinctrl twiceSimon Glass1-3/+6
2016-01-21rockchip: spi: Update the driver to use the new clock IDSimon Glass1-15/+17
2016-01-21rockchip: i2c: Update the driver to use the new clock IDSimon Glass1-16/+22
2016-01-21rockchip: clock: Add a function to find a clock by IDSimon Glass1-2/+22
2016-01-21rockchip: clk: Add a function to get a peripheral clock rateSimon Glass1-0/+37
2016-01-21rockchip: clock: Rename the general clock variable to gclk_rateSimon Glass1-12/+12
2016-01-21rockchip: Use a separate clock ID for clocksSimon Glass3-44/+48
2016-01-21rockchip: mmc: Use a pwrseq device if availableSimon Glass1-0/+47
2016-01-21rockchip: Convert the PMU IOMUX registers into an arraySimon Glass1-2/+2
2016-01-21dm: Add a power sequencing uclassSimon Glass3-0/+43
2016-01-21power: Add support for RK808 regulatorsSimon Glass3-0/+311
2016-01-21power: Add base support for the RK808 PMICSimon Glass3-0/+106
2016-01-21dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass1-0/+12
2016-01-21dm: core: Don't set pinctrl for pinctrl devicesSimon Glass1-2/+4
2016-01-21rockchip: rk3036: Bind GPIO banksJeffy Chen1-0/+8
2016-01-21dm: clk: Add support for decoding clocks from the device treeSimon Glass1-0/+28
2016-01-21clk: add fixed rate clock driverMasahiro Yamada2-1/+58
2016-01-21Merge git://git.denx.de/u-boot-dmTom Rini26-106/+2016
2016-01-21sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa1-0/+11