Re: [PATCH RESEND 1/2] usb: dwc2: Make PHY optional

2015-11-20 Thread Felipe Balbi
Hi, Stefan Wahren writes: > Hi, > > Am 20.11.2015 um 18:18 schrieb Felipe Balbi: >> >> Hi, >> >> Stefan Wahren writes: >>> Hi Felipe, >>> >>> Am 20.11.2015 um 16:27 schrieb Felipe Balbi: Hi, Stefan Wahren writes: > Hi Felipe, > > Am 19.11.2015 um 20:54 schrieb F

Re: [PATCH RESEND 1/2] usb: dwc2: Make PHY optional

2015-11-20 Thread Stefan Wahren
Hi, Am 20.11.2015 um 18:18 schrieb Felipe Balbi: Hi, Stefan Wahren writes: Hi Felipe, Am 20.11.2015 um 16:27 schrieb Felipe Balbi: Hi, Stefan Wahren writes: Hi Felipe, Am 19.11.2015 um 20:54 schrieb Felipe Balbi: Hi John, John Youn writes: Fixes commit 09a75e85 "usb: dwc2: refact

Re: [PATCH RESEND 1/2] usb: dwc2: Make PHY optional

2015-11-20 Thread Felipe Balbi
Hi, Stefan Wahren writes: > Hi Felipe, > > Am 20.11.2015 um 16:27 schrieb Felipe Balbi: >> >> Hi, >> >> Stefan Wahren writes: >>> Hi Felipe, >>> >>> Am 19.11.2015 um 20:54 schrieb Felipe Balbi: Hi John, John Youn writes: > Fixes commit 09a75e85 > "usb: dwc2: refacto

Re: [PATCH RESEND 1/2] usb: dwc2: Make PHY optional

2015-11-20 Thread Stefan Wahren
Hi Felipe, Am 20.11.2015 um 16:27 schrieb Felipe Balbi: Hi, Stefan Wahren writes: Hi Felipe, Am 19.11.2015 um 20:54 schrieb Felipe Balbi: Hi John, John Youn writes: Fixes commit 09a75e85 "usb: dwc2: refactor common low-level hw code to platform.c" these two lines should be placed ...

Re: [PATCH RESEND 1/2] usb: dwc2: Make PHY optional

2015-11-20 Thread Felipe Balbi
Hi, Stefan Wahren writes: > Hi Felipe, > > Am 19.11.2015 um 20:54 schrieb Felipe Balbi: >> >> Hi John, >> >> John Youn writes: >>> Fixes commit 09a75e85 >>> "usb: dwc2: refactor common low-level hw code to platform.c" >> >> these two lines should be placed ... >> >>> >>> The above commit consol

Re: [PATCH RESEND 1/2] usb: dwc2: Make PHY optional

2015-11-20 Thread Stefan Wahren
Hi Felipe, Am 19.11.2015 um 20:54 schrieb Felipe Balbi: Hi John, John Youn writes: Fixes commit 09a75e85 "usb: dwc2: refactor common low-level hw code to platform.c" these two lines should be placed ... The above commit consolidated the low-level phy access into a common location. This

Re: [PATCH RESEND 1/2] usb: dwc2: Make PHY optional

2015-11-19 Thread Felipe Balbi
Hi John, John Youn writes: > Fixes commit 09a75e85 > "usb: dwc2: refactor common low-level hw code to platform.c" these two lines should be placed ... > > The above commit consolidated the low-level phy access into a common > location. This change introduced a check from the gadget requiring >

[PATCH RESEND 1/2] usb: dwc2: Make PHY optional

2015-11-11 Thread John Youn
Fixes commit 09a75e85 "usb: dwc2: refactor common low-level hw code to platform.c" The above commit consolidated the low-level phy access into a common location. This change introduced a check from the gadget requiring that a PHY is specified. This requirement never existed on the host side and br