diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2015-05-27 14:11:54 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-06-01 13:57:05 +0200 |
commit | 8480c2e7b0484b8ec741bbb908455fce748f9798 (patch) | |
tree | b238e41e07668cfe7a0089f990ac41d4cf1bd7ac /drivers/input/joystick/maplecontrol.c | |
parent | 1133c6379c8a2af9d0825db621ce2f16c694a8fe (diff) | |
download | blackbird-op-linux-8480c2e7b0484b8ec741bbb908455fce748f9798.tar.gz blackbird-op-linux-8480c2e7b0484b8ec741bbb908455fce748f9798.zip |
pinctrl: tegra-xusb: Fix allocation of pins
Commit e5b3b2d9ed20 ("pinctrl: allows not to define the get_group_pins
operation") allows pin controllers not to register the get_group_pins()
function. However, a side-effect of not registering this function is
that pins are not allocated and potentially multiple devices could
attempt to configure the same pins [1]. Although this problem exists in
the pinctrl core, because only a few devices are impacted by this, fix
this for tegra-xusb by adding the get_group_pins() function.
Please note that in addition to adding the get_group_pins() functions
the pins/lanes for the tegra-xusb also need to be registered when
calling pinctrl_register(). This also allows the current pinmux state
to be viewed by the debugfs node "pinmux-pins" for the tegra-xusb pad
controller.
[1] http://www.spinics.net/lists/linux-gpio/msg05810.html
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/input/joystick/maplecontrol.c')
0 files changed, 0 insertions, 0 deletions