summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-01-22rockchip: spi: Remove the explicit pinctrl settingSimon Glass
2016-01-22rockchip: spi: Correct chip-enable codeSimon Glass
2016-01-22rockchip: spi: Implement the delaysSimon Glass
2016-01-22rockchip: gpio: Implement the get_function() methodSimon Glass
2016-01-22rockchip: gpio: Read the GPIO value correctlySimon Glass
2016-01-22rockchip: pinctrl: Implement the get_gpio_mux() methodSimon Glass
2016-01-22rockchip: pinctrl: Reduce the size for SPLSimon Glass
2016-01-22rockchip: clk: Make rkclk_get_clk() SoC-specificSimon Glass
2016-01-22rockchip: spi: Correct the bus init codeSimon Glass
2016-01-22rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass
2016-01-22dm: clk: Add a simple version of clk_get_by_index()Simon Glass
2016-01-22dm: power: Allow regulators to not implement all operationsSimon Glass
2016-01-22dm: power: Tidy up debugging output and return valuesSimon Glass
2016-01-22dm: core: Export uclass_find_device_by_of_offset()Simon Glass
2016-01-22dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass
2016-01-22dm: power: Allow regulators to be omitted from SPLSimon Glass
2016-01-22spi: Correct device tree usage in spi_flash_decode_fdt()Simon Glass
2016-01-22dm: i2c: Allow muxes to be enabled for SPL separatelySimon Glass
2016-01-22cros_ec: Disable the Chrome OS EC in SPLSimon Glass
2016-01-22rockchip: pinctrl: Add a full pinctrl driverSimon Glass
2016-01-22rockchip: mmc: Update the driver to use the new clock IDSimon Glass
2016-01-22rockchip: spi: Avoid setting the pinctrl twiceSimon Glass
2016-01-22rockchip: spi: Update the driver to use the new clock IDSimon Glass
2016-01-22rockchip: i2c: Update the driver to use the new clock IDSimon Glass
2016-01-22rockchip: clock: Add a function to find a clock by IDSimon Glass
2016-01-22rockchip: clk: Add a function to get a peripheral clock rateSimon Glass
2016-01-22rockchip: clock: Rename the general clock variable to gclk_rateSimon Glass
2016-01-22rockchip: Use a separate clock ID for clocksSimon Glass
2016-01-22rockchip: mmc: Use a pwrseq device if availableSimon Glass
2016-01-22rockchip: Convert the PMU IOMUX registers into an arraySimon Glass
2016-01-22dm: Add a power sequencing uclassSimon Glass
2016-01-22power: Add support for RK808 regulatorsSimon Glass
2016-01-22power: Add base support for the RK808 PMICSimon Glass
2016-01-22dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass
2016-01-22dm: core: Don't set pinctrl for pinctrl devicesSimon Glass
2016-01-22rockchip: rk3036: Bind GPIO banksJeffy Chen
2016-01-22dm: clk: Add support for decoding clocks from the device treeSimon Glass
2016-01-22clk: add fixed rate clock driverMasahiro Yamada
2016-01-21Merge git://git.denx.de/u-boot-dmTom Rini
2016-01-21sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa
2016-01-21i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCsHans de Goede
2016-01-21dm: video: test: Add tests for the video uclassSimon Glass
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass
2016-01-21sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to KconfigSimon Glass
2016-01-21dm: video: Implement the bmp command for driver modelSimon Glass
2016-01-21dm: video: Add a driver for a rotated text consoleSimon Glass
2016-01-21dm: video: Add a 'normal' text console driverSimon Glass
2016-01-21dm: video: Add a uclass for the text consoleSimon Glass
2016-01-21dm: video: Add a video uclassSimon Glass
2016-01-21serial: lpuart: Add driver model serial supportBin Meng