summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-24x86: Make x86_init_cpus() staticSimon Glass
2016-01-24x86: ivybridge: Move early init code into northbridge.cSimon Glass
2016-01-24x86: ivybridge: Drop the dead MTRR codeSimon Glass
2016-01-24x86: ivybridge: Set up the thermal target correctlySimon Glass
2016-01-24x86: ivybridge: Move CPU init code into the driverSimon Glass
2016-01-24x86: ivybridge: Use common CPU init codeSimon Glass
2016-01-24x86: ivybridge: Move GPIO init to the LPC init() methodSimon Glass
2016-01-24x86: ivybridge: Move sandybridge init to the lpc probe() methodSimon Glass
2016-01-24x86: ivybridge: Move graphics init much laterSimon Glass
2016-01-24x86: ivybridge: Probe the LPC in CPU initSimon Glass
2016-01-24x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass
2016-01-24x86: ivybridge: Move LPC and PCH init into northbridge probe()Simon Glass
2016-01-24x86: ivybridge: Move northbridge init into the probe() methodSimon Glass
2016-01-24x86: ivybridge: Add a driver for the bd82x6x northbridgeSimon Glass
2016-01-24dm: x86: Add a northbridge uclassSimon Glass
2016-01-24x86: ivybridge: Rename bd82x6x_init()Simon Glass
2016-01-24x86: ivybridge: Move more init to the probe() functionSimon Glass
2016-01-24x86: ivybridge: Move lpc_early_init() to probe()Simon Glass
2016-01-24x86: ivybridge: Set up the LPC device using driver modelSimon 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-24dm: usb: Add a compatible string for PCI EHCI controllerSimon Glass
2016-01-24dm: core: Display the error number when driver binding failsSimon Glass
2016-01-24dm: x86: Drop the weak cpu_irq_init() functionSimon Glass
2016-01-24dm: x86: queensbay: Add an interrupt driverSimon Glass
2016-01-24dm: x86: quark: Add an interrupt driverSimon Glass
2016-01-24x86: Drop the irq router compatible stringSimon Glass
2016-01-24x86: Use the IRQ device when setting up the mptableSimon Glass
2016-01-24dm: x86: Add a common PIRQ init functionSimon 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: spi: Convert ICH SPI driver to driver model PCI APISimon Glass
2016-01-24spi: ich: Separate out the read/write trace from normal debuggingSimon Glass
2016-01-24dm: x86: Add a driver for Intel PCH9Simon 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: Avoid using pci_bus_to_hose() in the uclassSimon Glass
2016-01-24dm: pci: Add a function to write a BARSimon Glass
2016-01-24dm: pci: Move pci_bus_to_hose() to compatibilitySimon Glass
2016-01-24lcd: fix the color testpattern in 16bit modeAndreas Neubacher
2016-01-23video: Add support for Armada XP LCD controllerStefan Roese
2016-01-23usb: eth: add Realtek RTL8152B/RTL8153 DRIVERTed Chen
2016-01-23ARM: rpi: enable USB keyboardStephen Warren
2016-01-23usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check boundsStefan Brüns
2016-01-23usb: dwc2: Add SPLIT INTERRUPT transaction supportStefan Brüns
2016-01-23usb: dwc2: Implement SPLIT transaction supportStefan Brüns
2016-01-23usb: dwc2: add helper function for setting SPLIT HC registersStefan Brüns
2016-01-23usb: dwc2: split transfer core from outer loopStefan Brüns
2016-01-23usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ackStefan Brüns
2016-01-23usb: dwc2: Fix out-of-bounds access, fix chunk sizeStefan Brüns