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 patch
> lets us use it on platforms where the DMA mask hasn't been set up, as
> often happens with DT.
>
>>  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 <li...@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 the platform data pointer on unload
>
> The patch all looks good to me.
>
> Alan Stern
>
> --
> You received this message because you are subscribed to the Google Groups 
> "VT8500/WM8505 Linux Kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to vt8500-wm8505-linux-kernel+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

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 ehci-vt8500.c removal. If I delete the
file manually, "git diff" actually outputs full file content prefixed
with "-".
Regards,
Peter
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to