devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Paul Cercueil <paul@crapouillou.net>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	list@opendingux.net, devicetree@vger.kernel.org,
	Michael Turquette <mturquette@baylibre.com>,
	linux-clk <linux-clk@vger.kernel.org>,
	Stephen Boyd <sboyd@kernel.org>
Subject: Re: [PATCH v2 1/2] dt-bindings: Rename Ingenic CGU headers to ingenic,*.h
Date: Wed, 10 Nov 2021 08:09:41 -0600	[thread overview]
Message-ID: <CAL_JsqJcWu1e2ecMLXS8Nt_Wee1raxWATGPm2rDOhthzUGUD4g@mail.gmail.com> (raw)
In-Reply-To: <S4OB2R.59MVHDUBC2VP3@crapouillou.net>

On Tue, Nov 9, 2021 at 2:41 PM Paul Cercueil <paul@crapouillou.net> wrote:
>
> Hi Rob,
>
> Le mar., nov. 9 2021 at 11:43:43 -0600, Rob Herring <robh@kernel.org> a
> écrit :
> > On Sat, 16 Oct 2021 14:33:21 +0100, Paul Cercueil wrote:
> >>  Tidy up a bit the tree, by prefixing all include/dt-bindings/clock/
> >> files
> >>  related to Ingenic SoCs with 'ingenic,'.
> >>
> >>  Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> >>  ---
> >>
> >>  Notes:
> >>      v2: Fix x1000-cgu.h and x1830-cgu.h incorrectly renamed to
> >>          x1000.h / x1830.h
> >>
> >>   Documentation/devicetree/bindings/clock/ingenic,cgu.yaml      | 2
> >> +-
> >>   Documentation/devicetree/bindings/display/ingenic,ipu.yaml    | 2
> >> +-
> >>   Documentation/devicetree/bindings/display/ingenic,lcd.yaml    | 4
> >> ++--
> >>   Documentation/devicetree/bindings/dma/ingenic,dma.yaml        | 2
> >> +-
> >>   Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml        | 2
> >> +-
> >>   Documentation/devicetree/bindings/iio/adc/ingenic,adc.yaml    | 2
> >> +-
> >>   .../devicetree/bindings/memory-controllers/ingenic,nemc.yaml  | 2
> >> +-
> >>   .../devicetree/bindings/mips/ingenic/ingenic,cpu.yaml         | 2
> >> +-
> >>   Documentation/devicetree/bindings/mmc/ingenic,mmc.yaml        | 2
> >> +-
> >>   Documentation/devicetree/bindings/mtd/ingenic,nand.yaml       | 2
> >> +-
> >>   Documentation/devicetree/bindings/net/ingenic,mac.yaml        | 2
> >> +-
> >>   .../devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml       | 2
> >> +-
> >>   Documentation/devicetree/bindings/phy/ingenic,phy-usb.yaml    | 2
> >> +-
> >>   Documentation/devicetree/bindings/remoteproc/ingenic,vpu.yaml | 2
> >> +-
> >>   Documentation/devicetree/bindings/rng/ingenic,trng.yaml       | 2
> >> +-
> >>   Documentation/devicetree/bindings/rtc/ingenic,rtc.yaml        | 2
> >> +-
> >>   Documentation/devicetree/bindings/serial/ingenic,uart.yaml    | 2
> >> +-
> >>   Documentation/devicetree/bindings/sound/ingenic,aic.yaml      | 2
> >> +-
> >>   Documentation/devicetree/bindings/sound/ingenic,codec.yaml    | 2
> >> +-
> >>   Documentation/devicetree/bindings/timer/ingenic,sysost.yaml   | 2
> >> +-
> >>   Documentation/devicetree/bindings/timer/ingenic,tcu.yaml      | 2
> >> +-
> >>   Documentation/devicetree/bindings/usb/ingenic,musb.yaml       | 2
> >> +-
> >>   arch/mips/boot/dts/ingenic/jz4725b.dtsi                       | 2
> >> +-
> >>   arch/mips/boot/dts/ingenic/jz4740.dtsi                        | 2
> >> +-
> >>   arch/mips/boot/dts/ingenic/jz4770.dtsi                        | 2
> >> +-
> >>   arch/mips/boot/dts/ingenic/jz4780.dtsi                        | 2
> >> +-
> >>   arch/mips/boot/dts/ingenic/x1000.dtsi                         | 2
> >> +-
> >>   arch/mips/boot/dts/ingenic/x1830.dtsi                         | 2
> >> +-
> >>   drivers/clk/ingenic/jz4725b-cgu.c                             | 2
> >> +-
> >>   drivers/clk/ingenic/jz4740-cgu.c                              | 2
> >> +-
> >>   drivers/clk/ingenic/jz4760-cgu.c                              | 2
> >> +-
> >>   drivers/clk/ingenic/jz4770-cgu.c                              | 2
> >> +-
> >>   drivers/clk/ingenic/jz4780-cgu.c                              | 2
> >> +-
> >>   drivers/clk/ingenic/x1000-cgu.c                               | 2
> >> +-
> >>   drivers/clk/ingenic/x1830-cgu.c                               | 2
> >> +-
> >>   .../clock/{jz4725b-cgu.h => ingenic,jz4725b-cgu.h}            | 0
> >>   .../dt-bindings/clock/{jz4740-cgu.h => ingenic,jz4740-cgu.h}  | 0
> >>   .../dt-bindings/clock/{jz4760-cgu.h => ingenic,jz4760-cgu.h}  | 0
> >>   .../dt-bindings/clock/{jz4770-cgu.h => ingenic,jz4770-cgu.h}  | 0
> >>   .../dt-bindings/clock/{jz4780-cgu.h => ingenic,jz4780-cgu.h}  | 0
> >>   .../dt-bindings/clock/{x1000-cgu.h => ingenic,x1000-cgu.h}    | 0
> >>   .../dt-bindings/clock/{x1830-cgu.h => ingenic,x1830-cgu.h}    | 0
> >>   42 files changed, 36 insertions(+), 36 deletions(-)
> >>   rename include/dt-bindings/clock/{jz4725b-cgu.h =>
> >> ingenic,jz4725b-cgu.h} (100%)
> >>   rename include/dt-bindings/clock/{jz4740-cgu.h =>
> >> ingenic,jz4740-cgu.h} (100%)
> >>   rename include/dt-bindings/clock/{jz4760-cgu.h =>
> >> ingenic,jz4760-cgu.h} (100%)
> >>   rename include/dt-bindings/clock/{jz4770-cgu.h =>
> >> ingenic,jz4770-cgu.h} (100%)
> >>   rename include/dt-bindings/clock/{jz4780-cgu.h =>
> >> ingenic,jz4780-cgu.h} (100%)
> >>   rename include/dt-bindings/clock/{x1000-cgu.h =>
> >> ingenic,x1000-cgu.h} (100%)
> >>   rename include/dt-bindings/clock/{x1830-cgu.h =>
> >> ingenic,x1830-cgu.h} (100%)
> >>
> >
> > Applied, thanks!
> >
> > I'll let Stephen take patch 2 after rc1.
>
> Perfect, thanks!
>
> I will later send a patch to update the spi/ingenic-spi.yaml example
> (the one that was in linux-next and not yet in master) so that it
> points to the right include.

It's already in Linus' tree. I've included the change to spi/ingenic-spi.yaml.

Rob

      reply	other threads:[~2021-11-10 14:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-16 13:33 [PATCH v2 1/2] dt-bindings: Rename Ingenic CGU headers to ingenic,*.h Paul Cercueil
2021-10-16 13:33 ` [PATCH v2 2/2] clk: ingenic: Add MDMA and BDMA clocks Paul Cercueil
2021-10-26 23:20 ` [PATCH v2 1/2] dt-bindings: Rename Ingenic CGU headers to ingenic,*.h Rob Herring
2021-10-28 11:46   ` Paul Cercueil
2021-10-28 22:26     ` Rob Herring
2021-10-29 12:01       ` Paul Cercueil
2021-10-29 14:53         ` Rob Herring
2021-11-09 17:43 ` Rob Herring
2021-11-09 20:41   ` Paul Cercueil
2021-11-10 14:09     ` Rob Herring [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAL_JsqJcWu1e2ecMLXS8Nt_Wee1raxWATGPm2rDOhthzUGUD4g@mail.gmail.com \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=list@opendingux.net \
    --cc=mturquette@baylibre.com \
    --cc=paul@crapouillou.net \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).