From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
To: Antoine Tenart <antoine.tenart@free-electrons.com>,
linus.walleij@linaro.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] pinctrl: add helpers for group based drivers
Date: Sat, 25 Oct 2014 12:44:48 +0200 [thread overview]
Message-ID: <544B7F20.40301@gmail.com> (raw)
In-Reply-To: <1413792260-4265-1-git-send-email-antoine.tenart@free-electrons.com>
On 20.10.2014 10:04, Antoine Tenart wrote:
> Linus, Sebastian,
>
> As discussed earlier this year[1], this series introduce helpers for group based
> pinctrl drivers:
> - of_pinctrl_utils_read_function(): reads the function name of a
> specified node, and gets the number of groups it should be
> applied to.
> - of_pinctrl_for_each_function_group(): navigates through the groups of
> a specified node, reading at each iteration the name of the current
> group.
>
> A generic function to parse nodes for group based drivers is also added, and
> then used in the Berlin pinctrl driver:
> - pinconf_generic_function_groups_dt_node_to_map()
>
> [1] https://lkml.org/lkml/2014/5/17/38
Antoine,
thanks for looking into this!
From Berlin POV,
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> Antoine Tenart (4):
> Documentation: bindings: pinctrl: document the generic groups property
> pinctrl: add helpers for group based drivers
> pinctrl: add a generic way to map node to map for group based drivers
> pinctrl: berlin: use the generic node to map function
>
> .../bindings/pinctrl/pinctrl-bindings.txt | 1 +
> drivers/pinctrl/berlin/Kconfig | 1 +
> drivers/pinctrl/berlin/berlin.c | 53 +---------------------
> drivers/pinctrl/pinconf-generic.c | 36 +++++++++++++++
> drivers/pinctrl/pinctrl-utils.c | 26 +++++++++++
> drivers/pinctrl/pinctrl-utils.h | 9 ++++
> include/linux/pinctrl/pinconf-generic.h | 3 ++
> 7 files changed, 78 insertions(+), 51 deletions(-)
>
prev parent reply other threads:[~2014-10-25 19:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-20 8:04 Antoine Tenart
2014-10-20 8:04 ` [PATCH 1/4] Documentation: bindings: pinctrl: document the generic groups property Antoine Tenart
2014-10-28 15:29 ` Linus Walleij
2014-10-28 15:33 ` Linus Walleij
2014-10-20 8:04 ` [PATCH 2/4] pinctrl: add helpers for group based drivers Antoine Tenart
2014-10-28 15:38 ` Linus Walleij
2014-10-30 19:48 ` Antoine Tenart
2014-11-03 13:25 ` Linus Walleij
2014-10-20 8:04 ` [PATCH 3/4] pinctrl: add a generic way to map node to map " Antoine Tenart
2014-10-28 15:40 ` Linus Walleij
2014-10-20 8:04 ` [PATCH 4/4] pinctrl: berlin: use the generic node to map function Antoine Tenart
2014-10-28 15:41 ` Linus Walleij
2014-10-25 10:44 ` Sebastian Hesselbarth [this message]
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=544B7F20.40301@gmail.com \
--to=sebastian.hesselbarth@gmail.com \
--cc=antoine.tenart@free-electrons.com \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome