All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Cc: Carlo Caione <carlo@caione.org>,
	Kevin Hilman <khilman@baylibre.com>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"open list:ARM/Amlogic Meson..."
	<linux-amlogic@lists.infradead.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 1/4] pinctrl: meson: meson8: add the PWM pins
Date: Thu, 11 May 2017 16:03:38 +0200	[thread overview]
Message-ID: <CACRpkdYQ0wkG0_e1htvNc=8vrs3sa9AQC7b7jtAXbmSPAhSU-Q@mail.gmail.com> (raw)
In-Reply-To: <20170506165751.12442-2-martin.blumenstingl@googlemail.com>

On Sat, May 6, 2017 at 6:57 PM, Martin Blumenstingl
<martin.blumenstingl@googlemail.com> wrote:

> This adds the missing pins for the PWM controllers found in Amlogic
> Meson8 SoCs. This includes the pins for PWM_A, PWM_B, PWM_C, PWM_D,
> PWM_E and PWM_F controllers.
> There is an additional PWM function with the name PWM_VS in the vendor
> kernel sources which seems to be used for external video input. Thus
> it's not part of this change as the IP block behind the pwm-meson driver
> is not responsible for these pins.
>
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

Took out the older patch and applied this instead.

Yours,
Linus Walleij

WARNING: multiple messages have this Message-ID (diff)
From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/4] pinctrl: meson: meson8: add the PWM pins
Date: Thu, 11 May 2017 16:03:38 +0200	[thread overview]
Message-ID: <CACRpkdYQ0wkG0_e1htvNc=8vrs3sa9AQC7b7jtAXbmSPAhSU-Q@mail.gmail.com> (raw)
In-Reply-To: <20170506165751.12442-2-martin.blumenstingl@googlemail.com>

On Sat, May 6, 2017 at 6:57 PM, Martin Blumenstingl
<martin.blumenstingl@googlemail.com> wrote:

> This adds the missing pins for the PWM controllers found in Amlogic
> Meson8 SoCs. This includes the pins for PWM_A, PWM_B, PWM_C, PWM_D,
> PWM_E and PWM_F controllers.
> There is an additional PWM function with the name PWM_VS in the vendor
> kernel sources which seems to be used for external video input. Thus
> it's not part of this change as the IP block behind the pwm-meson driver
> is not responsible for these pins.
>
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

Took out the older patch and applied this instead.

Yours,
Linus Walleij

WARNING: multiple messages have this Message-ID (diff)
From: linus.walleij@linaro.org (Linus Walleij)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 1/4] pinctrl: meson: meson8: add the PWM pins
Date: Thu, 11 May 2017 16:03:38 +0200	[thread overview]
Message-ID: <CACRpkdYQ0wkG0_e1htvNc=8vrs3sa9AQC7b7jtAXbmSPAhSU-Q@mail.gmail.com> (raw)
In-Reply-To: <20170506165751.12442-2-martin.blumenstingl@googlemail.com>

On Sat, May 6, 2017 at 6:57 PM, Martin Blumenstingl
<martin.blumenstingl@googlemail.com> wrote:

> This adds the missing pins for the PWM controllers found in Amlogic
> Meson8 SoCs. This includes the pins for PWM_A, PWM_B, PWM_C, PWM_D,
> PWM_E and PWM_F controllers.
> There is an additional PWM function with the name PWM_VS in the vendor
> kernel sources which seems to be used for external video input. Thus
> it's not part of this change as the IP block behind the pwm-meson driver
> is not responsible for these pins.
>
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

Took out the older patch and applied this instead.

Yours,
Linus Walleij

  reply	other threads:[~2017-05-11 14:03 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-04 18:49 [PATCH 0/4] Meson8 pinctrl updates (PWM, I2S, SPDIF, AO pins) Martin Blumenstingl
2017-05-04 18:49 ` Martin Blumenstingl
2017-05-04 18:49 ` Martin Blumenstingl
2017-05-04 18:49 ` [PATCH 1/4] pinctrl: meson: meson8b: add the PWM pins Martin Blumenstingl
2017-05-04 18:49   ` Martin Blumenstingl
2017-05-04 18:49   ` Martin Blumenstingl
2017-05-11 13:46   ` Linus Walleij
2017-05-11 13:46     ` Linus Walleij
2017-05-11 13:46     ` Linus Walleij
2017-05-04 18:49 ` [PATCH 2/4] pinctrl: meson: meson8: add support for the I2S and SPDIF pins Martin Blumenstingl
2017-05-04 18:49   ` Martin Blumenstingl
2017-05-04 18:49   ` Martin Blumenstingl
2017-05-04 18:49 ` [PATCH 3/4] pinctrl: meson: meson8: add support for the AO remote output pin Martin Blumenstingl
2017-05-04 18:49   ` Martin Blumenstingl
2017-05-04 18:49   ` Martin Blumenstingl
2017-05-04 18:49 ` [PATCH 4/4] pinctrl: meson: meson8: add the AO HDMI CEC pin Martin Blumenstingl
2017-05-04 18:49   ` Martin Blumenstingl
2017-05-04 18:49   ` Martin Blumenstingl
2017-05-06 16:57 ` [PATCH v2 0/4] Meson8 pinctrl updates (PWM, I2S, SPDIF, AO pins) Martin Blumenstingl
2017-05-06 16:57   ` Martin Blumenstingl
2017-05-06 16:57   ` Martin Blumenstingl
2017-05-06 16:57   ` [PATCH v2 1/4] pinctrl: meson: meson8: add the PWM pins Martin Blumenstingl
2017-05-06 16:57     ` Martin Blumenstingl
2017-05-06 16:57     ` Martin Blumenstingl
2017-05-11 14:03     ` Linus Walleij [this message]
2017-05-11 14:03       ` Linus Walleij
2017-05-11 14:03       ` Linus Walleij
2017-05-06 16:57   ` [PATCH v2 2/4] pinctrl: meson: meson8: add support for the I2S and SPDIF pins Martin Blumenstingl
2017-05-06 16:57     ` Martin Blumenstingl
2017-05-06 16:57     ` Martin Blumenstingl
2017-05-11 14:06     ` Linus Walleij
2017-05-11 14:06       ` Linus Walleij
2017-05-11 14:06       ` Linus Walleij
2017-05-06 16:57   ` [PATCH v2 3/4] pinctrl: meson: meson8: add support for the AO remote output pin Martin Blumenstingl
2017-05-06 16:57     ` Martin Blumenstingl
2017-05-06 16:57     ` Martin Blumenstingl
2017-05-11 14:06     ` Linus Walleij
2017-05-11 14:06       ` Linus Walleij
2017-05-11 14:06       ` Linus Walleij
2017-05-06 16:57   ` [PATCH v2 4/4] pinctrl: meson: meson8: add the AO HDMI CEC pin Martin Blumenstingl
2017-05-06 16:57     ` Martin Blumenstingl
2017-05-06 16:57     ` Martin Blumenstingl
2017-05-11 14:07     ` Linus Walleij
2017-05-11 14:07       ` Linus Walleij
2017-05-11 14:07       ` Linus Walleij

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='CACRpkdYQ0wkG0_e1htvNc=8vrs3sa9AQC7b7jtAXbmSPAhSU-Q@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --cc=carlo@caione.org \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.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.