On Tue, Feb 2, 2016 at 12:20 AM, Simon Glass <[email protected]> wrote: > On 1 February 2016 at 02:40, Bin Meng <[email protected]> wrote: >> At present irq_router is declared as a static struct irq_router in >> arch/x86/cpu/irq.c. Since it's a driver control block, it makes sense >> to move it to a per driver priv. Adjust existing APIs to accept an >> additional parameter of irq_router's udevice. >> >> Signed-off-by: Bin Meng <[email protected]> >> --- >> >> arch/x86/cpu/irq.c | 73 >> +++++++++++++++++++------------------ >> arch/x86/include/asm/pirq_routing.h | 12 ++++-- >> arch/x86/lib/pirq_routing.c | 12 +++--- >> 3 files changed, 51 insertions(+), 46 deletions(-) > > Reviewed-by: Simon Glass <[email protected]> > Tested on Minnowmax: > Tested-by: Simon Glass <[email protected]>
applied to u-boot-x86/master, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

