[linux-usb-devel] [PATCH 3/3] Implement support for EHCI with big endian MMIO

2006-12-13 Thread Benjamin Herrenschmidt
This patch implements supports for EHCI controllers whose MMIO registers are big endian and enables that functionality for the Toshiba SCC chip. It does _not_ add support for big endian in-memory data structures as this is not needed for that chip and I hope it will never be. The guts of the patch

[linux-usb-devel] [PATCH 3/3] Implement support for EHCI with big endian MMIO

2006-12-12 Thread Benjamin Herrenschmidt
This patch implements supports for EHCI controllers whose MMIO registers are big endian and enables that functionality for the Toshiba SCC chip. It does _not_ add support for big endian in-memory data structures as this is not needed for that chip and I hope it will never be. The guts of the patch

Re: [linux-usb-devel] [PATCH 3/3] Implement support for EHCI with big endian MMIO

2006-12-12 Thread David Brownell
On Tuesday 12 December 2006 1:30 pm, Benjamin Herrenschmidt wrote: > On Mon, 2006-12-11 at 23:19 -0800, David Brownell wrote: > > > Acked-by: David Brownell <[EMAIL PROTECTED]> > > > > ... assuming you address the minor comments embedded in the text below. > > There was only one comment about a

Re: [linux-usb-devel] [PATCH 3/3] Implement support for EHCI with big endian MMIO

2006-12-12 Thread Benjamin Herrenschmidt
On Mon, 2006-12-11 at 23:19 -0800, David Brownell wrote: > Acked-by: David Brownell <[EMAIL PROTECTED]> > > ... assuming you address the minor comments embedded in the text below. There was only one comment about a comment... right ? :-) > > Ooh, my eyes hurt from all those little one-line cha

Re: [linux-usb-devel] [PATCH 3/3] Implement support for EHCI with big endian MMIO

2006-12-12 Thread David Brownell
On Saturday 09 December 2006 12:26 am, Benjamin Herrenschmidt wrote: > This patch implements supports for EHCI controllers whose MMIO > registers are big endian and enables that functionality for > the Toshiba SCC chip. It does _not_ add support for big endian > in-memory data structures as this is

[linux-usb-devel] [PATCH 3/3] Implement support for EHCI with big endian MMIO

2006-12-09 Thread Benjamin Herrenschmidt
This patch implements supports for EHCI controllers whose MMIO registers are big endian and enables that functionality for the Toshiba SCC chip. It does _not_ add support for big endian in-memory data structures as this is not needed for that chip and I hope it will never be. Signed-off-by: Kou Is

[linux-usb-devel] [PATCH 3/3] Implement support for EHCI with big endian MMIO

2006-12-08 Thread Benjamin Herrenschmidt
This patch implements supports for EHCI controllers whose MMIO registers are big endian and enables that functionality for the Toshiba SCC chip. It does _not_ add support for big endian in-memory data structures as this is not needed for that chip and I hope it will never be. Signed-off-by: Kou Is