Re: [U-Boot] [PATCH v3 1/8] dm: x86: Create a driver for x86 interrupts

2016-01-20 Thread Bin Meng
On Wed, Jan 20, 2016 at 12:32 PM, Simon Glass wrote: > It seems likely that at some point we will want a generic interrupt uclass. > But this is a big undertaking as it involves unifying code across multiple > architectures. > > As a first step, create a simple IRQ uclass and a driver for x86. Thi

[U-Boot] [PATCH v3 1/8] dm: x86: Create a driver for x86 interrupts

2016-01-19 Thread Simon Glass
It seems likely that at some point we will want a generic interrupt uclass. But this is a big undertaking as it involves unifying code across multiple architectures. As a first step, create a simple IRQ uclass and a driver for x86. This can be generalised later as required. Adjust pirq_init() to