u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: "Neil Armstrong" <neil.armstrong@linaro.org>
To: Igor Prusov <ivprusov@salutedevices.com>,
	Lukasz Majewski <lukma@denx.de>,
	Sean Anderson <seanga2@gmail.com>, Simon Glass <sjg@chromium.org>
Cc: prusovigor@gmail.com, kernel@sberdevices.ru,
	u-boot-amlogic@groups.io, u-boot@lists.denx.de
Subject: Re: [PATCH v2 0/2] clk: amlogic: a1: Add Amlogic A1 clock driver
Date: Thu, 28 Sep 2023 11:01:43 +0200	[thread overview]
Message-ID: <e7b32c24-0097-4611-a2da-f32bccb81aa8@linaro.org> (raw)
In-Reply-To: <20230925155209.130671-1-ivprusov@salutedevices.com>

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

  parent reply	other threads:[~2023-09-28  9:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-25 15:52 [PATCH v2 0/2] clk: amlogic: a1: Add Amlogic A1 clock driver Igor Prusov
2023-09-25 15:52 ` [PATCH v2 1/2] dt-bindings: clock: Add Amlogic A1 clock bindings Igor Prusov
2023-09-25 15:52 ` [PATCH v2 2/2] clk: Add clock driver for Amlogic A1 Igor Prusov
2023-09-28  9:01 ` Neil Armstrong [this message]
2023-09-28  9:08 ` [PATCH v2 0/2] clk: amlogic: a1: Add Amlogic A1 clock driver Neil Armstrong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e7b32c24-0097-4611-a2da-f32bccb81aa8@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=ivprusov@salutedevices.com \
    --cc=kernel@sberdevices.ru \
    --cc=lukma@denx.de \
    --cc=prusovigor@gmail.com \
    --cc=seanga2@gmail.com \
    --cc=sjg@chromium.org \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).