[U-Boot] [PATCH 2/6] dm: x86: Set up interrupt routing from interrupt_init()

2016-01-17 Thread Simon Glass
At present interrupt routing is set up from arch_misc_init(). We can do it a little later instead, in interrupt_init(). This removes the manual pirq_init() call. Where the platform does not have an interrupt router defined in its device tree, no error is generated. Some platforms do not have this.

Re: [U-Boot] [PATCH 2/6] dm: x86: Set up interrupt routing from interrupt_init()

2015-12-14 Thread Bin Meng
On Mon, Dec 14, 2015 at 2:05 PM, Bin Meng wrote: > On Tue, Dec 1, 2015 at 12:47 PM, Simon Glass wrote: >> At present interrupt routing is set up from arch_misc_init(). We can do it >> a little later instead, in interrupt_init(). >> >> This removes the manual pirq_init() call. Where the platform d

Re: [U-Boot] [PATCH 2/6] dm: x86: Set up interrupt routing from interrupt_init()

2015-12-13 Thread Bin Meng
On Tue, Dec 1, 2015 at 12:47 PM, Simon Glass wrote: > At present interrupt routing is set up from arch_misc_init(). We can do it > a little later instead, in interrupt_init(). > > This removes the manual pirq_init() call. Where the platform does not have > an interrupt router defined in its device

[U-Boot] [PATCH 2/6] dm: x86: Set up interrupt routing from interrupt_init()

2015-11-30 Thread Simon Glass
At present interrupt routing is set up from arch_misc_init(). We can do it a little later instead, in interrupt_init(). This removes the manual pirq_init() call. Where the platform does not have an interrupt router defined in its device tree, no error is generated. Some platforms do not have this.