mbox series

[v2,0/2] clk: clk-cdce925: Add regulator support

Message ID 1561691950-42154-1-git-send-email-preid@electromag.com.au
Headers show
Series clk: clk-cdce925: Add regulator support | expand

Message

Phil Reid June 28, 2019, 3:19 a.m. UTC
The cdce925 power supplies could be controllable on some platforms.
Enable them before communicating with the cdce925.

Changes from V1
- Add devicetree updates


Phil Reid (2):
  dt-bindings: clock: cdce925: Add regulator documentation
  clk: clk-cdce925: Add regulator support

 .../devicetree/bindings/clock/ti,cdce925.txt       |  4 +++
 drivers/clk/clk-cdce925.c                          | 34 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

Comments

Phil Reid Aug. 5, 2019, 8:26 a.m. UTC | #1
On 28/06/2019 11:19, Phil Reid wrote:
> The cdce925 power supplies could be controllable on some platforms.
> Enable them before communicating with the cdce925.
> 
> Changes from V1
> - Add devicetree updates
> 
> 
> Phil Reid (2):
>    dt-bindings: clock: cdce925: Add regulator documentation
>    clk: clk-cdce925: Add regulator support
> 
>   .../devicetree/bindings/clock/ti,cdce925.txt       |  4 +++
>   drivers/clk/clk-cdce925.c                          | 34 ++++++++++++++++++++++
>   2 files changed, 38 insertions(+)
> 

Any more feedback on this series?
Stephen Boyd Sept. 6, 2019, 5:31 p.m. UTC | #2
Quoting Phil Reid (2019-08-05 01:26:41)
> On 28/06/2019 11:19, Phil Reid wrote:
> > The cdce925 power supplies could be controllable on some platforms.
> > Enable them before communicating with the cdce925.
> > 
> > Changes from V1
> > - Add devicetree updates
> > 
> > 
> > Phil Reid (2):
> >    dt-bindings: clock: cdce925: Add regulator documentation
> >    clk: clk-cdce925: Add regulator support
> > 
> >   .../devicetree/bindings/clock/ti,cdce925.txt       |  4 +++
> >   drivers/clk/clk-cdce925.c                          | 34 ++++++++++++++++++++++
> >   2 files changed, 38 insertions(+)
> > 
> 
> Any more feedback on this series?
> 

Don't think so. Thanks!
Stephen Boyd Sept. 6, 2019, 5:32 p.m. UTC | #3
Quoting Phil Reid (2019-06-27 20:19:10)
> The cdce925 power supplies could be controllable on some platforms.
> Enable them before communicating with the cdce925.
> 
> Signed-off-by: Phil Reid <preid@electromag.com.au>
> ---

Applied to clk-next