mbox series

[GIT,PULL] intel-pinctrl for 5.8-2

Message ID 20200627184612.GA26954@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-pinctrl for 5.8-2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.8-2

Message

Andy Shevchenko June 27, 2020, 6:46 p.m. UTC
Hi Linus,

One fix for Baytrail for v5.8 cycle. Shouldn't be any conflicts.


Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.8-2

for you to fetch changes up to 45c11a927606c612e4898a9484867b71318699f6:

  pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH) (2020-06-26 14:20:00 +0300)

----------------------------------------------------------------
intel-pinctrl for v5.8-2

* Fix output pin value handling on Intel Baytrail

The following is an automated git shortlog grouped by driver:

baytrail:
 -  Fix pin being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH)

----------------------------------------------------------------
Hans de Goede (1):
      pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH)

 drivers/pinctrl/intel/pinctrl-baytrail.c | 67 +++++++++++++++++++++++++-------
 1 file changed, 53 insertions(+), 14 deletions(-)

Comments

Linus Walleij June 27, 2020, 11:09 p.m. UTC | #1
On Sat, Jun 27, 2020 at 8:46 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> One fix for Baytrail for v5.8 cycle. Shouldn't be any conflicts.

Pulled in for fixes, thanks for this fix!

Yours,
Linus Walleij