Re: [PATCH v2 1/2] usb: host: xhci-plat: Use module_platform_driver()

2014-02-27 Thread Fabio Estevam
On Wed, Feb 26, 2014 at 3:04 PM, Fabio Estevam feste...@gmail.com wrote: Hi Sarah, On Wed, Feb 26, 2014 at 2:39 PM, Sarah Sharp sarah.a.sh...@linux.intel.com wrote: Fabio, are you going to send a new version that fixes these build errors? Could you please discard this one and just apply

Re: [PATCH v2 1/2] usb: host: xhci-plat: Use module_platform_driver()

2014-02-26 Thread Sarah Sharp
On Fri, Feb 07, 2014 at 02:42:45PM -0800, Greg KH wrote: On Fri, Jan 31, 2014 at 02:29:52AM -0200, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Using module_platform_driver() can make the code simpler. Signed-off-by: Fabio Estevam fabio.este...@freescale.com

Re: [PATCH v2 1/2] usb: host: xhci-plat: Use module_platform_driver()

2014-02-26 Thread Fabio Estevam
Hi Sarah, On Wed, Feb 26, 2014 at 2:39 PM, Sarah Sharp sarah.a.sh...@linux.intel.com wrote: Fabio, are you going to send a new version that fixes these build errors? Could you please discard this one and just apply 2/2 instead? Thanks, Fabio Estevam -- To unsubscribe from this list: send

Re: [PATCH v2 1/2] usb: host: xhci-plat: Use module_platform_driver()

2014-02-18 Thread Felipe Balbi
On Fri, Jan 31, 2014 at 02:29:52AM -0200, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Using module_platform_driver() can make the code simpler. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Felipe Balbi ba...@ti.com --- Build-tested only

Re: [PATCH v2 1/2] usb: host: xhci-plat: Use module_platform_driver()

2014-02-07 Thread Greg KH
On Fri, Jan 31, 2014 at 02:29:52AM -0200, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Using module_platform_driver() can make the code simpler. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Build-tested only No you didn't:

[PATCH v2 1/2] usb: host: xhci-plat: Use module_platform_driver()

2014-01-30 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Using module_platform_driver() can make the code simpler. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Build-tested only Changes since v1: - Mark the patch as 1/2 drivers/usb/host/xhci-plat.c | 11 +-- 1 file changed, 1