Re: [linux-usb-devel] [PATCH 0/3] usb: ehci ppc device-tree-aware driver

2007-10-23 Thread Josh Boyer
On Wed, 10 Oct 2007 10:30:02 +0200 Stefan Roese <[EMAIL PROTECTED]> wrote: > On Wednesday 10 October 2007, Arnd Bergmann wrote: > > > Do PPC folk sign off on how this is done? > > > > > > I don't follow all the ins/outs of the OF devtree stuff... > > > > The driver looks good to me, both the inter

Re: [linux-usb-devel] [PATCH 0/3] usb: ehci ppc device-tree-aware driver

2007-10-10 Thread Stefan Roese
On Wednesday 10 October 2007, Arnd Bergmann wrote: > > Do PPC folk sign off on how this is done? > > > > I don't follow all the ins/outs of the OF devtree stuff... > > The driver looks good to me, both the interaction with the of_platform_bus > layer and the handling of I/O addresses. I haven't act

Re: [linux-usb-devel] [PATCH 0/3] usb: ehci ppc device-tree-aware driver

2007-10-10 Thread Arnd Bergmann
On Wednesday 10 October 2007, David Brownell wrote: > On Monday 24 September 2007, Valentine Barshak wrote: > > Some PowerPC systems have a built-in EHCI controller. > > This is a device tree aware version of the EHCI controller driver. > > Currently it's been tested on the PowerPC 440EPx Sequoia b

Re: [linux-usb-devel] [PATCH 0/3] usb: ehci ppc device-tree-aware driver

2007-10-09 Thread David Brownell
On Monday 24 September 2007, Valentine Barshak wrote: > Some PowerPC systems have a built-in EHCI controller. > This is a device tree aware version of the EHCI controller driver. > Currently it's been tested on the PowerPC 440EPx Sequoia board. > Other platforms can be added later. > The code is ba

Re: [PATCH 0/3] usb: ehci ppc device-tree-aware driver

2007-10-08 Thread Valentine Barshak
Valentine Barshak wrote: > Jerone Young wrote: >> So the issue here with the Sequoia board is that if you load a kernel or >> initrd from usb stick while under u-boot environment, when Linux boots >> it will see the network adapter & even set an ip for it. But no matter >> what it is unable to acce

Re: [PATCH 0/3] usb: ehci ppc device-tree-aware driver

2007-10-08 Thread Valentine Barshak
Jerone Young wrote: > So the issue here with the Sequoia board is that if you load a kernel or > initrd from usb stick while under u-boot environment, when Linux boots > it will see the network adapter & even set an ip for it. But no matter > what it is unable to access any outside ip. > > The way

Re: [PATCH 0/3] usb: ehci ppc device-tree-aware driver

2007-10-08 Thread Jerone Young
So the issue here with the Sequoia board is that if you load a kernel or initrd from usb stick while under u-boot environment, when Linux boots it will see the network adapter & even set an ip for it. But no matter what it is unable to access any outside ip. The way we recreated this scenario was:

[PATCH 0/3] usb: ehci ppc device-tree-aware driver

2007-09-24 Thread Valentine Barshak
Some PowerPC systems have a built-in EHCI controller. This is a device tree aware version of the EHCI controller driver. Currently it's been tested on the PowerPC 440EPx Sequoia board. Other platforms can be added later. The code is based on the ehci-ppc-soc driver by Stefan Roese <[EMAIL PROTECTE

Re: [PATCH 0/3] usb: ehci ppc device-tree-aware driver

2007-09-24 Thread Valentine Barshak
Hollis Blanchard wrote: > On Mon, 17 Sep 2007 16:50:39 +0400, Valentine Barshak wrote: > >> Some PowerPC systems have a built-in EHCI controller. >> This is a device tree aware version of the EHCI controller driver. >> Currently it's been tested on the PowerPC 440EPx Sequoia board. >> Other platfo

Re: [PATCH 0/3] usb: ehci ppc device-tree-aware driver

2007-09-22 Thread Hollis Blanchard
On Mon, 17 Sep 2007 16:50:39 +0400, Valentine Barshak wrote: > Some PowerPC systems have a built-in EHCI controller. > This is a device tree aware version of the EHCI controller driver. > Currently it's been tested on the PowerPC 440EPx Sequoia board. > Other platforms can be added later. > The co

[PATCH 0/3] usb: ehci ppc device-tree-aware driver

2007-09-17 Thread Valentine Barshak
Some PowerPC systems have a built-in EHCI controller. This is a device tree aware version of the EHCI controller driver. Currently it's been tested on the PowerPC 440EPx Sequoia board. Other platforms can be added later. The code is based on the ehci-ppc-soc driver by Stefan Roese <[EMAIL PROTECTE