Re: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Jingoo Han
On Thursday, July 24, 2014 4:11 AM, Dinh Nguyen wrote: > On 7/23/14, 1:03 PM, Paul Zimmerman wrote: > >> From: Dinh Nguyen [mailto:dinh.li...@gmail.com] > >> Sent: Wednesday, July 23, 2014 8:12 AM > >> > >> On 07/16/2014 04:27 PM, Paul Zimmerman wrote: > From: dingu...@altera.com [mailto:dingu

Re: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Dinh Nguyen
On 7/23/14, 1:03 PM, Paul Zimmerman wrote: >> From: Dinh Nguyen [mailto:dinh.li...@gmail.com] >> Sent: Wednesday, July 23, 2014 8:12 AM >> >> On 07/16/2014 04:27 PM, Paul Zimmerman wrote: From: dingu...@altera.com [mailto:dingu...@altera.com] Sent: Wednesday, July 16, 2014 1:33 PM >

RE: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Paul Zimmerman
> From: Dinh Nguyen [mailto:dinh.li...@gmail.com] > Sent: Wednesday, July 23, 2014 8:12 AM > > On 07/16/2014 04:27 PM, Paul Zimmerman wrote: > >> From: dingu...@altera.com [mailto:dingu...@altera.com] > >> Sent: Wednesday, July 16, 2014 1:33 PM > >> > >> Puts back "samsung,s3c6400-hsotg" into the

Re: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Dinh Nguyen
On 07/16/2014 04:27 PM, Paul Zimmerman wrote: From: dingu...@altera.com [mailto:dingu...@altera.com] Sent: Wednesday, July 16, 2014 1:33 PM Puts back "samsung,s3c6400-hsotg" into the dwc2_of_match_table[]. Why? This compatible binding was originally in the gadget driver. Don't I want to

RE: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-16 Thread Paul Zimmerman
> From: dingu...@altera.com [mailto:dingu...@altera.com] > Sent: Wednesday, July 16, 2014 1:33 PM > > Puts back "samsung,s3c6400-hsotg" into the dwc2_of_match_table[]. Why? -- Paul -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vge

[PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-16 Thread dinguyen
From: Dinh Nguyen Puts back "samsung,s3c6400-hsotg" into the dwc2_of_match_table[]. Signed-off-by: Dinh Nguyen --- drivers/usb/dwc2/platform.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/dwc2/platform.c b/drivers/usb/dwc2/platform.c index 5785fd6..53e6c90 100644 --- a/dr