From: haojian.zhuang@gmail.com (Haojian Zhuang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/3] pinctrl: enable pinmux for mmp series
Date: Wed, 4 Jan 2012 10:20:41 +0800 [thread overview]
Message-ID: <CAN1soZwhd=1bsKumvYg0hw9m-kRNb6Mio7GzOFk-d3dZZ-+pXA@mail.gmail.com> (raw)
In-Reply-To: <CACRpkdbvta3chYeMS=J94ehaOcEXp1OBnU74qSSCAO--PbehLg@mail.gmail.com>
On Sun, Jan 1, 2012 at 10:15 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> 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.
>
Changed file according to all comments in another patch series.
Thanks
Haojian
prev parent reply other threads:[~2012-01-04 2:20 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
2012-01-04 2:20 ` Haojian Zhuang [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='CAN1soZwhd=1bsKumvYg0hw9m-kRNb6Mio7GzOFk-d3dZZ-+pXA@mail.gmail.com' \
--to=haojian.zhuang@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).