linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Renesas 8T49N241 device driver
@ 2021-09-13 17:04 Alex Helms
  2021-09-13 17:04 ` [PATCH v6 1/2] dt-bindings: Add binding for Renesas 8T49N241 Alex Helms
  2021-09-13 17:04 ` [PATCH v6 2/2] clk: Add ccf driver " Alex Helms
  0 siblings, 2 replies; 11+ messages in thread
From: Alex Helms @ 2021-09-13 17:04 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-clk, linux-renesas-soc
  Cc: robh+dt, sboyd, mturquette, geert+renesas, alexander.helms.jy,
	david.cater.jc, michal.simek

A common clock framework device driver for the Renesas 8T49N241 universal
frequency translator.

Changes in v6:
 * Rebase on v5.15-rc1
 * Ensure Rob's Reviewed-by tag is included
Changes in v5:
 * Rebase on v5.14-rc2
 * Move driver files from clk/renesas to clk
Changes in v4:
 * Add vendor prefix to dt binding compatible property
 * Remove clock-names description in dt binding
 * Remove redundant 'input-' prefix on clock names
 * Clarify the settings property in dt binding, add data type
 * Fix define spacing
Changes in v3:
 * Clarify settings property in device tree bindings schema is optional
Changes in v2:
 * Correct missing semicolon in 8t49n24x-core.c

Alex Helms (2):
  dt-bindings: Add binding for Renesas 8T49N241
  clk: Add ccf driver for Renesas 8T49N241

 .../bindings/clock/renesas,8t49n241.yaml      | 190 ++++
 MAINTAINERS                                   |   7 +
 drivers/clk/8t49n24x-core.c                   | 836 ++++++++++++++++++
 drivers/clk/8t49n24x-core.h                   | 250 ++++++
 drivers/clk/8t49n24x.c                        | 572 ++++++++++++
 drivers/clk/Kconfig                           |  21 +
 drivers/clk/Makefile                          |   2 +
 7 files changed, 1878 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,8t49n241.yaml
 create mode 100644 drivers/clk/8t49n24x-core.c
 create mode 100644 drivers/clk/8t49n24x-core.h
 create mode 100644 drivers/clk/8t49n24x.c


base-commit: 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
-- 
2.30.2


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

end of thread, other threads:[~2021-10-20 17:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 17:04 [PATCH v6 0/2] Renesas 8T49N241 device driver Alex Helms
2021-09-13 17:04 ` [PATCH v6 1/2] dt-bindings: Add binding for Renesas 8T49N241 Alex Helms
2021-10-13 18:02   ` Geert Uytterhoeven
2021-10-14 12:16     ` Geert Uytterhoeven
2021-10-19 21:52       ` Alex Helms
2021-10-20  8:20         ` Geert Uytterhoeven
2021-10-20 16:56           ` Alex Helms
2021-10-20 17:57             ` Geert Uytterhoeven
2021-09-13 17:04 ` [PATCH v6 2/2] clk: Add ccf driver " Alex Helms
2021-09-29 11:43   ` Michal Simek
2021-10-14 12:13   ` Geert Uytterhoeven

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