From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] pinctrl: berlin: select the pinctrl driver according to the SoC used
Date: Thu, 15 Oct 2015 23:47:17 +0200 [thread overview]
Message-ID: <56201EE5.100@gmail.com> (raw)
In-Reply-To: <1444771901-24460-2-git-send-email-antoine.tenart@free-electrons.com>
On 13.10.2015 23:31, Antoine Tenart wrote:
> This patch prepares to remove the pinctrl driver selection from the
> mach-berlin Kconfig. To do so, bool is replaced by def_bool.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> ---
> drivers/pinctrl/berlin/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/pinctrl/berlin/Kconfig b/drivers/pinctrl/berlin/Kconfig
> index 740a13675fd1..7eb4bb615867 100644
> --- a/drivers/pinctrl/berlin/Kconfig
> +++ b/drivers/pinctrl/berlin/Kconfig
> @@ -6,15 +6,15 @@ config PINCTRL_BERLIN
> select REGMAP_MMIO
>
> config PINCTRL_BERLIN_BG2
> - bool
> + def_bool MACH_BERLIN_BG2
> select PINCTRL_BERLIN
>
> config PINCTRL_BERLIN_BG2CD
> - bool
> + def_bool MACH_BERLIN_BG2CD
> select PINCTRL_BERLIN
>
> config PINCTRL_BERLIN_BG2Q
> - bool
> + def_bool MACH_BERLIN_BG2Q
> select PINCTRL_BERLIN
>
> config PINCTRL_BERLIN_BG4CT
>
next prev parent reply other threads:[~2015-10-15 21:47 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-13 21:31 [PATCH 0/5] pinctrl: berlin: clean up Antoine Tenart
2015-10-13 21:31 ` [PATCH 1/5] pinctrl: berlin: select the pinctrl driver according to the SoC used Antoine Tenart
2015-10-15 21:47 ` Sebastian Hesselbarth [this message]
2015-10-16 14:09 ` Linus Walleij
2015-10-13 21:31 ` [PATCH 2/5] ARM: berlin: remove the pinctrl selection from the mach-berlin Kconfig Antoine Tenart
2015-10-16 14:19 ` Linus Walleij
2015-10-16 20:08 ` Sebastian Hesselbarth
2015-10-13 21:31 ` [PATCH 3/5] pinctrl: berlin: add explicit dependency on OF Antoine Tenart
2015-10-16 14:20 ` Linus Walleij
2015-10-13 21:31 ` [PATCH 4/5] pinctrl: berlin: Kconfig clean up Antoine Tenart
2015-10-15 21:46 ` Sebastian Hesselbarth
2015-10-16 6:39 ` Antoine Tenart
2015-10-16 14:22 ` Linus Walleij
2015-10-16 14:33 ` Antoine Tenart
2015-10-13 21:31 ` [PATCH 5/5] pinctrl: berlin: fix my family name spelling Antoine Tenart
2015-10-15 21:45 ` Sebastian Hesselbarth
2015-10-16 14:32 ` 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=56201EE5.100@gmail.com \
--to=sebastian.hesselbarth@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).