Re: [PATCH V5 4/5] drivers/amba: add support for a PCI bridge

2013-02-20 Thread H. Peter Anvin
On 02/20/2013 03:35 PM, Russell King - ARM Linux wrote: > On Wed, Feb 20, 2013 at 02:50:17PM -0800, H. Peter Anvin wrote: >> On 02/20/2013 02:45 PM, Alessandro Rubini wrote: >>> [meanwhile I posted V6 with the acked-by of linusw and others, that >>> were missing in V5] >>> >>> rmk: > I'm happy

Re: [PATCH V5 4/5] drivers/amba: add support for a PCI bridge

2013-02-20 Thread Russell King - ARM Linux
On Wed, Feb 20, 2013 at 02:50:17PM -0800, H. Peter Anvin wrote: > On 02/20/2013 02:45 PM, Alessandro Rubini wrote: > > [meanwhile I posted V6 with the acked-by of linusw and others, that > > were missing in V5] > > > > rmk: > >>> I'm happy to take it through my tree if everyone is now happy with t

Re: [PATCH V5 4/5] drivers/amba: add support for a PCI bridge

2013-02-20 Thread H. Peter Anvin
On 02/20/2013 02:45 PM, Alessandro Rubini wrote: > [meanwhile I posted V6 with the acked-by of linusw and others, that > were missing in V5] > > rmk: >>> I'm happy to take it through my tree if everyone is now happy with this. > > hpa: >> I am okay with that, although I would like to make sure w

Re: [PATCH V5 4/5] drivers/amba: add support for a PCI bridge

2013-02-20 Thread Alessandro Rubini
[meanwhile I posted V6 with the acked-by of linusw and others, that were missing in V5] rmk: >> I'm happy to take it through my tree if everyone is now happy with this. hpa: > I am okay with that, although I would like to make sure we do a bunch of > x86 randconfigs on it before pushing it to Li

Re: [PATCH V5 4/5] drivers/amba: add support for a PCI bridge

2013-02-20 Thread H. Peter Anvin
On 02/20/2013 02:24 PM, Russell King - ARM Linux wrote: > On Wed, Feb 20, 2013 at 10:24:02PM +0100, Alessandro Rubini wrote: >> This is a PCI driver that registers AMBA devices for the range of >> supported devices. It is currently used by STA2X11, which exports >> AMBA peripherals under PCIe. Th

Re: [PATCH V5 4/5] drivers/amba: add support for a PCI bridge

2013-02-20 Thread Russell King - ARM Linux
On Wed, Feb 20, 2013 at 10:24:02PM +0100, Alessandro Rubini wrote: > This is a PCI driver that registers AMBA devices for the range of > supported devices. It is currently used by STA2X11, which exports > AMBA peripherals under PCIe. The original AMBA drivers work with no > changes or minimal one

[PATCH V5 4/5] drivers/amba: add support for a PCI bridge

2013-02-20 Thread Alessandro Rubini
This is a PCI driver that registers AMBA devices for the range of supported devices. It is currently used by STA2X11, which exports AMBA peripherals under PCIe. The original AMBA drivers work with no changes or minimal ones. Signed-off-by: Alessandro Rubini Acked-by: Giancarlo Asnaghi Cc: Russ