Re: [PATCH 0/2] usb: vt8500: Fixups for 3.7

2012-10-08 Thread Alan Stern
On Mon, 8 Oct 2012, Tony Prisk wrote: > My biggest concern about the binding is all the platform_data that is > used in the ehci-platform driver that I don't recognise. > arch-vt8500 doesn't require any of them. > > Looking through, most seem like they would be obvious candidates for DT > propert

Re: [PATCH 0/2] usb: vt8500: Fixups for 3.7

2012-10-07 Thread Tony Prisk
On Sun, 2012-10-07 at 21:47 -0400, Alan Stern wrote: > On Mon, 8 Oct 2012, Tony Prisk wrote: > > > > How about instead of changing ehci-vt8500.c, remove it completely and > > > use ehci-platform instead? The changes required should be minimal, > > > especially after ehci_update_device() get mov

Re: [PATCH 0/2] usb: vt8500: Fixups for 3.7

2012-10-07 Thread Alan Stern
On Mon, 8 Oct 2012, Tony Prisk wrote: > > How about instead of changing ehci-vt8500.c, remove it completely and > > use ehci-platform instead? The changes required should be minimal, > > especially after ehci_update_device() get moved into ehci-lpm.c and > > added to the hc_driver structure fo

Re: [PATCH 0/2] usb: vt8500: Fixups for 3.7

2012-10-07 Thread Tony Prisk
On Sun, 2012-10-07 at 11:44 -0400, Alan Stern wrote: > On Sun, 7 Oct 2012, Tony Prisk wrote: > > > When probed from devicetree, dma_mask is not set but is required by > > the usb subsystem. These patches add a default dma_mask when not > > specified. > > > > Tony Prisk (2): > > usb: Missing dma

Re: [PATCH 0/2] usb: vt8500: Fixups for 3.7

2012-10-07 Thread Alan Stern
On Sun, 7 Oct 2012, Tony Prisk wrote: > When probed from devicetree, dma_mask is not set but is required by > the usb subsystem. These patches add a default dma_mask when not > specified. > > Tony Prisk (2): > usb: Missing dma_mask in uhci-platform.c when probed from device-tree > usb: Missin

[PATCH 0/2] usb: vt8500: Fixups for 3.7

2012-10-06 Thread Tony Prisk
When probed from devicetree, dma_mask is not set but is required by the usb subsystem. These patches add a default dma_mask when not specified. Tony Prisk (2): usb: Missing dma_mask in uhci-platform.c when probed from device-tree usb: Missing dma_mask in ehci-vt8500.c when probed from device-t