public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: gadget: fsl: Add FSL USB Gadget entry in platform device id
@ 2014-03-13 14:05 Suresh Gupta
  2014-03-13 15:26 ` Felipe Balbi
  0 siblings, 1 reply; 11+ messages in thread
From: Suresh Gupta @ 2014-03-13 14:05 UTC (permalink / raw)
  To: balbi, gregkh; +Cc: linux-usb, linux-kernel, suresh.gupta, Suresh Gupta

From: Suresh Gupta <B42813@freescale.com>

	Add FSL USB Gadget entry in platform device id table

Signed-off-by: Suresh Gupta <B42813@freescale.com>
---
 drivers/usb/gadget/fsl_udc_core.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/usb/gadget/fsl_udc_core.c b/drivers/usb/gadget/fsl_udc_core.c
index b7dea4e..35b20e6 100644
--- a/drivers/usb/gadget/fsl_udc_core.c
+++ b/drivers/usb/gadget/fsl_udc_core.c
@@ -2654,6 +2654,8 @@ static const struct platform_device_id fsl_udc_devtype[] = {
 	}, {
 		.name = "imx-udc-mx51",
 	}, {
+		.name = "fsl-usb2-udc",
+	}, {
 		/* sentinel */
 	}
 };
-- 
1.7.11.7



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-03-20 16:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13 14:05 [PATCH] usb: gadget: fsl: Add FSL USB Gadget entry in platform device id Suresh Gupta
2014-03-13 15:26 ` Felipe Balbi
2014-03-14 20:52   ` suresh.gupta
2014-03-15  1:40     ` Felipe Balbi
2014-03-19 14:25       ` suresh.gupta
2014-03-19 16:51         ` gregkh
2014-03-19 18:03           ` suresh.gupta
2014-03-20  5:43           ` suresh.gupta
2014-03-20 15:01           ` suresh.gupta
2014-03-20 16:02             ` gregkh
2014-03-20 16:06               ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox