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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 03 Sep 2014 09:02:46 -0600 From: Stephen Warren <swarren@...dotorg.org> To: Linus Walleij <linus.walleij@...aro.org>, linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org CC: linux-gpio@...r.kernel.org, Fan Wu <fwu@...vell.com> Subject: Re: [PATCH] pinctrl: clean up after enable refactoring On 09/03/2014 05:05 AM, Linus Walleij wrote: > commit 2243a87d90b42eb38bc281957df3e57c712b5e56 > "pinctrl: avoid duplicated calling enable_pinmux_setting for a pin" > removed the .disable callback from the struct pinmux_ops, > making the .enable() callback the only remaining callback. > > However .enable() is a bad name as it seems to imply that a > muxing can also be disabled. Rename the callback to .set_mux() > and also take this opportunity to clean out any remaining > mentions of .disable() from the documentation. Acked-by: Stephen Warren <swarren@...dia.com> -- 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