mbox series

[v2,0/3] clk: cs2000-cp: make aux output pin configurable

Message ID 20210519201551.690654-1-daniel@zonque.org
Headers show
Series clk: cs2000-cp: make aux output pin configurable | expand

Message

Daniel Mack May 19, 2021, 8:15 p.m. UTC
v2:
 * Address review comments from Rob Herring on the dt bindings

Daniel Mack (3):
  dt-bindings: clock: convert cs2000-cp bindings to yaml
  dt-bindings: clock: cs2000-cp: Document aux-output-source
  clk: cs2000-cp: Make aux output function controllable

 .../bindings/clock/cirrus,cs2000-cp.yaml      | 73 +++++++++++++++++++
 .../devicetree/bindings/clock/cs2000-cp.txt   | 22 ------
 drivers/clk/clk-cs2000-cp.c                   |  9 +++
 include/dt-bindings/clock/cirrus,cs2000-cp.h  | 14 ++++
 4 files changed, 96 insertions(+), 22 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/cs2000-cp.txt
 create mode 100644 include/dt-bindings/clock/cirrus,cs2000-cp.h

Comments

Rob Herring May 21, 2021, 1:59 a.m. UTC | #1
On Wed, 19 May 2021 22:15:49 +0200, Daniel Mack wrote:
> The original author of the file was added as maintainer.

> 

> Signed-off-by: Daniel Mack <daniel@zonque.org>

> Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

> Signed-off-by: Daniel Mack <daniel@zonque.org>

> ---

>  .../bindings/clock/cirrus,cs2000-cp.yaml      | 63 +++++++++++++++++++

>  .../devicetree/bindings/clock/cs2000-cp.txt   | 22 -------

>  2 files changed, 63 insertions(+), 22 deletions(-)

>  create mode 100644 Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml

>  delete mode 100644 Documentation/devicetree/bindings/clock/cs2000-cp.txt

> 


Reviewed-by: Rob Herring <robh@kernel.org>