[PATCH v3] USB: EHCI: DT support for generic bus glue

2013-03-27 Thread Arnd Bergmann
This lets us use the ehci-generic driver on platforms without special requirements for their ehci controllers. In particular, this is true for the vt8500/wm8x50 platforms, which currently have a separate driver that causes problems with multiplatform configurations. Tested-by: Tony Prisk

Re: [PATCH v3] USB: EHCI: DT support for generic bus glue

2013-03-27 Thread Alan Stern
On Wed, 27 Mar 2013, Arnd Bergmann wrote: This lets us use the ehci-generic driver on platforms without special requirements for their ehci controllers. Well, actually the driver's name is ehci-platform. And the patch lets us use it on platforms where the DMA mask hasn't been set up, as

Re: [PATCH v3] USB: EHCI: DT support for generic bus glue

2013-03-27 Thread Peter Vasil
On Wed, Mar 27, 2013 at 9:09 PM, Alan Stern st...@rowland.harvard.edu wrote: On Wed, 27 Mar 2013, Arnd Bergmann wrote: This lets us use the ehci-generic driver on platforms without special requirements for their ehci controllers. Well, actually the driver's name is ehci-platform. And the

Re: [PATCH v3] USB: EHCI: DT support for generic bus glue

2013-03-27 Thread Arnd Bergmann
On Wednesday 27 March 2013, Peter Vasil wrote: Hi, unfortunately I still can't apply it on 3.9-rc4 :-( $ git apply --check ehci-dt-bus-glue.patch error: removal patch leaves file contents error: drivers/usb/host/ehci-vt8500.c: patch does not apply Looks git really doesn't like

Re: [PATCH v3] USB: EHCI: DT support for generic bus glue

2013-03-27 Thread Peter Vasil
On Wed, Mar 27, 2013 at 10:41 PM, Arnd Bergmann a...@arndb.de wrote: On Wednesday 27 March 2013, Peter Vasil wrote: Hi, unfortunately I still can't apply it on 3.9-rc4 :-( $ git apply --check ehci-dt-bus-glue.patch error: removal patch leaves file contents error:

Re: [PATCH v3] USB: EHCI: DT support for generic bus glue

2013-03-27 Thread Arnd Bergmann
On Wednesday 27 March 2013, Peter Vasil wrote: Hm, no idea what the latest versions are :-) I use archlinux, with latest updates installed. Here are my git and patch versions: $ git --version git version 1.8.2 $ patch --version GNU patch 2.7.1 Btw. my git understands format-patch -D,