Re: [PATCH v2 1/1] drivers: usb: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadget

2018-05-15 Thread Tiago Brusamarello
2018-05-15 4:14 GMT-03:00 Felipe Balbi :
>
> Tiago Brusamarello  writes:
>
>> Introduce FSL_USB2_PHY_UTMI_DUAL in gadget driver for setting
>> phy in SOCs with utmi dual phy
>>
>> Signed-off-by: Nikhil Badola 
>> Tested-by: Tiago Brusamarello 
>
> this doesn't apply.

I'll look into it and submit a new version.


-- 

Atenciosamente,
Best Regards,


Tiago Brusamarello
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 1/1] drivers: usb: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadget

2018-05-15 Thread Felipe Balbi

Tiago Brusamarello  writes:

> Introduce FSL_USB2_PHY_UTMI_DUAL in gadget driver for setting
> phy in SOCs with utmi dual phy
>
> Signed-off-by: Nikhil Badola 
> Tested-by: Tiago Brusamarello 

this doesn't apply. 

-- 
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 1/1] drivers: usb: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadget

2018-04-23 Thread Tiago Brusamarello
Introduce FSL_USB2_PHY_UTMI_DUAL in gadget driver for setting
phy in SOCs with utmi dual phy

Signed-off-by: Nikhil Badola 
Tested-by: Tiago Brusamarello 
---

Changes since v1:
 * Removed Freescale internal information from commit message

 drivers/usb/gadget/udc/fsl_udc_core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/gadget/udc/fsl_udc_core.c
b/drivers/usb/gadget/udc/fsl_udc_core.c
index 56b517a..a3c092b 100644
--- a/drivers/usb/gadget/udc/fsl_udc_core.c
+++ b/drivers/usb/gadget/udc/fsl_udc_core.c
@@ -253,6 +253,7 @@ static int dr_controller_setup(struct fsl_udc *udc)
 portctrl |= PORTSCX_PTW_16BIT;
 /* fall through */
 case FSL_USB2_PHY_UTMI:
+case FSL_USB2_PHY_UTMI_DUAL:
 if (udc->pdata->have_sysif_regs) {
 if (udc->pdata->controller_ver) {
 /* controller version 1.6 or above */
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html