Hi Linus,
here are some two pin control fixes for the v5.8
series.
Nothing special about them, please pull them in!
Yours,
Linus Walleij
The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:
Linux 5.8-rc2 (2020-06-21 15:45:29 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.8-3
for you to fetch changes up to f8e99dde21995d185e2379e34ea2b96acf85702b:
Merge tag 'intel-pinctrl-v5.8-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into fixes
(2020-06-28 01:08:21 +0200)
----------------------------------------------------------------
Pin control fixes for the v5.8 series:
- Fix an issue in the AMD driver for the UART0 group.
- Fix a glitch issue in the Baytrail pin controller.
----------------------------------------------------------------
Hans de Goede (1):
pinctrl: baytrail: Fix pin being driven low for a while on
gpiod_get(..., GPIOD_OUT_HIGH)
Jacky Hu (1):
pinctrl: amd: fix npins for uart0 in kerncz_groups
Linus Walleij (1):
Merge tag 'intel-pinctrl-v5.8-2' of
git://git.kernel.org/.../pinctrl/intel into fixes
drivers/pinctrl/intel/pinctrl-baytrail.c | 67 +++++++++++++++++++++++++-------
drivers/pinctrl/pinctrl-amd.h | 2 +-
2 files changed, 54 insertions(+), 15 deletions(-)