Re: [PATCH] usb/musb: remove hand-crafted id handling

2012-10-31 Thread Felipe Balbi
On Wed, Oct 31, 2012 at 02:45:55PM +0100, Sebastian Andrzej Siewior wrote: > On 10/31/2012 02:24 PM, Felipe Balbi wrote: > >unfortunately doesn't apply to my musb branch. Care to respin this > >patch ? > > Let me wait a bit until your tree makes it to k.o and then I rebase on > top of it. cool, t

Re: [PATCH] usb/musb: remove hand-crafted id handling

2012-10-31 Thread Sebastian Andrzej Siewior
On 10/31/2012 02:24 PM, Felipe Balbi wrote: unfortunately doesn't apply to my musb branch. Care to respin this patch ? Let me wait a bit until your tree makes it to k.o and then I rebase on top of it. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body

Re: [PATCH] usb/musb: remove hand-crafted id handling

2012-10-31 Thread Felipe Balbi
Hi, On Tue, Oct 30, 2012 at 12:43:02PM +0100, Sebastian Andrzej Siewior wrote: > This replaced the handcrafted id handling by the PLATFORM_DEVID_AUTO > value which should do the same thing. > This patch probably also fixes ux500 because I did not find the "musbid" > variable to remove. And we clos

[PATCH] usb/musb: remove hand-crafted id handling

2012-10-30 Thread Sebastian Andrzej Siewior
This replaced the handcrafted id handling by the PLATFORM_DEVID_AUTO value which should do the same thing. This patch probably also fixes ux500 because I did not find the "musbid" variable to remove. And we close a tiny-unlikely race window becuase the old code gave the id back before device was de