Re: [U-Boot] [PATCH v2 1/4] x86: Add a function to assign IRQ numbers to PCI device

2015-04-25 Thread Simon Glass
On 24 April 2015 at 04:10, Bin Meng wrote: > Add a function to assign an IRQ number to PCI device's interrupt > line register in its configuration space, so that the PCI device > can have its interrupt working under PIC mode after OS boots up. > > Signed-off-by: Bin Meng > Acked-by: Simon Glass

[U-Boot] [PATCH v2 1/4] x86: Add a function to assign IRQ numbers to PCI device

2015-04-24 Thread Bin Meng
Add a function to assign an IRQ number to PCI device's interrupt line register in its configuration space, so that the PCI device can have its interrupt working under PIC mode after OS boots up. Signed-off-by: Bin Meng Acked-by: Simon Glass --- Changes in v2: None arch/x86/cpu/pci.c |