| Commit message (Expand) | Author | Age | Lines |
... | |
* | dm: x86: Create a driver for x86 interrupts | Simon Glass | 2016-01-24 | -0/+26 |
* | dm: x86: spi: Convert ICH SPI driver to driver model PCI API | Simon Glass | 2016-01-24 | -442/+461 |
* | spi: ich: Separate out the read/write trace from normal debugging | Simon Glass | 2016-01-24 | -9/+15 |
* | dm: x86: Add a driver for Intel PCH9 | Simon Glass | 2016-01-24 | -0/+44 |
* | dm: x86: Add a driver for Intel PCH7 | Simon Glass | 2016-01-24 | -0/+66 |
* | dm: Expand the uclass for Platform Controller Hubs (PCH) | Simon Glass | 2016-01-24 | -1/+112 |
* | dm: pci: Avoid using pci_bus_to_hose() in the uclass | Simon Glass | 2016-01-24 | -7/+7 |
* | dm: pci: Add a function to write a BAR | Simon Glass | 2016-01-24 | -2/+23 |
* | dm: pci: Move pci_bus_to_hose() to compatibility | Simon Glass | 2016-01-24 | -15/+28 |
* | Merge git://git.denx.de/u-boot-fdt | Tom Rini | 2016-01-22 | -1/+1 |
|\ |
|
| * | devicetree: use wildcard to clean arch subdir | Thomas Chou | 2016-01-22 | -1/+1 |
* | | rockchip: Update the README | Simon Glass | 2016-01-21 | -20/+20 |
* | | rockchip: Add support for Raxda Rock 2 | Simon Glass | 2016-01-21 | -6/+133 |
* | | rockchip: rock2: dts: Make changes for U-Boot | Simon Glass | 2016-01-21 | -0/+21 |
* | | rockchip: rock2: Bring in device tree files from Linux | Simon Glass | 2016-01-21 | -0/+458 |
* | | rockchip: dts: Sync up SPDIF node with Linux | Simon Glass | 2016-01-21 | -0/+21 |
* | | rockchip: firefly-rk3288: Enable HDMI output | Simon Glass | 2016-01-21 | -1/+15 |
* | | rockchip: jerry: Enable EDP and HDMI video output | Simon Glass | 2016-01-21 | -2/+18 |
* | | rockchip: jerry: Add support for timing SPI flash speed | Simon Glass | 2016-01-21 | -0/+3 |
* | | rockchip: spl: Support full-speed CPU in SPL | Simon Glass | 2016-01-21 | -0/+124 |
* | | rockchip: rk3288: pinctrl: Fix HDMI pinctrl | Simon Glass | 2016-01-21 | -0/+2 |
* | | rockchip: rk3288: clock: Fix various minor errors | Simon Glass | 2016-01-21 | -8/+13 |
* | | rockchip: jerry: Fix the SDRAM timing | Simon Glass | 2016-01-21 | -1/+1 |
* | | rockchip: spl: Drop MMC support code when not needed | Simon Glass | 2016-01-21 | -2/+4 |
* | | rockchip: Tidy up the register-access macros | Simon Glass | 2016-01-21 | -3/+4 |
* | | rockchip: sdram: Use syscon_get_first_range() where possible | Simon Glass | 2016-01-21 | -14/+3 |
* | | rockchip: sdram: Tidy up a few comments | Simon Glass | 2016-01-21 | -2/+2 |
* | | rockchip: config: Enable the 'gpio' command | Simon Glass | 2016-01-21 | -0/+1 |
* | | rockchip: Add a script to parse datasheets | Simon Glass | 2016-01-21 | -0/+224 |
* | | rockchip: Add a simple 'clock' command | Simon Glass | 2016-01-21 | -0/+24 |
* | | rockchip: Don't skip low-level init | Simon Glass | 2016-01-21 | -1/+8 |
* | | rockchip: video: Add a video-output driver | Simon Glass | 2016-01-21 | -1/+696 |
* | | rockchip: video: Add a display driver for rockchip eDP | Simon Glass | 2016-01-21 | -1/+1722 |
* | | rockchip: video: Add a display driver for rockchip HDMI | Simon Glass | 2016-01-21 | -0/+1408 |
* | | rockchip: clk: Add support for clocks needed by the displays | Simon Glass | 2016-01-21 | -4/+170 |
* | | rockchip: Rename the CRU_MODE_CON fields | Simon Glass | 2016-01-21 | -59/+38 |
* | | dm: video: Repurpose the 'displayport' uclass to 'display' | Simon Glass | 2016-01-21 | -71/+95 |
* | | video: panel: Add a simple panel driver | Simon Glass | 2016-01-21 | -1/+100 |
* | | dm: panel: Add a panel uclass | Simon Glass | 2016-01-21 | -0/+58 |
* | | dm: backlight: Add a driver for a PWM backlight | Simon Glass | 2016-01-21 | -0/+137 |
* | | dm: backlight: Add a backlight uclass | Simon Glass | 2016-01-21 | -0/+58 |
* | | pwm: rockchip: Add a PWM driver for Rockchip SoCs | Simon Glass | 2016-01-21 | -0/+154 |
* | | dm: pwm: Add a PWM uclass | Simon Glass | 2016-01-21 | -0/+103 |
* | | video: bridge: Allow GPIOs to be optional | Simon Glass | 2016-01-21 | -4/+7 |
* | | video: Add a function to control cache flushing | Simon Glass | 2016-01-21 | -0/+15 |
* | | video: Name consoles by their number | Simon Glass | 2016-01-21 | -5/+10 |
* | | gpio: Warn about invalid GPIOs used with the 'gpio' command | Simon Glass | 2016-01-21 | -1/+3 |
* | | stdio: Correct a build error with driver model | Simon Glass | 2016-01-21 | -0/+3 |
* | | rockchip: jerry: Enable the Chrome OS EC | Simon Glass | 2016-01-21 | -0/+28 |
* | | rockchip: spi: Remove the explicit pinctrl setting | Simon Glass | 2016-01-21 | -26/+2 |