Re: [PATCH v5 00/17] Support for Qualcomm QUSBv2 and QMPv3 USB PHYs

2018-02-21 Thread Doug Anderson
Manu, On Mon, Feb 19, 2018 at 9:21 PM, Manu Gautam wrote: > Hi Kishon, > > > On 2/16/2018 5:19 PM, Kishon Vijay Abraham I wrote: >> >> On Thursday 01 February 2018 06:08 PM, Kishon Vijay Abraham I wrote: >>> >>> The series looks good. I'll start merging once -rc1 is

Re: [PATCH v5 00/17] Support for Qualcomm QUSBv2 and QMPv3 USB PHYs

2018-02-19 Thread Manu Gautam
Hi Kishon, On 2/16/2018 5:19 PM, Kishon Vijay Abraham I wrote: > > On Thursday 01 February 2018 06:08 PM, Kishon Vijay Abraham I wrote: >> >> The series looks good. I'll start merging once -rc1 is tagged. > merged, thanks! > > -Kishon Following git isn't updated with these:

Re: [PATCH v5 00/17] Support for Qualcomm QUSBv2 and QMPv3 USB PHYs

2018-02-16 Thread Kishon Vijay Abraham I
On Thursday 01 February 2018 06:08 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Wednesday 31 January 2018 10:51 AM, Manu Gautam wrote: >> Hi Kishon, >> >> >> On 1/16/2018 4:26 PM, Manu Gautam wrote: >>> QUSB-v2 and QMP-v3 USB PHYs are present on Qualcomm's 14nm >>> and 10nm SOCs. >>> This

Re: [PATCH v5 00/17] Support for Qualcomm QUSBv2 and QMPv3 USB PHYs

2018-02-01 Thread Kishon Vijay Abraham I
Hi, On Wednesday 31 January 2018 10:51 AM, Manu Gautam wrote: > Hi Kishon, > > > On 1/16/2018 4:26 PM, Manu Gautam wrote: >> QUSB-v2 and QMP-v3 USB PHYs are present on Qualcomm's 14nm >> and 10nm SOCs. >> This patch series adds support for runtime PM for these >> USB PHYs and adds fixes in

Re: [PATCH v5 00/17] Support for Qualcomm QUSBv2 and QMPv3 USB PHYs

2018-01-30 Thread Manu Gautam
Hi Kishon, On 1/16/2018 4:26 PM, Manu Gautam wrote: > QUSB-v2 and QMP-v3 USB PHYs are present on Qualcomm's 14nm > and 10nm SOCs. > This patch series adds support for runtime PM for these > USB PHYs and adds fixes in drivers to follow PHY reset and > initialization sequence as per hardware

[PATCH v5 00/17] Support for Qualcomm QUSBv2 and QMPv3 USB PHYs

2018-01-16 Thread Manu Gautam
QUSB-v2 and QMP-v3 USB PHYs are present on Qualcomm's 14nm and 10nm SOCs. This patch series adds support for runtime PM for these USB PHYs and adds fixes in drivers to follow PHY reset and initialization sequence as per hardware programming manual. Changes since v4: - Use SPDX License identifier.