All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
To: Antoine Tenart <antoine.tenart@free-electrons.com>,
	thierry.reding@gmail.com
Cc: zmxu@marvell.com, jszhang@marvell.com,
	linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7 3/5] ARM: berlin: add a PWM node on the BG2Q
Date: Mon, 05 Oct 2015 20:19:53 +0200	[thread overview]
Message-ID: <5612BF49.6020607@gmail.com> (raw)
In-Reply-To: <1443797990-10809-4-git-send-email-antoine.tenart@free-electrons.com>

On 02.10.2015 16:59, Antoine Tenart wrote:
> This patch adds a PWM node in the Berlin BG2Q device tree, using the
> newly added Berlin PWM driver.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
> ---
>   arch/arm/boot/dts/berlin2q.dtsi | 7 +++++++
>   1 file changed, 7 insertions(+)

Applied this and the next two for BG2 and BG2CD
to berlin/dt.

Thanks,
   Sebastian

> diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
> index 63a48490e2f9..5bfa71a87617 100644
> --- a/arch/arm/boot/dts/berlin2q.dtsi
> +++ b/arch/arm/boot/dts/berlin2q.dtsi
> @@ -477,6 +477,13 @@
>   			status = "disabled";
>   		};
>
> +		pwm: pwm@f20000 {
> +			compatible = "marvell,berlin-pwm";
> +			reg = <0xf20000 0x40>;
> +			clocks = <&chip_clk CLKID_CFG>;
> +			#pwm-cells = <3>;
> +		};
> +
>   		apb@fc0000 {
>   			compatible = "simple-bus";
>   			#address-cells = <1>;
>

WARNING: multiple messages have this Message-ID (diff)
From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 3/5] ARM: berlin: add a PWM node on the BG2Q
Date: Mon, 05 Oct 2015 20:19:53 +0200	[thread overview]
Message-ID: <5612BF49.6020607@gmail.com> (raw)
In-Reply-To: <1443797990-10809-4-git-send-email-antoine.tenart@free-electrons.com>

On 02.10.2015 16:59, Antoine Tenart wrote:
> This patch adds a PWM node in the Berlin BG2Q device tree, using the
> newly added Berlin PWM driver.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
> ---
>   arch/arm/boot/dts/berlin2q.dtsi | 7 +++++++
>   1 file changed, 7 insertions(+)

Applied this and the next two for BG2 and BG2CD
to berlin/dt.

Thanks,
   Sebastian

> diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
> index 63a48490e2f9..5bfa71a87617 100644
> --- a/arch/arm/boot/dts/berlin2q.dtsi
> +++ b/arch/arm/boot/dts/berlin2q.dtsi
> @@ -477,6 +477,13 @@
>   			status = "disabled";
>   		};
>
> +		pwm: pwm at f20000 {
> +			compatible = "marvell,berlin-pwm";
> +			reg = <0xf20000 0x40>;
> +			clocks = <&chip_clk CLKID_CFG>;
> +			#pwm-cells = <3>;
> +		};
> +
>   		apb at fc0000 {
>   			compatible = "simple-bus";
>   			#address-cells = <1>;
>

  reply	other threads:[~2015-10-05 18:19 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-02 14:59 [PATCH v7 0/5] ARM: berlin: PWM support Antoine Tenart
2015-10-02 14:59 ` Antoine Tenart
2015-10-02 14:59 ` [PATCH v7 1/5] Documentation: bindings: document the Berlin PWM driver Antoine Tenart
2015-10-02 14:59   ` Antoine Tenart
2015-10-05 14:29   ` Thierry Reding
2015-10-05 14:29     ` Thierry Reding
2015-10-02 14:59 ` [PATCH v7 2/5] pwm: add the Berlin pwm controller driver Antoine Tenart
2015-10-02 14:59   ` Antoine Tenart
2015-10-02 14:59   ` Antoine Tenart
2015-10-05 14:30   ` Thierry Reding
2015-10-05 14:30     ` Thierry Reding
2015-10-06 19:56     ` [PATCH] pwm: berlin: fix build warning Arnd Bergmann
2015-10-06 19:56       ` Arnd Bergmann
2015-10-02 14:59 ` [PATCH v7 3/5] ARM: berlin: add a PWM node on the BG2Q Antoine Tenart
2015-10-02 14:59   ` Antoine Tenart
2015-10-05 18:19   ` Sebastian Hesselbarth [this message]
2015-10-05 18:19     ` Sebastian Hesselbarth
2015-10-02 14:59 ` [PATCH v7 4/5] ARM: berlin: add a PWM node on the BG2 Antoine Tenart
2015-10-02 14:59   ` Antoine Tenart
2015-10-02 14:59   ` Antoine Tenart
2015-10-02 14:59 ` [PATCH v7 5/5] ARM: berlin: add a PWM node on the BG2CD Antoine Tenart
2015-10-02 14:59   ` Antoine Tenart

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=5612BF49.6020607@gmail.com \
    --to=sebastian.hesselbarth@gmail.com \
    --cc=antoine.tenart@free-electrons.com \
    --cc=jszhang@marvell.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=zmxu@marvell.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.