Re: [PATCH 1/8] USB: EHCI: make ehci-spear a separate driver

2013-02-11 Thread Mark Rutland
Hello, [...] > -static struct of_device_id spear_ehci_id_table[] = { > - { .compatible = "st,spear600-ehci", }, > +static struct of_device_id SPEAr_ehci_id_table[] = { > + { .compatible = "st,SPEAr600-ehci", }, > { }, > }; This will break anyone using the documented binding,

Re: [PATCH 1/8] USB: EHCI: make ehci-spear a separate driver

2013-02-10 Thread Viresh Kumar
On Mon, Feb 11, 2013 at 12:28 AM, wrote: > From: Manjunath Goudar > > Separate the Spear host controller driver from ehci-hcd host code SPEAr > into its own driver module. > > Signed-off-by: Manjunath Goudar > Signed-off-by: Deepak Saxena > Cc: Greg KH > Cc: Alan Stern > Cc: Viresh Kumar

[PATCH 1/8] USB: EHCI: make ehci-spear a separate driver

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar Separate the Spear host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar Signed-off-by: Deepak Saxena Cc: Greg KH Cc: Alan Stern Cc: Viresh Kumar Cc: Shiraz Hashim Cc: linux-usb@vger.kernel.org Cc: spear-de...@list