summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-22video: Name consoles by their numberSimon Glass1-1/+6
2016-01-22rockchip: spi: Remove the explicit pinctrl settingSimon Glass1-26/+2
2016-01-22rockchip: spi: Correct chip-enable codeSimon Glass1-1/+6
2016-01-22rockchip: spi: Implement the delaysSimon Glass1-4/+23
2016-01-22rockchip: gpio: Implement the get_function() methodSimon Glass1-4/+36
2016-01-22rockchip: gpio: Read the GPIO value correctlySimon Glass1-1/+1
2016-01-22rockchip: pinctrl: Implement the get_gpio_mux() methodSimon Glass1-16/+52
2016-01-22rockchip: pinctrl: Reduce the size for SPLSimon Glass1-3/+17
2016-01-22rockchip: clk: Make rkclk_get_clk() SoC-specificSimon Glass2-0/+30
2016-01-22rockchip: spi: Correct the bus init codeSimon Glass1-2/+2
2016-01-22rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass1-1/+4
2016-01-22dm: clk: Add a simple version of clk_get_by_index()Simon Glass1-1/+17
2016-01-22dm: power: Allow regulators to not implement all operationsSimon Glass1-0/+2
2016-01-22dm: power: Tidy up debugging output and return valuesSimon Glass3-8/+19
2016-01-22dm: core: Export uclass_find_device_by_of_offset()Simon Glass1-2/+2
2016-01-22dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass1-0/+10
2016-01-22dm: power: Allow regulators to be omitted from SPLSimon Glass4-2/+34
2016-01-22spi: Correct device tree usage in spi_flash_decode_fdt()Simon Glass1-6/+3
2016-01-22dm: i2c: Allow muxes to be enabled for SPL separatelySimon Glass3-3/+12
2016-01-22cros_ec: Disable the Chrome OS EC in SPLSimon Glass1-0/+2
2016-01-22rockchip: pinctrl: Add a full pinctrl driverSimon Glass1-1/+229
2016-01-22rockchip: mmc: Update the driver to use the new clock IDSimon Glass1-1/+1
2016-01-22rockchip: spi: Avoid setting the pinctrl twiceSimon Glass1-3/+6
2016-01-22rockchip: spi: Update the driver to use the new clock IDSimon Glass1-15/+17
2016-01-22rockchip: i2c: Update the driver to use the new clock IDSimon Glass1-16/+22
2016-01-22rockchip: clock: Add a function to find a clock by IDSimon Glass1-2/+22
2016-01-22rockchip: clk: Add a function to get a peripheral clock rateSimon Glass1-0/+37
2016-01-22rockchip: clock: Rename the general clock variable to gclk_rateSimon Glass1-12/+12
2016-01-22rockchip: Use a separate clock ID for clocksSimon Glass3-44/+48
2016-01-22rockchip: mmc: Use a pwrseq device if availableSimon Glass1-0/+47
2016-01-22rockchip: Convert the PMU IOMUX registers into an arraySimon Glass1-2/+2
2016-01-22dm: Add a power sequencing uclassSimon Glass3-0/+43
2016-01-22power: Add support for RK808 regulatorsSimon Glass3-0/+311
2016-01-22power: Add base support for the RK808 PMICSimon Glass3-0/+106
2016-01-22dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass1-0/+12
2016-01-22dm: core: Don't set pinctrl for pinctrl devicesSimon Glass1-2/+4
2016-01-22rockchip: rk3036: Bind GPIO banksJeffy Chen1-0/+8
2016-01-22dm: clk: Add support for decoding clocks from the device treeSimon Glass1-0/+28
2016-01-22clk: 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
2016-01-21i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCsHans de Goede1-4/+16
2016-01-21dm: video: test: Add tests for the video uclassSimon Glass1-9/+0
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2-50/+50
2016-01-21sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to KconfigSimon Glass1-0/+9
2016-01-21dm: video: Implement the bmp command for driver modelSimon Glass2-0/+354
2016-01-21dm: video: Add a driver for a rotated text consoleSimon Glass3-0/+450
2016-01-21dm: video: Add a 'normal' text console driverSimon Glass2-1/+142
2016-01-21dm: video: Add a uclass for the text consoleSimon Glass3-1/+261
2016-01-21dm: video: Add a video uclassSimon Glass3-0/+269