Re: [PATCH RFC] usb: chipidea: add support for usb_phy in generic usb2

2015-01-08 Thread Peter Chen
On Mon, Jan 05, 2015 at 11:09:35AM +0530, Kishon Vijay Abraham I wrote: > Hi, > > On Sunday 04 January 2015 11:58 AM, Baruch Siach wrote: > > Signed-off-by: Baruch Siach > > --- > > drivers/usb/chipidea/ci_hdrc_usb2.c | 5 + > > 1 file changed, 5 insertions(+) > > > > I'm sending this as

Re: [PATCH RFC] usb: chipidea: add support for usb_phy in generic usb2

2015-01-08 Thread Peter Chen
On Mon, Jan 05, 2015 at 11:09:35AM +0530, Kishon Vijay Abraham I wrote: Hi, On Sunday 04 January 2015 11:58 AM, Baruch Siach wrote: Signed-off-by: Baruch Siach bar...@tkos.co.il --- drivers/usb/chipidea/ci_hdrc_usb2.c | 5 + 1 file changed, 5 insertions(+) I'm sending this as

Re: [PATCH RFC] usb: chipidea: add support for usb_phy in generic usb2

2015-01-04 Thread Baruch Siach
Hi Kishon, On Mon, Jan 05, 2015 at 11:09:35AM +0530, Kishon Vijay Abraham I wrote: > On Sunday 04 January 2015 11:58 AM, Baruch Siach wrote: > > Signed-off-by: Baruch Siach > > --- > > drivers/usb/chipidea/ci_hdrc_usb2.c | 5 + > > 1 file changed, 5 insertions(+) > > > > I'm sending this

Re: [PATCH RFC] usb: chipidea: add support for usb_phy in generic usb2

2015-01-04 Thread Kishon Vijay Abraham I
Hi, On Sunday 04 January 2015 11:58 AM, Baruch Siach wrote: > Signed-off-by: Baruch Siach > --- > drivers/usb/chipidea/ci_hdrc_usb2.c | 5 + > 1 file changed, 5 insertions(+) > > I'm sending this as RFC as I'm not sure this is the right thing to do. There > seems to be a move away from USB

Re: [PATCH RFC] usb: chipidea: add support for usb_phy in generic usb2

2015-01-04 Thread Kishon Vijay Abraham I
Hi, On Sunday 04 January 2015 11:58 AM, Baruch Siach wrote: Signed-off-by: Baruch Siach bar...@tkos.co.il --- drivers/usb/chipidea/ci_hdrc_usb2.c | 5 + 1 file changed, 5 insertions(+) I'm sending this as RFC as I'm not sure this is the right thing to do. There seems to be a move

Re: [PATCH RFC] usb: chipidea: add support for usb_phy in generic usb2

2015-01-04 Thread Baruch Siach
Hi Kishon, On Mon, Jan 05, 2015 at 11:09:35AM +0530, Kishon Vijay Abraham I wrote: On Sunday 04 January 2015 11:58 AM, Baruch Siach wrote: Signed-off-by: Baruch Siach bar...@tkos.co.il --- drivers/usb/chipidea/ci_hdrc_usb2.c | 5 + 1 file changed, 5 insertions(+) I'm sending

[PATCH RFC] usb: chipidea: add support for usb_phy in generic usb2

2015-01-03 Thread Baruch Siach
Signed-off-by: Baruch Siach --- drivers/usb/chipidea/ci_hdrc_usb2.c | 5 + 1 file changed, 5 insertions(+) I'm sending this as RFC as I'm not sure this is the right thing to do. There seems to be a move away from USB specific PHY drivers towards the generic PHY framework (drivers/phy). The

[PATCH RFC] usb: chipidea: add support for usb_phy in generic usb2

2015-01-03 Thread Baruch Siach
Signed-off-by: Baruch Siach bar...@tkos.co.il --- drivers/usb/chipidea/ci_hdrc_usb2.c | 5 + 1 file changed, 5 insertions(+) I'm sending this as RFC as I'm not sure this is the right thing to do. There seems to be a move away from USB specific PHY drivers towards the generic PHY framework