aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-20dm: video: test: Add tests for rotated consolesSimon Glass2-0/+28
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass5-9/+206
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass9-86/+56
2016-01-20sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to KconfigSimon Glass3-2/+11
2016-01-20dm: stdio: video: Plumb the video uclass into stdioSimon Glass1-4/+15
2016-01-20dm: video: Implement the bmp command for driver modelSimon Glass3-1/+375
2016-01-20dm: common: Add memory reservation for the video uclassSimon Glass2-12/+39
2016-01-20common: Move LCD and video memory reservation togetherSimon Glass1-14/+14
2016-01-20dm: video: Add a driver for a rotated text consoleSimon Glass3-0/+450
2016-01-20dm: video: Add a 'normal' text console driverSimon Glass2-1/+142
2016-01-20dm: video: Add a uclass for the text consoleSimon Glass5-1/+398
2016-01-20dm: lcd: Avoid using the lcd.h header file with driver modelSimon Glass2-4/+10
2016-01-20dm: video: Add a video uclassSimon Glass5-6/+432
2016-01-20arm: ls1021atwr: Enable driver model lpuart serial driverBin Meng3-1/+21
2016-01-20arm: ls1021atwr: Split off board device treeBin Meng6-6/+21
2016-01-20serial: lpuart: Add driver model serial supportBin Meng2-1/+167
2016-01-20serial: lpuart: Prepare the driver for DM conversionBin Meng1-22/+66
2016-01-20serial: lpuart: Call local version of setbrg and putc directlyBin Meng1-4/+4
2016-01-20serial: lpuart: Fix several cosmetic issuesBin Meng1-20/+15
2016-01-20serial: lpuart: Move CONFIG_FSL_LPUART to KconfigBin Meng14-5/+14
2016-01-20arm: ls1021atwr: Convert to driver model and enable serial supportBin Meng4-4/+10
2016-01-20Revert "fdt_support: Add multi-serial support for stdout fixup"Bin Meng1-15/+1
2016-01-20test/py: add a test for the sleep commandStephen Warren1-0/+24
2016-01-20test/py: test the ums commandStephen Warren1-0/+94
2016-01-20test/py: test the shell if commandStephen Warren2-116/+154
2016-01-20test/py: add test of basic shell functionalityStephen Warren2-16/+42
2016-01-20test/py: test the md/mw commandsStephen Warren2-29/+36
2016-01-20test/py: add test of setenv/printenv/echoStephen Warren2-4/+221
2016-01-20test/py: test that sandbox exits when askedStephen Warren1-0/+24
2016-01-20test/py: Implement pytest infrastructureStephen Warren14-0/+2090
2016-01-20patman: Add --thread optionMateusz Kulikowski2-2/+8
2016-01-20clk: add API to enable clockMasahiro Yamada2-0/+28
2016-01-20clk: add static qualifier to local functionsMasahiro Yamada3-4/+5
2016-01-20clk: add needed include and declaration to include/clk.hMasahiro Yamada1-0/+4
2016-01-20clk: fix comments in include/clk.hMasahiro Yamada1-10/+10
2016-01-20clk: move Kconfig options into sub-menuMasahiro Yamada1-0/+4
2016-01-20usb: Define USB_MAX_STOR_DEV in only one placeSimon Glass1-1/+0
2016-01-20timer: sandbox: work without device treeStephen Warren1-0/+10
2016-01-20dm: timer: refuse timers with zero clock_rateStephen Warren1-0/+11
2016-01-20bzip2: Support compression for sandboxSimon Glass4-0/+1852
2016-01-20dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass2-5/+7
2016-01-20sandbox: Support the bmp commandSimon Glass1-5/+8
2016-01-20tiny-printf: Always print zeroesSimon Glass1-4/+12
2016-01-20pinctrl: Avoid binding all pinconfig nodes before relocationSimon Glass1-0/+4
2016-01-20i2c: Correct command return valuesSimon Glass1-2/+4
2016-01-20dm: mmc: Try to honour the sequence orderSimon Glass1-5/+15
2016-01-20dm: gpio: Allow the uclass to work without printf()Simon Glass1-0/+8
2016-01-20tiny-printf: Avoid printing NULL stringsSimon Glass1-2/+4
2016-01-20defconfig: dra74_evm: enable timer driver modelMugunthan V N1-0/+2
2016-01-20arm: dts: dra7-evm: add tick-timer to chosen nodeMugunthan V N1-0/+1