Re: [OpenWrt-Devel] [PATCH] cns3xxx: move PCIe init to early init call

2012-10-30 Thread Tim Harvey
On Wed, Oct 10, 2012 at 4:25 AM, Felix Fietkau wrote: > On 2012-10-09 3:00 AM, Tim Harvey wrote: > > Moving the PCIe hw initialization to an early init call allows PCI based > > devices to be used when built as static. An example of where this is > needed > > is when using PCI based UARTs such a

Re: [OpenWrt-Devel] [PATCH] cns3xxx: move PCIe init to early init call

2012-10-10 Thread Felix Fietkau
On 2012-10-09 3:00 AM, Tim Harvey wrote: > Moving the PCIe hw initialization to an early init call allows PCI based > devices to be used when built as static. An example of where this is needed > is when using PCI based UARTs such as the Gateworks GW2201 Octal UART. What do you mean by 'built as s

[OpenWrt-Devel] [PATCH] cns3xxx: move PCIe init to early init call

2012-10-08 Thread Tim Harvey
Moving the PCIe hw initialization to an early init call allows PCI based devices to be used when built as static. An example of where this is needed is when using PCI based UARTs such as the Gateworks GW2201 Octal UART. Signed-off-by: Tim Harvey --- .../patches-3.3/480-cns3xxx_pcie_early_init.p