summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* dm: i2c: Allow muxes to be enabled for SPL separatelySimon Glass2016-01-21-3/+12
* cros_ec: Disable the Chrome OS EC in SPLSimon Glass2016-01-21-0/+2
* gpio: Allow 's' as an abbreviation for 'status'Simon Glass2016-01-21-1/+1
* rockchip: jerry: Drop unused optionsSimon Glass2016-01-21-5/+2
* rockchip: Disable simple-bus in SPL for firefly-rk3288, jerrySimon Glass2016-01-21-0/+2
* rockchip: jerry: Enable the RK808 PMIC and regulatorSimon Glass2016-01-21-0/+2
* rockchip: Move firefly and jerry to use the full pinctrlSimon Glass2016-01-21-2/+0
* rockchip: pinctrl: Add a full pinctrl driverSimon Glass2016-01-21-1/+229
* rockchip: mmc: Update the driver to use the new clock IDSimon Glass2016-01-21-1/+1
* rockchip: spi: Avoid setting the pinctrl twiceSimon Glass2016-01-21-3/+6
* rockchip: spi: Update the driver to use the new clock IDSimon Glass2016-01-21-15/+17
* rockchip: i2c: Update the driver to use the new clock IDSimon Glass2016-01-21-16/+22
* rockchip: clock: Add a function to find a clock by IDSimon Glass2016-01-21-2/+34
* rockchip: clk: Add a function to get a peripheral clock rateSimon Glass2016-01-21-0/+37
* rockchip: clock: Rename the general clock variable to gclk_rateSimon Glass2016-01-21-12/+12
* rockchip: Use a separate clock ID for clocksSimon Glass2016-01-21-44/+50
* rockchip: jerry: Disable pmic-int-1 setup to avoid a hangSimon Glass2016-01-21-1/+4
* rockchip: Use pwrseq for MMC start-up on jerrySimon Glass2016-01-21-4/+13
* rockchip: Correct the defconfig orderSimon Glass2016-01-21-5/+5
* rockchip: mmc: Use a pwrseq device if availableSimon Glass2016-01-21-0/+47
* rockchip: Convert the PMU IOMUX registers into an arraySimon Glass2016-01-21-6/+10
* rockchip: Avoid using MMC code when not booting from MMCSimon Glass2016-01-21-0/+2
* dm: Add a power sequencing uclassSimon Glass2016-01-21-0/+62
* power: Add support for RK808 regulatorsSimon Glass2016-01-21-0/+311
* power: Add base support for the RK808 PMICSimon Glass2016-01-21-0/+183
* dts: Bring in pinctrl device tree bindingSimon Glass2016-01-21-0/+236
* dm: pmic: Add 'reg status' to show all regulatorsSimon Glass2016-01-21-10/+56
* dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass2016-01-21-0/+25
* dm: core: Don't set pinctrl for pinctrl devicesSimon Glass2016-01-21-2/+4
* rockchip: kylin: Store env in emmcJeffy Chen2016-01-21-0/+12
* rockchip: kylin: Check fastboot requestJeffy Chen2016-01-21-0/+35
* rockchip: kylin: Add default gpt partition tableJeffy Chen2016-01-21-0/+29
* rockchip: rk3036: Bind GPIO banksJeffy Chen2016-01-21-0/+8
* ARM: bootm: Try to use relocated ramdiskJeffy Chen2016-01-21-1/+11
* dm: clk: Add support for decoding clocks from the device treeSimon Glass2016-01-21-0/+52
* clk: add fixed rate clock driverMasahiro Yamada2016-01-21-1/+58
* Merge git://git.denx.de/u-boot-dmTom Rini2016-01-21-422/+7455
|\
| * dm: video: test: Test that bitmap display works correctlySimon Glass2016-01-20-0/+56
| * dm: video: test: Add tests for rotated consolesSimon Glass2016-01-20-0/+28
| * dm: video: test: Add tests for the video uclassSimon Glass2016-01-20-9/+206
| * dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2016-01-20-86/+56
| * sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to KconfigSimon Glass2016-01-20-2/+11
| * dm: stdio: video: Plumb the video uclass into stdioSimon Glass2016-01-20-4/+15
| * dm: video: Implement the bmp command for driver modelSimon Glass2016-01-20-1/+375
| * dm: common: Add memory reservation for the video uclassSimon Glass2016-01-20-12/+39
| * common: Move LCD and video memory reservation togetherSimon Glass2016-01-20-14/+14
| * dm: video: Add a driver for a rotated text consoleSimon Glass2016-01-20-0/+450
| * dm: video: Add a 'normal' text console driverSimon Glass2016-01-20-1/+142
| * dm: video: Add a uclass for the text consoleSimon Glass2016-01-20-1/+398
| * dm: lcd: Avoid using the lcd.h header file with driver modelSimon Glass2016-01-20-4/+10