All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH 0/6] clk: renesas: CPG structure cleanups
Date: Wed,  8 Jun 2022 15:41:09 +0200	[thread overview]
Message-ID: <cover.1654694831.git.geert+renesas@glider.be> (raw)

	Hi Mike, Stephen,

Recently, a set of (wrong) cleanup patches for Renesas clock drivers
pointed my attention to the fact that various older drivers contain
unused members in their CPG structures.

As these are mostly drivers for older SoCs, it is very unlikely they are
ever extended to make use of these members.  If anyone ever wants to
improve these drivers, I thinks these SoCs should be moved over to
renesas-cpg-mssr instead, so we can start using the module reset feature
that is available on SH/R-Mobile SoCs, just like on R-Car Gen2 and later.

Hence this series cleans up these drivers, and removes the unused
members from the CPG structures.

This series has been tested on the ape6evm, armadillo, kzm9g, bock-w,
lager, and rsk+rza1 development boards, and I plan to queue it in
renesas-clk for v5.20.

Thanks for your comments!

Geert Uytterhoeven (6):
  clk: renesas: r8a73a4: Remove r8a73a4_cpg.reg
  clk: renesas: r8a7740: Remove r8a7740_cpg.reg
  clk: renesas: sh73a0: Remove sh73a0_cpg.reg
  clk: renesas: r8a7778: Remove struct r8a7778_cpg
  clk: renesas: r8a7779: Remove struct r8a7779_cpg
  clk: renesas: rza1: Remove struct rz_cpg

 drivers/clk/renesas/clk-r8a73a4.c | 22 ++++++++++-----------
 drivers/clk/renesas/clk-r8a7740.c | 20 +++++++++----------
 drivers/clk/renesas/clk-r8a7778.c | 31 +++++++++--------------------
 drivers/clk/renesas/clk-r8a7779.c | 27 +++++++++----------------
 drivers/clk/renesas/clk-rz.c      | 33 ++++++++++++++-----------------
 drivers/clk/renesas/clk-sh73a0.c  | 26 ++++++++++++------------
 6 files changed, 67 insertions(+), 92 deletions(-)

-- 
2.25.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

             reply	other threads:[~2022-06-08 13:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08 13:41 Geert Uytterhoeven [this message]
2022-06-08 13:41 ` [PATCH 1/6] clk: renesas: r8a73a4: Remove r8a73a4_cpg.reg Geert Uytterhoeven
2022-06-09  6:36   ` Wolfram Sang
2022-06-08 13:41 ` [PATCH 2/6] clk: renesas: r8a7740: Remove r8a7740_cpg.reg Geert Uytterhoeven
2022-06-09  6:39   ` Wolfram Sang
2022-06-08 13:41 ` [PATCH 3/6] clk: renesas: sh73a0: Remove sh73a0_cpg.reg Geert Uytterhoeven
2022-06-09  6:41   ` Wolfram Sang
2022-06-08 13:41 ` [PATCH 4/6] clk: renesas: r8a7778: Remove struct r8a7778_cpg Geert Uytterhoeven
2022-06-09  6:44   ` Wolfram Sang
2022-06-08 13:41 ` [PATCH 5/6] clk: renesas: r8a7779: Remove struct r8a7779_cpg Geert Uytterhoeven
2022-06-09  6:46   ` Wolfram Sang
2022-06-08 13:41 ` [PATCH 6/6] clk: renesas: rza1: Remove struct rz_cpg Geert Uytterhoeven
2022-06-09  6:54   ` Wolfram Sang

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=cover.1654694831.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.