[PATCH 2/4] pinctrl: Allow pinctrl to have multiple active states
Stephen Warren
swarren at wwwdotorg.org
Wed Jul 17 16:55:27 EDT 2013
On 07/16/2013 03:05 AM, Tony Lindgren wrote:
> It's quite common that we need to dynamically change some pins for a
> device for runtime PM, or toggle a pin between rx and tx. Changing all
> the pins for a device is not efficient way of doing it.
>
> So let's allow setting up multiple active states for pinctrl. Currently
> we only need PINCTRL_STATIC and PINCTRL_DYNAMIC, where PINCTRL_STATIC
> covers the current default pins, and PINCTRL_DYNAMIC holds the dynamic
> pins that need to be toggled.
> diff --git a/drivers/pinctrl/core.h b/drivers/pinctrl/core.h
> +enum pinctr_states {
s/pinctr/pinctrl/
More information about the linux-arm-kernel
mailing list