summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-01-24ahci: Add a disk-controller uclassSimon Glass
2016-01-24dm: x86: Add a northbridge uclassSimon Glass
2016-01-24dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass
2016-01-24dm: syscon: Allow finding devices by driver dataSimon Glass
2016-01-24x86: Drop the irq router compatible stringSimon Glass
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass
2016-01-24dm: x86: Create a driver for x86 interruptsSimon Glass
2016-01-24dm: x86: Add a driver for Intel PCH7Simon Glass
2016-01-24dm: Expand the uclass for Platform Controller Hubs (PCH)Simon Glass
2016-01-24dm: pci: Add a function to write a BARSimon Glass
2016-01-21rockchip: Add support for Raxda Rock 2Simon Glass
2016-01-21rockchip: firefly-rk3288: Enable HDMI outputSimon Glass
2016-01-21rockchip: jerry: Enable EDP and HDMI video outputSimon Glass
2016-01-21rockchip: jerry: Add support for timing SPI flash speedSimon Glass
2016-01-21rockchip: spl: Support full-speed CPU in SPLSimon Glass
2016-01-21rockchip: config: Enable the 'gpio' commandSimon Glass
2016-01-21rockchip: Don't skip low-level initSimon Glass
2016-01-21dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass
2016-01-21dm: panel: Add a panel uclassSimon Glass
2016-01-21dm: backlight: Add a backlight uclassSimon Glass
2016-01-21dm: pwm: Add a PWM uclassSimon Glass
2016-01-21video: Add a function to control cache flushingSimon Glass
2016-01-21video: Name consoles by their numberSimon Glass
2016-01-21rockchip: jerry: Enable the Chrome OS ECSimon Glass
2016-01-21dm: core: Export uclass_find_device_by_of_offset()Simon Glass
2016-01-21dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass
2016-01-21rockchip: jerry: Drop unused optionsSimon Glass
2016-01-21rockchip: Use pwrseq for MMC start-up on jerrySimon Glass
2016-01-21dm: Add a power sequencing uclassSimon Glass
2016-01-21power: Add base support for the RK808 PMICSimon Glass
2016-01-21dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass
2016-01-21rockchip: kylin: Store env in emmcJeffy Chen
2016-01-21rockchip: kylin: Check fastboot requestJeffy Chen
2016-01-21rockchip: kylin: Add default gpt partition tableJeffy Chen
2016-01-21dm: clk: Add support for decoding clocks from the device treeSimon Glass
2016-01-21Merge git://git.denx.de/u-boot-dmTom Rini
2016-01-21sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa
2016-01-20dm: video: test: Test that bitmap display works correctlySimon Glass
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass
2016-01-20sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to KconfigSimon Glass
2016-01-20dm: common: Add memory reservation for the video uclassSimon Glass
2016-01-20dm: video: Add a uclass for the text consoleSimon Glass
2016-01-20dm: lcd: Avoid using the lcd.h header file with driver modelSimon Glass
2016-01-20dm: video: Add a video uclassSimon Glass
2016-01-20serial: lpuart: Move CONFIG_FSL_LPUART to KconfigBin Meng
2016-01-20arm: ls1021atwr: Convert to driver model and enable serial supportBin Meng
2016-01-20clk: add API to enable clockMasahiro Yamada
2016-01-20clk: add needed include and declaration to include/clk.hMasahiro Yamada
2016-01-20clk: fix comments in include/clk.hMasahiro Yamada