All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 11/17] pinctrl: uniphier: support per-pin input enable for new SoCs
Date: Tue, 31 May 2016 12:50:22 +0200	[thread overview]
Message-ID: <CACRpkdYUusdcLR2Q-KCwyg=_PDbLkrn22gvDx27nb9YhSdQnRw@mail.gmail.com> (raw)
In-Reply-To: <1464681923-7469-12-git-send-email-yamada.masahiro@socionext.com>

On Tue, May 31, 2016 at 10:05 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:

> Upcoming new pinctrl drivers for PH1-LD11 and PH-LD20 support input
> signal gating for each pin.  (While, existing ones only support it
> per pin-group.)  This commit updates the core part for that.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Patch applied.

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 11/17] pinctrl: uniphier: support per-pin input enable for new SoCs
Date: Tue, 31 May 2016 12:50:22 +0200	[thread overview]
Message-ID: <CACRpkdYUusdcLR2Q-KCwyg=_PDbLkrn22gvDx27nb9YhSdQnRw@mail.gmail.com> (raw)
In-Reply-To: <1464681923-7469-12-git-send-email-yamada.masahiro@socionext.com>

On Tue, May 31, 2016 at 10:05 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:

> Upcoming new pinctrl drivers for PH1-LD11 and PH-LD20 support input
> signal gating for each pin.  (While, existing ones only support it
> per pin-group.)  This commit updates the core part for that.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Patch applied.

Yours,
Linus Walleij

  reply	other threads:[~2016-05-31 10:50 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-31  8:05 [PATCH 00/17] pinctrl: uniphier: many clean-ups and support new pinctrl drivers Masahiro Yamada
2016-05-31  8:05 ` Masahiro Yamada
2016-05-31  8:05 ` Masahiro Yamada
2016-05-31  8:05 ` [PATCH 01/17] pinctrl: copy per-pin driver private data to struct pin_desc Masahiro Yamada
2016-05-31  8:58   ` Linus Walleij
2016-05-31  8:05 ` [PATCH 02/17] pinctrl: uniphier: rename function and variable names Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:36   ` Linus Walleij
2016-05-31 10:36     ` Linus Walleij
2016-05-31 10:36     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 03/17] pinctrl: uniphier: fix register offsets for drive strength control Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:38   ` Linus Walleij
2016-05-31 10:38     ` Linus Walleij
2016-05-31 10:38     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 04/17] pinctrl: uniphier: set pinctrl_desc owner in common probe function Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:38   ` Linus Walleij
2016-05-31 10:38     ` Linus Walleij
2016-05-31 10:38     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 05/17] pinctrl: uniphier: set pinctrl_desc name " Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:40   ` Linus Walleij
2016-05-31 10:40     ` Linus Walleij
2016-05-31 10:40     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 06/17] pinctrl: uniphier: allocate struct pinctrl_desc in " Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:41   ` Linus Walleij
2016-05-31 10:41     ` Linus Walleij
2016-05-31 10:41     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 07/17] pinctrl: uniphier: rename macros for drive strength control Masahiro Yamada
2016-05-31 10:45   ` Linus Walleij
2016-05-31 10:45     ` Linus Walleij
2016-05-31 10:45     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 08/17] pinctrl: uniphier: support 3-bit " Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:46   ` Linus Walleij
2016-05-31 10:46     ` Linus Walleij
2016-05-31 10:46     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 09/17] pinctrl: uniphier: support pin configuration in sparse pin space Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:47   ` Linus Walleij
2016-05-31 10:47     ` Linus Walleij
2016-05-31 10:47     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 10/17] pinctrl: uniphier: introduce capability flag Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:49   ` Linus Walleij
2016-05-31 10:49     ` Linus Walleij
2016-05-31 10:49     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 11/17] pinctrl: uniphier: support per-pin input enable for new SoCs Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:50   ` Linus Walleij [this message]
2016-05-31 10:50     ` Linus Walleij
2016-05-31 10:50     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 12/17] pinctrl: uniphier: support pin configuration for dedicated pins Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:51   ` Linus Walleij
2016-05-31 10:51     ` Linus Walleij
2016-05-31 10:51     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 13/17] pinctrl: uniphier: add dedicated pins to pin tables of PH1-LD4/sLD8 Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:52   ` Linus Walleij
2016-05-31 10:52     ` Linus Walleij
2016-05-31 10:52     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 14/17] pinctrl: uniphier: add System Bus pin-mux settings Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:53   ` Linus Walleij
2016-05-31 10:53     ` Linus Walleij
2016-05-31 10:53     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 15/17] pinctrl: uniphier: allow to have pinctrl node under syscon node Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:55   ` Linus Walleij
2016-05-31 10:55     ` Linus Walleij
2016-05-31 10:55     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 16/17] pinctrl: uniphier: add UniPhier PH1-LD11 pinctrl driver Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:57   ` Linus Walleij
2016-05-31 10:57     ` Linus Walleij
2016-05-31 10:57     ` Linus Walleij
2016-05-31  8:05 ` [PATCH 17/17] pinctrl: uniphier: add UniPhier PH1-LD20 " Masahiro Yamada
2016-05-31  8:05   ` Masahiro Yamada
2016-05-31 10:58   ` Linus Walleij
2016-05-31 10:58     ` Linus Walleij
2016-05-31 10:58     ` 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='CACRpkdYUusdcLR2Q-KCwyg=_PDbLkrn22gvDx27nb9YhSdQnRw@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yamada.masahiro@socionext.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.