summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* dm: i2c: Allow muxes to be enabled for SPL separatelySimon Glass2016-01-213-3/+12
* cros_ec: Disable the Chrome OS EC in SPLSimon Glass2016-01-211-0/+2
* rockchip: pinctrl: Add a full pinctrl driverSimon Glass2016-01-211-1/+229
* rockchip: mmc: Update the driver to use the new clock IDSimon Glass2016-01-211-1/+1
* rockchip: spi: Avoid setting the pinctrl twiceSimon Glass2016-01-211-3/+6
* rockchip: spi: Update the driver to use the new clock IDSimon Glass2016-01-211-15/+17
* rockchip: i2c: Update the driver to use the new clock IDSimon Glass2016-01-211-16/+22
* rockchip: clock: Add a function to find a clock by IDSimon Glass2016-01-211-2/+22
* rockchip: clk: Add a function to get a peripheral clock rateSimon Glass2016-01-211-0/+37
* rockchip: clock: Rename the general clock variable to gclk_rateSimon Glass2016-01-211-12/+12
* rockchip: Use a separate clock ID for clocksSimon Glass2016-01-213-44/+48
* rockchip: mmc: Use a pwrseq device if availableSimon Glass2016-01-211-0/+47
* rockchip: Convert the PMU IOMUX registers into an arraySimon Glass2016-01-211-2/+2
* dm: Add a power sequencing uclassSimon Glass2016-01-213-0/+43
* power: Add support for RK808 regulatorsSimon Glass2016-01-213-0/+311
* power: Add base support for the RK808 PMICSimon Glass2016-01-213-0/+106
* dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass2016-01-211-0/+12
* dm: core: Don't set pinctrl for pinctrl devicesSimon Glass2016-01-211-2/+4
* rockchip: rk3036: Bind GPIO banksJeffy Chen2016-01-211-0/+8
* dm: clk: Add support for decoding clocks from the device treeSimon Glass2016-01-211-0/+28
* clk: add fixed rate clock driverMasahiro Yamada2016-01-212-1/+58
* Merge git://git.denx.de/u-boot-dmTom Rini2016-01-2126-106/+2016
|\
| * dm: video: test: Add tests for the video uclassSimon Glass2016-01-201-9/+0
| * dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2016-01-202-50/+50
| * sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to KconfigSimon Glass2016-01-201-0/+9
| * dm: video: Implement the bmp command for driver modelSimon Glass2016-01-202-0/+354
| * dm: video: Add a driver for a rotated text consoleSimon Glass2016-01-203-0/+450
| * dm: video: Add a 'normal' text console driverSimon Glass2016-01-202-1/+142
| * dm: video: Add a uclass for the text consoleSimon Glass2016-01-203-1/+261
| * dm: video: Add a video uclassSimon Glass2016-01-203-0/+269
| * serial: lpuart: Add driver model serial supportBin Meng2016-01-201-0/+167
| * serial: lpuart: Prepare the driver for DM conversionBin Meng2016-01-201-22/+66
| * serial: lpuart: Call local version of setbrg and putc directlyBin Meng2016-01-201-4/+4
| * serial: lpuart: Fix several cosmetic issuesBin Meng2016-01-201-20/+15
| * serial: lpuart: Move CONFIG_FSL_LPUART to KconfigBin Meng2016-01-201-0/+6
| * clk: add API to enable clockMasahiro Yamada2016-01-201-0/+10
| * clk: add static qualifier to local functionsMasahiro Yamada2016-01-203-4/+5
| * clk: move Kconfig options into sub-menuMasahiro Yamada2016-01-201-0/+4
| * timer: sandbox: work without device treeStephen Warren2016-01-201-0/+10
| * dm: timer: refuse timers with zero clock_rateStephen Warren2016-01-201-0/+11
| * dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass2016-01-202-5/+7
| * pinctrl: Avoid binding all pinconfig nodes before relocationSimon Glass2016-01-201-0/+4
| * dm: mmc: Try to honour the sequence orderSimon Glass2016-01-201-5/+15
| * dm: gpio: Allow the uclass to work without printf()Simon Glass2016-01-201-0/+8
| * drivers: timer: omap_timer: add timer driver for omap devices based on dmMugunthan V N2016-01-203-0/+115
| * dm: timer: uclass: Add flag to control sequence numberingMugunthan V N2016-01-201-0/+1
| * dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N2016-01-201-0/+44
| * dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass2016-01-201-0/+4
* | sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa2016-01-211-0/+11
* | i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCsHans de Goede2016-01-211-4/+16
|/
OpenPOWER on IntegriCloud