mbox series

[v2,0/2] clk: amlogic: a1: Add Amlogic A1 clock driver

Message ID 20230925155209.130671-1-ivprusov@salutedevices.com
Headers show
Series clk: amlogic: a1: Add Amlogic A1 clock driver | expand

Message

Igor Prusov Sept. 25, 2023, 3:52 p.m. UTC
This series adds dt-bindings and driver implementation for Amlogic A1
PLL and Peripherals clock controllers.

V1: https://lore.kernel.org/all/20230917101308.1250-1-ivprusov@salutedevices.com/

V1 -> V2:
 - Add more verbose comments for driver

Igor Prusov (2):
  dt-bindings: clock: Add Amlogic A1 clock bindings
  clk: Add clock driver for Amlogic A1

 arch/arm/include/asm/arch-meson/clock-a1.h    |  23 +
 drivers/clk/meson/Kconfig                     |   8 +
 drivers/clk/meson/Makefile                    |   1 +
 drivers/clk/meson/a1.c                        | 723 ++++++++++++++++++
 .../clock/amlogic,a1-peripherals-clkc.h       | 168 ++++
 .../dt-bindings/clock/amlogic,a1-pll-clkc.h   |  25 +
 6 files changed, 948 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-meson/clock-a1.h
 create mode 100644 drivers/clk/meson/a1.c
 create mode 100644 include/dt-bindings/clock/amlogic,a1-peripherals-clkc.h
 create mode 100644 include/dt-bindings/clock/amlogic,a1-pll-clkc.h

Comments

Neil Armstrong Sept. 28, 2023, 9:01 a.m. UTC | #1
On 25/09/2023 17:52, Igor Prusov wrote:
> This series adds dt-bindings and driver implementation for Amlogic A1
> PLL and Peripherals clock controllers.
> 
> V1: https://lore.kernel.org/all/20230917101308.1250-1-ivprusov@salutedevices.com/
> 
> V1 -> V2:
>   - Add more verbose comments for driver
> 
> Igor Prusov (2):
>    dt-bindings: clock: Add Amlogic A1 clock bindings
>    clk: Add clock driver for Amlogic A1
> 
>   arch/arm/include/asm/arch-meson/clock-a1.h    |  23 +
>   drivers/clk/meson/Kconfig                     |   8 +
>   drivers/clk/meson/Makefile                    |   1 +
>   drivers/clk/meson/a1.c                        | 723 ++++++++++++++++++
>   .../clock/amlogic,a1-peripherals-clkc.h       | 168 ++++
>   .../dt-bindings/clock/amlogic,a1-pll-clkc.h   |  25 +
>   6 files changed, 948 insertions(+)
>   create mode 100644 arch/arm/include/asm/arch-meson/clock-a1.h
>   create mode 100644 drivers/clk/meson/a1.c
>   create mode 100644 include/dt-bindings/clock/amlogic,a1-peripherals-clkc.h
>   create mode 100644 include/dt-bindings/clock/amlogic,a1-pll-clkc.h
> 

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

I'll apply it for next u-boot release,

Thanks,
Neil
Neil Armstrong Sept. 28, 2023, 9:08 a.m. UTC | #2
Hi,

On Mon, 25 Sep 2023 18:52:07 +0300, Igor Prusov wrote:
> This series adds dt-bindings and driver implementation for Amlogic A1
> PLL and Peripherals clock controllers.
> 
> V1: https://lore.kernel.org/all/20230917101308.1250-1-ivprusov@salutedevices.com/
> 
> V1 -> V2:
>  - Add more verbose comments for driver
> 
> [...]

Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next)

[1/2] dt-bindings: clock: Add Amlogic A1 clock bindings
      https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/afc86079bff6e2f70df3eee9c2c30be07d9f7082
[2/2] clk: Add clock driver for Amlogic A1
      https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/def23a39851d52cadd29854a33e3db29ee4a6d26