From: "Alexander Müller" <serveralex@gmail.com>
To: Michael Turquette <mturquette@baylibre.com>,
linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org
Subject: Re: [PATCH v4 0/6] Add Amlogic meson8b clock gates
Date: Sat, 27 Aug 2016 19:42:26 +0200 [thread overview]
Message-ID: <b4db9b01-89ec-ec83-8e66-d88f03dda681@gmail.com> (raw)
In-Reply-To: <147208467939.32728.10815386393422927131@resonance>
Hi Mike,
The rebased patch series is on its way. Thanks!
Regards,
Alex
On 25/08/16 02:24, Michael Turquette wrote:
> Quoting Alexander Müller (2016-07-29 07:00:58)
>> This patch series adds support for the Amlogic meson8b clock gates. The Amlogic
>> U-Boot disables most of them at boot. In order to enable ethernet, USB and other
>> components it's mandatory to enable the clock gates when loading the corresponding
>> drivers.
>>
>> The meson8b clock gate support is based on the previous work done for Amlogic gxbb
>> currently available in clk-next.
>
> Hi Alexander,
>
> This series looks good to me. Can you rebase it against the
> clk-meson-gxbb-ao branch?
>
> git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-meson-gxbb-ao
>
> I'll merge it on top of that and Kevin and Carlo can pull it into the
> linux-amlogic tree if they feel like it.
>
> Regards,
> Mike
>
>>
>> Changes since v3:
>> - Include include/dt-bindings/clock/meson8b-clkc.h to prevent code duplicates
>>
>> Changes since v2:
>> - Added commit description for patch 2
>> - Changed CLK_NR_CLOCKS macro to constant int
>> - Moved back MESON_GATE macro to share it between gxbb and meson8b
>>
>> Changes since v1:
>> - Fixed GXBB spelling
>> - Moved newly introduced CLKID defines to private header
>> - Moved CLK_NR_CLKS define from DT binding to private header
>> - Rebased to linux-amlogic/v4.7/integ making Kconfig select obsolete
>>
>> Alexander Müller (6):
>> clk: meson: Rename meson8b-clkc.c to reflect gxbb naming convention
>> meson: clk: Move register definitions to meson8b.h
>> meson: clk: Rename register names according to Amlogic datasheet
>> clk: meson: Copy meson8b CLKID defines to private header file
>> gxbb: clk: Adjust MESON_GATE macro to be shared with meson8b
>> meson: clk: Add support for clock gates
>>
>> drivers/clk/meson/Makefile | 2 +-
>> drivers/clk/meson/clkc.h | 2 +-
>> drivers/clk/meson/gxbb.c | 162 ++++++-------
>> drivers/clk/meson/{meson8b-clkc.c => meson8b.c} | 293 +++++++++++++++++++++---
>> drivers/clk/meson/meson8b.h | 151 ++++++++++++
>> include/dt-bindings/clock/meson8b-clkc.h | 2 -
>> 6 files changed, 497 insertions(+), 115 deletions(-)
>> rename drivers/clk/meson/{meson8b-clkc.c => meson8b.c} (52%)
>> create mode 100644 drivers/clk/meson/meson8b.h
>>
>> --
>> 2.5.0
>>
prev parent reply other threads:[~2016-08-27 17:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-29 14:00 [PATCH v4 0/6] Add Amlogic meson8b clock gates Alexander Müller
2016-07-29 14:00 ` [PATCH v4 1/6] clk: meson: Rename meson8b-clkc.c to reflect gxbb naming convention Alexander Müller
2016-07-29 14:01 ` [PATCH v4 2/6] meson: clk: Move register definitions to meson8b.h Alexander Müller
2016-07-29 14:01 ` [PATCH v4 3/6] meson: clk: Rename register names according to Amlogic datasheet Alexander Müller
2016-07-29 14:01 ` [PATCH v4 4/6] clk: meson: Copy meson8b CLKID defines to private header file Alexander Müller
2016-07-29 14:01 ` [PATCH v4 5/6] gxbb: clk: Adjust MESON_GATE macro to be shared with meson8b Alexander Müller
2016-07-29 14:01 ` [PATCH v4 6/6] meson: clk: Add support for clock gates Alexander Müller
2016-08-25 0:24 ` [PATCH v4 0/6] Add Amlogic meson8b " Michael Turquette
2016-08-27 17:42 ` Alexander Müller [this message]
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=b4db9b01-89ec-ec83-8e66-d88f03dda681@gmail.com \
--to=serveralex@gmail.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@baylibre.com \
/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