OSDN Git Service

pinctrl: record a pin owner, not mux function, when requesting pins
authorStephen Warren <swarren@nvidia.com>
Mon, 20 Feb 2012 06:45:44 +0000 (23:45 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 22 Feb 2012 16:59:35 +0000 (17:59 +0100)
commit3cc70ed32cd6c5cb57de17bde615148ed7eda88f
treef9eb9c82c9b5862617cf2bf18a1cb3c96fddc968
parentb1eed4ece7064c361d6e03f6706d90e4e9dd7e96
pinctrl: record a pin owner, not mux function, when requesting pins

When pins are requested/acquired/got, some device becomes the owner of
their mux setting. At this point, it isn't certain which mux function
will be selected for the pin, since this may vary between each of the
device's states in the pinctrl mapping table. As such, we should record
the owning device, not what we think the initial mux setting will be,
when requesting pins.

This doesn't make a lot of difference right now since pinctrl_get gets
only one single device/state combination, but this will make a difference
when pinctrl_get gets all states, and pinctrl_select_state can switch
between states.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/core.h
drivers/pinctrl/pinmux.c