linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/3] pinctrl: enable pinmux for mmp series
Date: Sun, 1 Jan 2012 15:15:51 +0100	[thread overview]
Message-ID: <CACRpkdbvta3chYeMS=J94ehaOcEXp1OBnU74qSSCAO--PbehLg@mail.gmail.com> (raw)
In-Reply-To: <1324541855-19911-2-git-send-email-haojian.zhuang@marvell.com>

On Thu, Dec 22, 2011 at 9:17 AM, Haojian Zhuang
<haojian.zhuang@marvell.com> wrote:

> Support PXA168/PXA910/MMP2 pinmux. Now only support function switch.

(...)

> +config PINCTRL_PXA3xx
> + ? ? ? bool
> + ? ? ? select PINMUX
> +

Good,

> +config PINMUX_MMP2
> + ? ? ? bool "MMP2 pinmux driver"
> + ? ? ? depends on ARCH_MMP
> + ? ? ? select PINCTRL_PXA3xx
> + ? ? ? select PINCONF
> +
> +config PINMUX_PXA168
> + ? ? ? bool "PXA168 pinmux driver"
> + ? ? ? depends on ARCH_MMP
> + ? ? ? select PINCTRL_PXA3xx
> + ? ? ? select PINCONF
> +
> +config PINMUX_PXA910
> + ? ? ? bool "PXA910 pinmux driver"
> + ? ? ? depends on ARCH_MMP
> + ? ? ? select PINCTRL_PXA3xx
> + ? ? ? select PINCONF
> +

Please rename these PINCTRL_* too.

Thanks,
Linus Walleij

  parent reply	other threads:[~2012-01-01 14:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-22  8:17 [PATCH v3 0/3] implement pinmux for arch-mmp Haojian Zhuang
2011-12-22  8:17 ` [PATCH v3 2/3] ARM: mmp: enable pinmux in mmp platform Haojian Zhuang
2012-01-01 14:19   ` Linus Walleij
2011-12-22  8:17 ` [PATCH v3 3/3] gpio: pxa: request pinmux function for gpio Haojian Zhuang
2012-01-01 14:22   ` Linus Walleij
     [not found] ` <1324541855-19911-2-git-send-email-haojian.zhuang@marvell.com>
2012-01-01 14:14   ` [PATCH v3 1/3] pinctrl: enable pinmux for mmp series Linus Walleij
2012-01-01 14:15   ` Linus Walleij [this message]
2012-01-04  2:20     ` Haojian Zhuang

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='CACRpkdbvta3chYeMS=J94ehaOcEXp1OBnU74qSSCAO--PbehLg@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --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).