Re: [U-Boot] [PATCH 2/9] usb: ehci-mx6: configure power polarity in usb_power_config

2016-07-05 Thread Marek Vasut
On 07/05/2016 10:28 PM, Stefan Agner wrote: On 2016-07-03 15:32, Marek Vasut wrote: On 07/03/2016 09:33 PM, Stefan Agner wrote: From: Stefan Agner USBNC_n_CTRL1 bit 9 actually controls the power pin polarity. Rename UCTRL_PM to align reference manual and set the bit in the appropriate callbac

Re: [U-Boot] [PATCH 2/9] usb: ehci-mx6: configure power polarity in usb_power_config

2016-07-05 Thread Stefan Agner
On 2016-07-03 15:32, Marek Vasut wrote: > On 07/03/2016 09:33 PM, Stefan Agner wrote: >> From: Stefan Agner >> >> USBNC_n_CTRL1 bit 9 actually controls the power pin polarity. >> Rename UCTRL_PM to align reference manual and set the bit in >> the appropriate callback usb_power_config. >> >> Signed

Re: [U-Boot] [PATCH 2/9] usb: ehci-mx6: configure power polarity in usb_power_config

2016-07-03 Thread Marek Vasut
On 07/03/2016 09:33 PM, Stefan Agner wrote: From: Stefan Agner USBNC_n_CTRL1 bit 9 actually controls the power pin polarity. Rename UCTRL_PM to align reference manual and set the bit in the appropriate callback usb_power_config. Signed-off-by: Stefan Agner Just for the extra safety, can you

[U-Boot] [PATCH 2/9] usb: ehci-mx6: configure power polarity in usb_power_config

2016-07-03 Thread Stefan Agner
From: Stefan Agner USBNC_n_CTRL1 bit 9 actually controls the power pin polarity. Rename UCTRL_PM to align reference manual and set the bit in the appropriate callback usb_power_config. Signed-off-by: Stefan Agner --- drivers/usb/host/ehci-mx6.c | 10 +- 1 file changed, 5 insertions(+)