summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-22rockchip: Avoid using MMC code when not booting from MMCSimon 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-22dts: Bring in pinctrl device tree bindingSimon Glass
2016-01-22dm: pmic: Add 'reg status' to show all regulatorsSimon 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: kylin: Store env in emmcJeffy Chen
2016-01-22rockchip: kylin: Check fastboot requestJeffy Chen
2016-01-22rockchip: kylin: Add default gpt partition tableJeffy Chen
2016-01-22rockchip: rk3036: Bind GPIO banksJeffy Chen
2016-01-22ARM: bootm: Try to use relocated ramdiskJeffy 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-21Merge branch 'master' of git://git.denx.de/u-boot-i2c; branch 'master' of git...Tom 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-21nds32: Fix compile error.rick
2016-01-21dm: video: test: Test that bitmap display works correctlySimon Glass
2016-01-21dm: video: test: Add tests for rotated consolesSimon Glass
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: stdio: video: Plumb the video uclass into stdioSimon Glass
2016-01-21dm: video: Implement the bmp command for driver modelSimon Glass
2016-01-21dm: common: Add memory reservation for the video uclassSimon Glass
2016-01-21common: Move LCD and video memory reservation togetherSimon 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: lcd: Avoid using the lcd.h header file with driver modelSimon Glass
2016-01-21dm: video: Add a video uclassSimon Glass
2016-01-21arm: ls1021atwr: Enable driver model lpuart serial driverBin Meng
2016-01-21arm: ls1021atwr: Split off board device treeBin Meng
2016-01-21serial: lpuart: Add driver model serial supportBin Meng
2016-01-21serial: lpuart: Prepare the driver for DM conversionBin Meng
2016-01-21serial: lpuart: Call local version of setbrg and putc directlyBin Meng
2016-01-21serial: lpuart: Fix several cosmetic issuesBin Meng
2016-01-21serial: lpuart: Move CONFIG_FSL_LPUART to KconfigBin Meng
2016-01-21arm: ls1021atwr: Convert to driver model and enable serial supportBin Meng
2016-01-21Revert "fdt_support: Add multi-serial support for stdout fixup"Bin Meng
2016-01-21test/py: add a test for the sleep commandStephen Warren
2016-01-21test/py: test the ums commandStephen Warren
2016-01-21test/py: test the shell if commandStephen Warren
2016-01-21test/py: add test of basic shell functionalityStephen Warren
2016-01-21test/py: test the md/mw commandsStephen Warren
2016-01-21test/py: add test of setenv/printenv/echoStephen Warren
2016-01-21test/py: test that sandbox exits when askedStephen Warren