mbox series

[v4,0/3] dt-bindings: clk: versaclock5: change maintainer, convert to yaml, typo

Message ID 20200723074112.3159-1-luca@lucaceresoli.net
Headers show
Series dt-bindings: clk: versaclock5: change maintainer, convert to yaml, typo | expand

Message

Luca Ceresoli July 23, 2020, 7:41 a.m. UTC
This is a loosely-assorted series for versaclock5.

Since v3 [0] I removed a patch to the driver code (sent separately [1]) and
added a cover letter as requested by Stephen.

Patch 1 is a trivial typo fix in DT bindings (already approved by Rob).

Patch 3 converts the DT bindings to yaml.

And since in patch 3 I'm adding a new file which needs a maintainer I asked
the current driver maintanier, Marek. He suggested I should take over
maintainership as he does not plan to work on that driver for the
foreseeable future, while I'm going to. And so here's patch 2 to change
maintainer.

[0] https://lkml.org/lkml/2020/7/21/939
[1] https://lkml.org/lkml/2020/7/23/128

Luca Ceresoli (3):
  dt-bindings: clk: versaclock5: fix 'idt' prefix typos
  MAINTAINERS: take over IDT VersaClock 5 clock driver
  dt-bindings: clk: versaclock5: convert to yaml

 .../bindings/clock/idt,versaclock5.txt        | 125 --------------
 .../bindings/clock/idt,versaclock5.yaml       | 154 ++++++++++++++++++
 MAINTAINERS                                   |   3 +-
 3 files changed, 156 insertions(+), 126 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/idt,versaclock5.txt
 create mode 100644 Documentation/devicetree/bindings/clock/idt,versaclock5.yaml

Comments

Stephen Boyd July 23, 2020, 10:34 p.m. UTC | #1
Quoting Luca Ceresoli (2020-07-23 00:41:11)
> Marek has been the primary developer of this driver (thanks!). Now as
> he is not working on it anymore he suggested I take over maintainership.
> 
> Cc: Marek Vasut <marek.vasut@gmail.com>
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> 
> ---

Applied to clk-next