[U-Boot] [PATCH 0/6] dm: x86: Remove pirq_init() and cpu_irq_init()

2016-01-17 Thread Simon Glass
This series adds an interrupt driver for x86. Since different platforms can implement this in their own way, we no-longer need the platform-specific weak function. We can also dispense with the arch_misc_init() call in some cases. Simon Glass (6): dm: x86: Create a driver for x86 interrupts d

[U-Boot] [PATCH 0/6] dm: x86: Remove pirq_init() and cpu_irq_init()

2015-11-30 Thread Simon Glass
This series adds an interrupt driver for x86. Since different platforms can implement this in their own way, we no-longer need the platform-specific weak function. We can also dispense with the arch_misc_init() call in some cases. Simon Glass (6): dm: x86: Create a driver for x86 interrupts d