summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* x86: ivybridge: Move LPC and PCH init into northbridge probe()Simon Glass2016-01-24-23/+24
* x86: ivybridge: Move northbridge init into the probe() methodSimon Glass2016-01-24-14/+21
* x86: ivybridge: Add a driver for the bd82x6x northbridgeSimon Glass2016-01-24-0/+25
* dm: x86: Add a northbridge uclassSimon Glass2016-01-24-0/+17
* x86: ivybridge: Rename bd82x6x_init()Simon Glass2016-01-24-3/+11
* x86: ivybridge: Move more init to the probe() functionSimon Glass2016-01-24-43/+43
* x86: ivybridge: Move lpc_early_init() to probe()Simon Glass2016-01-24-28/+26
* x86: ivybridge: Set up the LPC device using driver modelSimon Glass2016-01-24-1/+15
* dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass2016-01-24-8/+165
* dm: syscon: Allow finding devices by driver dataSimon Glass2016-01-24-12/+50
* dm: usb: Add a compatible string for PCI EHCI controllerSimon Glass2016-01-24-0/+6
* dm: core: Display the error number when driver binding failsSimon Glass2016-01-24-1/+2
* dm: x86: Drop the weak cpu_irq_init() functionSimon Glass2016-01-24-17/+0
* dm: x86: queensbay: Add an interrupt driverSimon Glass2016-01-24-39/+67
* dm: x86: quark: Add an interrupt driverSimon Glass2016-01-24-27/+51
* x86: Drop the irq router compatible stringSimon Glass2016-01-24-2/+0
* x86: Use the IRQ device when setting up the mptableSimon Glass2016-01-24-19/+11
* dm: x86: Add a common PIRQ init functionSimon Glass2016-01-24-1/+13
* dm: x86: Set up interrupt routing from interrupt_init()Simon Glass2016-01-24-26/+12
* dm: x86: Create a driver for x86 interruptsSimon Glass2016-01-24-0/+26
* dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass2016-01-24-442/+461
* spi: ich: Separate out the read/write trace from normal debuggingSimon Glass2016-01-24-9/+15
* dm: x86: Add a driver for Intel PCH9Simon Glass2016-01-24-0/+44
* dm: x86: Add a driver for Intel PCH7Simon Glass2016-01-24-0/+66
* dm: Expand the uclass for Platform Controller Hubs (PCH)Simon Glass2016-01-24-1/+112
* dm: pci: Avoid using pci_bus_to_hose() in the uclassSimon Glass2016-01-24-7/+7
* dm: pci: Add a function to write a BARSimon Glass2016-01-24-2/+23
* dm: pci: Move pci_bus_to_hose() to compatibilitySimon Glass2016-01-24-15/+28
* Merge git://git.denx.de/u-boot-fdtTom Rini2016-01-22-1/+1
|\
| * devicetree: use wildcard to clean arch subdirThomas Chou2016-01-22-1/+1
* | rockchip: Update the READMESimon Glass2016-01-21-20/+20
* | rockchip: Add support for Raxda Rock 2Simon Glass2016-01-21-6/+133
* | rockchip: rock2: dts: Make changes for U-BootSimon Glass2016-01-21-0/+21
* | rockchip: rock2: Bring in device tree files from LinuxSimon Glass2016-01-21-0/+458
* | rockchip: dts: Sync up SPDIF node with LinuxSimon Glass2016-01-21-0/+21
* | rockchip: firefly-rk3288: Enable HDMI outputSimon Glass2016-01-21-1/+15
* | rockchip: jerry: Enable EDP and HDMI video outputSimon Glass2016-01-21-2/+18
* | rockchip: jerry: Add support for timing SPI flash speedSimon Glass2016-01-21-0/+3
* | rockchip: spl: Support full-speed CPU in SPLSimon Glass2016-01-21-0/+124
* | rockchip: rk3288: pinctrl: Fix HDMI pinctrlSimon Glass2016-01-21-0/+2
* | rockchip: rk3288: clock: Fix various minor errorsSimon Glass2016-01-21-8/+13
* | rockchip: jerry: Fix the SDRAM timingSimon Glass2016-01-21-1/+1
* | rockchip: spl: Drop MMC support code when not neededSimon Glass2016-01-21-2/+4
* | rockchip: Tidy up the register-access macrosSimon Glass2016-01-21-3/+4
* | rockchip: sdram: Use syscon_get_first_range() where possibleSimon Glass2016-01-21-14/+3
* | rockchip: sdram: Tidy up a few commentsSimon Glass2016-01-21-2/+2
* | rockchip: config: Enable the 'gpio' commandSimon Glass2016-01-21-0/+1
* | rockchip: Add a script to parse datasheetsSimon Glass2016-01-21-0/+224
* | rockchip: Add a simple 'clock' commandSimon Glass2016-01-21-0/+24
* | rockchip: Don't skip low-level initSimon Glass2016-01-21-1/+8