Re: [PATCH v1 4/4] phy: qcom-qmp: Expose provided clocks to DT

2018-12-07 Thread Vivek Gautam
On Fri, Nov 30, 2018 at 3:46 AM Evan Green wrote: > > Register a simple clock provider for the PHY pipe clock sources so that > device tree users can point at these clocks via phandles to the lane > nodes. > > Signed-off-by: Evan Green > --- > > drivers/phy/qualcomm/phy-qcom-qmp.c | 23 +

Re: [PATCH v1 4/4] phy: qcom-qmp: Expose provided clocks to DT

2018-12-03 Thread Evan Green
On Mon, Dec 3, 2018 at 2:38 PM Stephen Boyd wrote: > > Quoting Evan Green (2018-11-29 14:13:57) > > Register a simple clock provider for the PHY pipe clock sources so that > > device tree users can point at these clocks via phandles to the lane > > nodes. > > > > Signed-off-by: Evan Green > > ---

Re: [PATCH v1 4/4] phy: qcom-qmp: Expose provided clocks to DT

2018-12-03 Thread Stephen Boyd
Quoting Evan Green (2018-11-29 14:13:57) > Register a simple clock provider for the PHY pipe clock sources so that > device tree users can point at these clocks via phandles to the lane > nodes. > > Signed-off-by: Evan Green > --- Reviewed-by: Stephen Boyd

[PATCH v1 4/4] phy: qcom-qmp: Expose provided clocks to DT

2018-11-29 Thread Evan Green
Register a simple clock provider for the PHY pipe clock sources so that device tree users can point at these clocks via phandles to the lane nodes. Signed-off-by: Evan Green --- drivers/phy/qualcomm/phy-qcom-qmp.c | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) di