[GIT PULL] pin control fixes for v4.11

From: Linus Walleij
Date: Fri Mar 10 2017 - 18:30:07 EST


Hi Linus,

a first round of pin control fixes for v4.11. I've been busy so there
is likely more in the pipe than these two driver fixes, but no reason
to keep them waiting so, please pull them in!

Yours,
Linus Walleij

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v4.11-2

for you to fetch changes up to 96e1ce8fcd66d850196758c038bd9d6f7857c518:

pinctrl: uniphier: change pin names of aio/xirq for LD11 (2017-03-06
14:38:05 +0100)

----------------------------------------------------------------
Two smaller pin control fixes for the v4.11 series:

- Add a get_direction() function to the qcom driver.

- Fix two pin names in the uniphier driver.

----------------------------------------------------------------
Kunihiko Hayashi (1):
pinctrl: uniphier: change pin names of aio/xirq for LD11

Timur Tabi (1):
pinctrl: qcom: add get_direction function

drivers/pinctrl/qcom/pinctrl-msm.c | 15 +++++++++++++++
drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c | 12 ++++++------
2 files changed, 21 insertions(+), 6 deletions(-)