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: [GIT PULL] clk: renesas: Updates for v5.15
Date: Fri, 30 Jul 2021 15:44:42 +0200	[thread overview]
Message-ID: <cover.1627652021.git.geert+renesas@glider.be> (raw)

	Hi Mike, Stephen,

The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

  Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-clk-for-v5.15-tag1

for you to fetch changes up to d28b1e03dc8d1070538ca3ea3f4e6732109ddf42:

  clk: renesas: r9a07g044: Add entry for fixed clock P0_DIV2 (2021-07-26 14:15:23 +0200)

----------------------------------------------------------------
clk: renesas: Updates for v5.15

  - Add display (DU and DSI) clocks on R-Car V3U,
  - Add I2C, DMAC, USB, sound (SSIF-2), GPIO, CANFD, and ADC clocks and
    resets on RZ/G2L,
  - Miscellaneous fixes and improvements.

Note:
  - This pull request is based on v5.14-rc2, as older versions do not
    include the atomic fixes to RZ/G2L DT binding definitions, clock
    driver, and DTS in renesas-fixes-for-v5.14-tag1,
  - This includes another update (append-only) to the Renesas RZ/G2L DT
    Binding Definitions, which is expected to appear in a later pull
    request for the soc tree, too.

Thanks for pulling!

----------------------------------------------------------------
Biju Das (4):
      clk: renesas: r9a07g044: Add I2C clocks/resets
      clk: renesas: r9a07g044: Add DMAC clocks/resets
      clk: renesas: r9a07g044: Add USB clocks/resets
      clk: renesas: r9a07g044: Add SSIF-2 clock and reset entries

Dan Carpenter (2):
      clk: renesas: rzg2l: Fix a double free on error
      clk: renesas: rzg2l: Avoid mixing error pointers and NULL

Geert Uytterhoeven (3):
      clk: renesas: rzg2: Rename i2c-dvfs to iic-pmic
      clk: renesas: Rename renesas-rzg2l-cpg.[ch] to rzg2l-cpg.[ch]
      Merge tag 'renesas-r9a07g044-dt-binding-defs-tag2' into renesas-clk-for-v5.15

Kieran Bingham (2):
      clk: renesas: r8a779a0: Add the DU clock
      clk: renesas: r8a779a0: Add the DSI clocks

Lad Prabhakar (6):
      clk: renesas: rzg2l: Fix off-by-one check in rzg2l_cpg_clk_src_twocell_get()
      clk: renesas: r9a07g044: Add GPIO clock and reset entries
      clk: renesas: r9a07g044: Add clock and reset entries for CANFD
      clk: renesas: r9a07g044: Add clock and reset entries for ADC
      dt-bindings: clock: r9a07g044-cpg: Add entry for P0_DIV2 core clock
      clk: renesas: r9a07g044: Add entry for fixed clock P0_DIV2

Yang Li (2):
      clk: renesas: rzg2l: Remove unneeded semicolon
      clk: renesas: rzg2l: Fix return value and unused assignment

 drivers/clk/renesas/Makefile                       |  2 +-
 drivers/clk/renesas/r8a774a1-cpg-mssr.c            |  2 +-
 drivers/clk/renesas/r8a774b1-cpg-mssr.c            |  2 +-
 drivers/clk/renesas/r8a774c0-cpg-mssr.c            |  2 +-
 drivers/clk/renesas/r8a774e1-cpg-mssr.c            |  2 +-
 drivers/clk/renesas/r8a779a0-cpg-mssr.c            |  5 +-
 drivers/clk/renesas/r9a07g044-cpg.c                | 72 +++++++++++++++++++++-
 .../renesas/{renesas-rzg2l-cpg.c => rzg2l-cpg.c}   | 22 +++----
 .../renesas/{renesas-rzg2l-cpg.h => rzg2l-cpg.h}   |  0
 include/dt-bindings/clock/r9a07g044-cpg.h          |  1 +
 10 files changed, 87 insertions(+), 23 deletions(-)
 rename drivers/clk/renesas/{renesas-rzg2l-cpg.c => rzg2l-cpg.c} (98%)
 rename drivers/clk/renesas/{renesas-rzg2l-cpg.h => rzg2l-cpg.h} (100%)

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:[~2021-07-30 13:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-30 13:44 Geert Uytterhoeven [this message]
2021-07-31  8:00 ` [GIT PULL] clk: renesas: Updates for v5.15 Stephen Boyd

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.1627652021.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.