]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: intel: Set pin direction properly
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 2 Jan 2017 12:07:22 +0000 (14:07 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 11 Jan 2017 12:49:05 +0000 (13:49 +0100)
commit17fab473693e8357a9aa6fee4fbed6c13a34bd81
tree20731f4618431c5fc27c0f0bfac7c08b34127186
parentecc8995363ee6231b32dad61c955b371b79cc4cf
pinctrl: intel: Set pin direction properly

There are two bits in the PADCFG0 register to configure direction, one per
TX/RX buffers.

For now we wrongly assume that the GPIO is always requested before it is being
used, which is not true when the GPIO is used through irqchip. In this case the
GPIO is never requested and we never enable RX buffer for it.

Fix this by setting both bits accordingly.

Reported-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/intel/pinctrl-intel.c