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

2013-03-27 Thread Peter Vasil
Hi again, the patch works fine on my WM8850 netbook. I didn't get any unused-function warning on build, most likely because I have CONFIG_PM set in kernel config. Regards, Peter -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to

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

2013-03-27 Thread Peter Vasil
...@prisktech.co.nz Tested-by: Peter Vasil peterva...@gmail.com Acked-by: Alan Stern st...@rowland.harvard.edu Signed-off-by: Arnd Bergmann a...@arndb.de --- v3: always set dma_mask and coherent_dma_mask when not already set, rather than overriding them for any device without platform data v2: reset

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: drivers/usb/host/ehci-vt8500

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

2013-03-26 Thread Peter Vasil
On Tue, Mar 26, 2013 at 7:34 AM, Tony Prisk li...@prisktech.co.nz wrote: On Mon, 2013-03-25 at 19:03 +, Arnd Bergmann wrote: On Monday 25 March 2013, Tony Prisk wrote: I'll take a look at this and get back to you before Easter. Great, thanks a lot! Arnd I couldn't get