All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>
Cc: linux-amlogic@lists.infradead.org,
	patchwork-bot+notify@kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v2 0/4] soc: amlogic: clk-measure: add axg and g12a support
Date: Wed, 06 Feb 2019 19:38:16 -0800	[thread overview]
Message-ID: <7hwomcgtef.fsf@baylibre.com> (raw)
In-Reply-To: <bc1aa147-e08a-5bb2-9a3b-cf3dad3c0235@baylibre.com>

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 18/01/2019 11:34, Jerome Brunet wrote:
>> This patchset adds support for the axg and g12a SoC family in amlogic's
>> clock measure driver and enable it on the related devices
>> 
>> Changes since v1 [0]:
>> * re-order node in the g12a.dtsi
>> * change node name
>> 
>> [0]: https://lkml.kernel.org/r/20190117164838.8008-1-jbrunet@baylibre.com
>> 
>> Jerome Brunet (4):
>>   dt-bindings: amlogic: add new compatible devices to clk_measure
>>   soc: amlogic: clk-measure: add axg and g12a support
>>   arm64: dts: meson: axg: add clk measure support
>>   arm64: dts: meson: g12a: add clk measure support
>> 
>>  .../bindings/soc/amlogic/clk-measure.txt      |   2 +
>>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi    |   5 +
>>  arch/arm64/boot/dts/amlogic/meson-g12a.dtsi   |   5 +
>>  drivers/soc/amlogic/meson-clk-measure.c       | 194 ++++++++++++++++++
>>  4 files changed, 206 insertions(+)
>> 
>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

Queued for v5.1 (branch v5.1/dt64)

Kevin

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>
Cc: linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org,
	patchwork-bot+notify@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/4] soc: amlogic: clk-measure: add axg and g12a support
Date: Wed, 06 Feb 2019 19:38:16 -0800	[thread overview]
Message-ID: <7hwomcgtef.fsf@baylibre.com> (raw)
In-Reply-To: <bc1aa147-e08a-5bb2-9a3b-cf3dad3c0235@baylibre.com>

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 18/01/2019 11:34, Jerome Brunet wrote:
>> This patchset adds support for the axg and g12a SoC family in amlogic's
>> clock measure driver and enable it on the related devices
>> 
>> Changes since v1 [0]:
>> * re-order node in the g12a.dtsi
>> * change node name
>> 
>> [0]: https://lkml.kernel.org/r/20190117164838.8008-1-jbrunet@baylibre.com
>> 
>> Jerome Brunet (4):
>>   dt-bindings: amlogic: add new compatible devices to clk_measure
>>   soc: amlogic: clk-measure: add axg and g12a support
>>   arm64: dts: meson: axg: add clk measure support
>>   arm64: dts: meson: g12a: add clk measure support
>> 
>>  .../bindings/soc/amlogic/clk-measure.txt      |   2 +
>>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi    |   5 +
>>  arch/arm64/boot/dts/amlogic/meson-g12a.dtsi   |   5 +
>>  drivers/soc/amlogic/meson-clk-measure.c       | 194 ++++++++++++++++++
>>  4 files changed, 206 insertions(+)
>> 
>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

Queued for v5.1 (branch v5.1/dt64)

Kevin

  reply	other threads:[~2019-02-07  3:38 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-18 10:34 [PATCH v2 0/4] soc: amlogic: clk-measure: add axg and g12a support Jerome Brunet
2019-01-18 10:34 ` Jerome Brunet
2019-01-18 10:34 ` [PATCH v2 1/4] dt-bindings: amlogic: add new compatible devices to clk_measure Jerome Brunet
2019-01-18 10:34   ` Jerome Brunet
2019-01-18 21:56   ` Martin Blumenstingl
2019-01-18 21:56     ` Martin Blumenstingl
2019-01-21 17:11   ` Rob Herring
2019-01-21 17:11     ` Rob Herring
2019-01-21 17:11     ` Rob Herring
2019-01-18 10:34 ` [PATCH v2 2/4] soc: amlogic: clk-measure: add axg and g12a support Jerome Brunet
2019-01-18 10:34   ` Jerome Brunet
2019-01-18 21:53   ` Martin Blumenstingl
2019-01-18 21:53     ` Martin Blumenstingl
2019-01-18 10:34 ` [PATCH v2 3/4] arm64: dts: meson: axg: add clk measure support Jerome Brunet
2019-01-18 10:34   ` Jerome Brunet
2019-01-18 21:57   ` Martin Blumenstingl
2019-01-18 21:57     ` Martin Blumenstingl
2019-01-18 10:34 ` [PATCH v2 4/4] arm64: dts: meson: g12a: " Jerome Brunet
2019-01-18 10:34   ` Jerome Brunet
2019-01-18 21:59   ` Martin Blumenstingl
2019-01-18 21:59     ` Martin Blumenstingl
2019-01-18 10:52 ` [PATCH v2 0/4] soc: amlogic: clk-measure: add axg and g12a support Neil Armstrong
2019-01-18 10:52   ` Neil Armstrong
2019-02-07  3:38   ` Kevin Hilman [this message]
2019-02-07  3:38     ` Kevin Hilman

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=7hwomcgtef.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jbrunet@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=narmstrong@baylibre.com \
    --cc=patchwork-bot+notify@kernel.org \
    /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.