[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAN1soZwhd=1bsKumvYg0hw9m-kRNb6Mio7GzOFk-d3dZZ-+pXA@mail.gmail.com>
Date: Wed, 4 Jan 2012 10:20:41 +0800
From: Haojian Zhuang <haojian.zhuang@...il.com>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: Haojian Zhuang <haojian.zhuang@...vell.com>, swarren@...dia.com,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
eric.y.miao@...il.com, linux@....linux.org.uk, arnd@...db.de
Subject: Re: [PATCH v3 1/3] pinctrl: enable pinmux for mmp series
On Sun, Jan 1, 2012 at 10:15 PM, Linus Walleij <linus.walleij@...aro.org> wrote:
> On Thu, Dec 22, 2011 at 9:17 AM, Haojian Zhuang
> <haojian.zhuang@...vell.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists