All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk: renesas: Updates for v5.14
@ 2021-05-28  8:49 Geert Uytterhoeven
  2021-06-02  2:04 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2021-05-28  8:49 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

	Hi Mike, Stephen,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -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.14-tag1

for you to fetch changes up to 790c06cc5df263cdaff748670cc65958c81b0951:

  clk: renesas: r8a77995: Add ZA2 clock (2021-05-27 15:27:28 +0200)

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

  - Add support for CPU core clock boost modes on R-Car Gen3,
  - Add ISPCS (Image Signal Processor) clocks on R-Car V3U,
  - Switch SH/R-Mobile and R-Car "DIV6" clocks to .determine_rate(),
    and improve support for multiple parents,
  - Switch RZ/N1 divider clocks to .determine_rate(),
  - Add ZA2 (Audio Clock Generator) clock on R-Car D3,
  - Minor fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Dinghao Liu (1):
      clk: renesas: rcar-usb2-clock-sel: Fix error handling in .probe()

Geert Uytterhoeven (15):
      clk: renesas: rcar-gen3: Update Z clock rate formula in comments
      clk: renesas: rcar-gen3: Make cpg_z_clk.mask u32
      clk: renesas: rcar-gen3: Remove superfluous masking in cpg_z_clk_set_rate()
      clk: renesas: rcar-gen3: Grammar s/dependent of/dependent on/
      clk: renesas: rcar-gen3: Increase Z clock accuracy
      clk: renesas: rcar-gen3: Add custom clock for PLLs
      clk: renesas: rcar-gen3: Add boost support to Z clocks
      clk: renesas: div6: Use clamp() instead of clamp_t()
      clk: renesas: div6: Simplify src mask handling
      clk: renesas: div6: Switch to .determine_rate()
      clk: renesas: div6: Consider all parents for requested rate
      clk: renesas: div6: Implement range checking
      clk: renesas: r9a06g032: Switch to .determine_rate()
      clk: renesas: cpg-mssr: Remove unused [RM]MSTPCR() definitions
      clk: renesas: cpg-mssr: Make srstclr[] comment block consistent

Kuninori Morimoto (1):
      clk: renesas: r8a77995: Add ZA2 clock

Niklas Söderlund (1):
      clk: renesas: r8a779a0: Add ISPCS clocks

 drivers/clk/renesas/clk-div6.c            |  80 ++++++++-----
 drivers/clk/renesas/r8a77995-cpg-mssr.c   |   1 +
 drivers/clk/renesas/r8a779a0-cpg-mssr.c   |   4 +
 drivers/clk/renesas/r9a06g032-clocks.c    |  25 ++--
 drivers/clk/renesas/rcar-gen3-cpg.c       | 183 +++++++++++++++++++++++++-----
 drivers/clk/renesas/rcar-usb2-clock-sel.c |  24 ++--
 drivers/clk/renesas/renesas-cpg-mssr.c    |  10 +-
 7 files changed, 244 insertions(+), 83 deletions(-)

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] clk: renesas: Updates for v5.14
  2021-05-28  8:49 [GIT PULL] clk: renesas: Updates for v5.14 Geert Uytterhoeven
@ 2021-06-02  2:04 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2021-06-02  2:04 UTC (permalink / raw)
  To: Geert Uytterhoeven, Michael Turquette
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

Quoting Geert Uytterhoeven (2021-05-28 01:49:48)
>         Hi Mike, Stephen,
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -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.14-tag1
> 
> for you to fetch changes up to 790c06cc5df263cdaff748670cc65958c81b0951:
> 
>   clk: renesas: r8a77995: Add ZA2 clock (2021-05-27 15:27:28 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-02  2:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28  8:49 [GIT PULL] clk: renesas: Updates for v5.14 Geert Uytterhoeven
2021-06-02  2:04 ` Stephen Boyd

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.