[PATCH v5 0/2] Renesas 8T49N241 device driver

From: Alex Helms
Date: Mon Jul 19 2021 - 15:02:50 EST


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

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: 2734d6c1b1a089fb593ef6a23d4b70903526fe0c
--
2.30.2