All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Müller" <serveralex@gmail.com>
To: Kevin Hilman <khilman@baylibre.com>
Cc: Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org
Subject: Re: [PATCH 7/7] arm: amlogic: select meson8b clk driver
Date: Wed, 13 Jul 2016 19:53:12 +0200	[thread overview]
Message-ID: <41983A35-37D0-40D0-BFD2-1EF7DC655B93@gmail.com> (raw)
In-Reply-To: <m2inwiqwaa.fsf@baylibre.com>

Hi Kevin,=20

I did the proposed changes and rebased to integ.=20

Please review and let me know if I missed something.

Alex

> On 06 Jul 2016, at 23:41, Kevin Hilman <khilman@baylibre.com> wrote:
>=20
> Michael Turquette <mturquette@baylibre.com> writes:
>=20
>> Hi Alex,
>>=20
>> Quoting Alexander M=C3=BCller (2016-07-05 10:56:31)
>>> Select the Amlogic clk code for meson SoCs and the more specific =
meson8b clk
>>> driver for Amlogic meson8b.
>>>=20
>>> Signed-off-by: Alexander M=C3=BCller <serveralex@gmail.com>
>>=20
>> This patch isn't necessary as an alternative is already queued. See:
>> =
https://git.kernel.org/cgit/linux/kernel/git/mturquette/linux.git/commit/?=
h=3Dgxbb-dt-clk&id=3Dbae5d70ba6f8726ea6306aa07b7d2eb4357d3c81
>>=20
>> However, if you're basing on top of clk-next (or clk-s905) then you
>> won't see the three patches linked above because they are queued =
through
>> Kevin & Carlo via the amlogic tree.
>=20
> ...which you can find here[1] and specifically, the "integ" branch =
where
> I'm keeping the latest queued versions of various things merged =
together
> for easier testing.
>=20
> Kevin
>=20
> [1] =
https://git.kernel.org/cgit/linux/kernel/git/khilman/linux-amlogic.git/

WARNING: multiple messages have this Message-ID (diff)
From: serveralex@gmail.com (Alexander Müller)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 7/7] arm: amlogic: select meson8b clk driver
Date: Wed, 13 Jul 2016 19:53:12 +0200	[thread overview]
Message-ID: <41983A35-37D0-40D0-BFD2-1EF7DC655B93@gmail.com> (raw)
In-Reply-To: <m2inwiqwaa.fsf@baylibre.com>

Hi Kevin, 

I did the proposed changes and rebased to integ. 

Please review and let me know if I missed something.

Alex

> On 06 Jul 2016, at 23:41, Kevin Hilman <khilman@baylibre.com> wrote:
> 
> Michael Turquette <mturquette@baylibre.com> writes:
> 
>> Hi Alex,
>> 
>> Quoting Alexander M?ller (2016-07-05 10:56:31)
>>> Select the Amlogic clk code for meson SoCs and the more specific meson8b clk
>>> driver for Amlogic meson8b.
>>> 
>>> Signed-off-by: Alexander M?ller <serveralex@gmail.com>
>> 
>> This patch isn't necessary as an alternative is already queued. See:
>> https://git.kernel.org/cgit/linux/kernel/git/mturquette/linux.git/commit/?h=gxbb-dt-clk&id=bae5d70ba6f8726ea6306aa07b7d2eb4357d3c81
>> 
>> However, if you're basing on top of clk-next (or clk-s905) then you
>> won't see the three patches linked above because they are queued through
>> Kevin & Carlo via the amlogic tree.
> 
> ...which you can find here[1] and specifically, the "integ" branch where
> I'm keeping the latest queued versions of various things merged together
> for easier testing.
> 
> Kevin
> 
> [1] https://git.kernel.org/cgit/linux/kernel/git/khilman/linux-amlogic.git/

  reply	other threads:[~2016-07-13 17:53 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-05 17:56 [PATCH 0/7] Add Amlogic meson8b clock gates Alexander Müller
2016-07-05 17:56 ` Alexander Müller
2016-07-05 17:56 ` [PATCH 1/7] clk: meson: Rename meson8b-clkc.c to reflect gxbb naming convention Alexander Müller
2016-07-05 17:56   ` Alexander Müller
2016-07-05 18:55   ` Carlo Caione
2016-07-05 18:55     ` Carlo Caione
2016-07-05 19:15     ` Alexander Müller
2016-07-05 19:15       ` Alexander Müller
2016-07-05 17:56 ` [PATCH 2/7] meson: clk: Move register definitions to meson8b.h Alexander Müller
2016-07-05 17:56   ` Alexander Müller
2016-07-05 17:56 ` [PATCH 3/7] meson: clk: Rename register names according to Amlogic datasheet Alexander Müller
2016-07-05 17:56   ` Alexander Müller
2016-07-06  0:28   ` Michael Turquette
2016-07-06  0:28     ` Michael Turquette
2016-07-05 17:56 ` [PATCH 4/7] meson: clk: Add CLKIDs for DT binding Alexander Müller
2016-07-05 17:56   ` Alexander Müller
2016-07-06  0:33   ` Michael Turquette
2016-07-06  0:33     ` Michael Turquette
2016-07-05 17:56 ` [PATCH 5/7] gxbb: clk: Move MESON_GATE macro to gxbb Alexander Müller
2016-07-05 17:56   ` Alexander Müller
2016-07-06  0:36   ` Michael Turquette
2016-07-06  0:36     ` Michael Turquette
2016-07-13 17:43     ` Alexander Müller
2016-07-13 17:43       ` Alexander Müller
2016-07-13 21:25       ` Michael Turquette
2016-07-13 21:25         ` Michael Turquette
2016-07-05 17:56 ` [PATCH 6/7] meson: clk: Add support for clock gates Alexander Müller
2016-07-05 17:56   ` Alexander Müller
2016-07-05 18:01   ` Ben Dooks
2016-07-05 18:01     ` Ben Dooks
2016-07-06  0:51     ` Michael Turquette
2016-07-06  0:51       ` Michael Turquette
2016-07-06  7:35       ` Ben Dooks
2016-07-06  7:35         ` Ben Dooks
2016-07-06  8:11         ` Michael Turquette
2016-07-06  8:11           ` Michael Turquette
2016-07-06  8:50           ` Ben Dooks
2016-07-06  8:50             ` Ben Dooks
2016-07-06 20:36             ` Michael Turquette
2016-07-06 20:36               ` Michael Turquette
2016-07-05 17:56 ` [PATCH 7/7] arm: amlogic: select meson8b clk driver Alexander Müller
2016-07-05 17:56   ` Alexander Müller
2016-07-06  0:54   ` Michael Turquette
2016-07-06  0:54     ` Michael Turquette
2016-07-06 21:41     ` Kevin Hilman
2016-07-06 21:41       ` Kevin Hilman
2016-07-13 17:53       ` Alexander Müller [this message]
2016-07-13 17:53         ` Alexander Müller

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=41983A35-37D0-40D0-BFD2-1EF7DC655B93@gmail.com \
    --to=serveralex@gmail.com \
    --cc=khilman@baylibre.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.