aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-01-24ahci: Add a disk-controller uclassSimon Glass1-0/+1
2016-01-24dm: x86: Add a northbridge uclassSimon Glass1-0/+1
2016-01-24dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass1-1/+18
2016-01-24dm: syscon: Allow finding devices by driver dataSimon Glass1-0/+14
2016-01-24x86: Drop the irq router compatible stringSimon Glass1-1/+0
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass1-1/+0
2016-01-24dm: x86: Create a driver for x86 interruptsSimon Glass1-0/+1
2016-01-24dm: x86: Add a driver for Intel PCH7Simon Glass1-0/+4
2016-01-24dm: Expand the uclass for Platform Controller Hubs (PCH)Simon Glass1-0/+74
2016-01-24dm: pci: Add a function to write a BARSimon Glass1-2/+15
2016-01-21rockchip: Add support for Raxda Rock 2Simon Glass1-0/+31
2016-01-21rockchip: firefly-rk3288: Enable HDMI outputSimon Glass1-1/+8
2016-01-21rockchip: jerry: Enable EDP and HDMI video outputSimon Glass1-2/+6
2016-01-21rockchip: jerry: Add support for timing SPI flash speedSimon Glass1-0/+3
2016-01-21rockchip: spl: Support full-speed CPU in SPLSimon Glass1-0/+3
2016-01-21rockchip: config: Enable the 'gpio' commandSimon Glass1-0/+1
2016-01-21rockchip: Don't skip low-level initSimon Glass1-1/+0
2016-01-21dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass3-13/+23
2016-01-21dm: panel: Add a panel uclassSimon Glass2-0/+32
2016-01-21dm: backlight: Add a backlight uclassSimon Glass2-0/+32
2016-01-21dm: pwm: Add a PWM uclassSimon Glass2-0/+54
2016-01-21video: Add a function to control cache flushingSimon Glass1-0/+8
2016-01-21video: Name consoles by their numberSimon Glass1-4/+4
2016-01-21rockchip: jerry: Enable the Chrome OS ECSimon Glass3-0/+16
2016-01-21dm: core: Export uclass_find_device_by_of_offset()Simon Glass1-0/+16
2016-01-21dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass1-0/+32
2016-01-21rockchip: jerry: Drop unused optionsSimon Glass1-0/+2
2016-01-21rockchip: Use pwrseq for MMC start-up on jerrySimon Glass1-0/+1
2016-01-21dm: Add a power sequencing uclassSimon Glass2-0/+19
2016-01-21power: Add base support for the RK808 PMICSimon Glass1-0/+77
2016-01-21dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass1-0/+13
2016-01-21rockchip: kylin: Store env in emmcJeffy Chen1-0/+12
2016-01-21rockchip: kylin: Check fastboot requestJeffy Chen1-0/+3
2016-01-21rockchip: kylin: Add default gpt partition tableJeffy Chen1-0/+29
2016-01-21dm: clk: Add support for decoding clocks from the device treeSimon Glass1-0/+24
2016-01-21Merge git://git.denx.de/u-boot-dmTom Rini19-33/+375
2016-01-21sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa1-1/+1
2016-01-20dm: video: test: Test that bitmap display works correctlySimon Glass1-0/+2
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass1-0/+8
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2-7/+4
2016-01-20sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to KconfigSimon Glass1-1/+0
2016-01-20dm: common: Add memory reservation for the video uclassSimon Glass1-0/+4
2016-01-20dm: video: Add a uclass for the text consoleSimon Glass2-0/+137
2016-01-20dm: lcd: Avoid using the lcd.h header file with driver modelSimon Glass1-4/+8
2016-01-20dm: video: Add a video uclassSimon Glass2-6/+163
2016-01-20serial: lpuart: Move CONFIG_FSL_LPUART to KconfigBin Meng5-5/+0
2016-01-20arm: ls1021atwr: Convert to driver model and enable serial supportBin Meng1-0/+2
2016-01-20clk: add API to enable clockMasahiro Yamada1-0/+18
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