lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 1 Jan 2012 15:15:51 +0100
From:	Linus Walleij <linus.walleij@...aro.org>
To:	Haojian Zhuang <haojian.zhuang@...vell.com>
Cc:	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 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.

Thanks,
Linus Walleij
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ