Re: [PATCH v3 1/3] pinctrl: enable pinmux for mmp series

From: Haojian Zhuang
Date: Tue Jan 03 2012 - 21:20:43 EST


On Sun, Jan 1, 2012 at 10:15 PM, Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:
> On Thu, Dec 22, 2011 at 9:17 AM, Haojian Zhuang
> <haojian.zhuang@xxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/