public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] clk: renesas: Miscellaneous fixes
@ 2018-11-29 10:49 Geert Uytterhoeven
  2018-11-29 10:49 ` [PATCH 01/13] dt-bindings: clock: r8a7795: Remove CSIREF clock Geert Uytterhoeven
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Geert Uytterhoeven @ 2018-11-29 10:49 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Laurent Pinchart, Kieran Bingham
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

	Hi Mike, Stephen, Laurent, Kieran,

This patch series contains several fixes for the Renesas Clock drivers
and DT bindings, and a small simplification:
  - Removal of non-existent clocks,
  - Addition of the CPEX clocks, which can be used a source for a timer
    (CMT1),
  - Correction of DU parent clocks.
Most of these have been found by skimming the Hardware Manual Errata.

This has been boot-tested on Salvator-X(S) (R-Car H3, M3-W, M3-N), Eagle
(R-Car V3M), and Draak (R-Car D3), except for the DU parts.
Testing of the DU on R-Car D3 and E3 would be appreciated, as the DU
driver may have a workaround for the incorrect parent clock rates.

I intend to queue this in clk-renesas-for-v4.21.

Thanks!

Geert Uytterhoeven (12):
  dt-bindings: clock: r8a7795: Remove CSIREF clock
  dt-bindings: clock: r8a7796: Remove CSIREF clock
  clk: renesas: r8a774a1: Add CPEX clock
  clk: renesas: r8a7795: Add CPEX clock
  clk: renesas: r8a7796: Add CPEX clock
  clk: renesas: r8a77965: Add CPEX clock
  clk: renesas: r8a77970: Add CPEX clock
  clk: renesas: r8a77995: Correct parent clock of DU
  clk: renesas: r8a77995: Remove non-existent VIN5-7 module clocks
  clk: renesas: r8a77995: Remove non-existent SSP clocks
  clk: renesas: r8a77995: Add missing CPEX clock
  clk: renesas: r8a77995: Simplify PLL3 multiplier/divider

Takeshi Kihara (1):
  clk: renesas: r8a77990: Correct parent clock of DU

 drivers/clk/renesas/r8a774a1-cpg-mssr.c       |  1 +
 drivers/clk/renesas/r8a7795-cpg-mssr.c        |  1 +
 drivers/clk/renesas/r8a7796-cpg-mssr.c        |  1 +
 drivers/clk/renesas/r8a77965-cpg-mssr.c       |  1 +
 drivers/clk/renesas/r8a77970-cpg-mssr.c       |  1 +
 drivers/clk/renesas/r8a77990-cpg-mssr.c       |  4 ++--
 drivers/clk/renesas/r8a77995-cpg-mssr.c       | 15 ++++++---------
 include/dt-bindings/clock/r8a7795-cpg-mssr.h  |  2 +-
 include/dt-bindings/clock/r8a7796-cpg-mssr.h  |  2 +-
 include/dt-bindings/clock/r8a77995-cpg-mssr.h |  5 +++--
 10 files changed, 18 insertions(+), 15 deletions(-)

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

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

end of thread, other threads:[~2018-11-29 21:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-29 10:49 [PATCH 00/13] clk: renesas: Miscellaneous fixes Geert Uytterhoeven
2018-11-29 10:49 ` [PATCH 01/13] dt-bindings: clock: r8a7795: Remove CSIREF clock Geert Uytterhoeven
2018-11-29 10:49 ` [PATCH 02/13] dt-bindings: clock: r8a7796: " Geert Uytterhoeven
2018-11-29 10:49 ` [PATCH 03/13] clk: renesas: r8a774a1: Add CPEX clock Geert Uytterhoeven
2018-11-29 10:49 ` [PATCH 04/13] clk: renesas: r8a7795: " Geert Uytterhoeven
2018-11-29 10:50 ` [PATCH 05/13] clk: renesas: r8a7796: " Geert Uytterhoeven
2018-11-29 10:50 ` [PATCH 06/13] clk: renesas: r8a77965: " Geert Uytterhoeven
2018-11-29 10:50 ` [PATCH 07/13] clk: renesas: r8a77970: " Geert Uytterhoeven
2018-11-29 10:50 ` [PATCH 08/13] clk: renesas: r8a77990: Correct parent clock of DU Geert Uytterhoeven
2018-11-29 12:25   ` Laurent Pinchart
2018-11-29 10:50 ` [PATCH 09/13] clk: renesas: r8a77995: " Geert Uytterhoeven
2018-11-29 12:28   ` Laurent Pinchart
2018-11-29 10:50 ` [PATCH 10/13] clk: renesas: r8a77995: Remove non-existent VIN5-7 module clocks Geert Uytterhoeven
2018-11-29 10:50 ` [PATCH 11/13] clk: renesas: r8a77995: Remove non-existent SSP clocks Geert Uytterhoeven
2018-11-29 10:50 ` [PATCH 12/13] clk: renesas: r8a77995: Add missing CPEX clock Geert Uytterhoeven
2018-11-29 10:50 ` [PATCH 13/13] clk: renesas: r8a77995: Simplify PLL3 multiplier/divider Geert Uytterhoeven
2018-11-29 12:31 ` [PATCH 00/13] clk: renesas: Miscellaneous fixes Laurent Pinchart
2018-11-29 21:49 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox