mbox series

[GIT,PULL] gpio: fixes for v5.9 - last batch

Message ID 20200930092426.9559-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.9 - last batch | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.9

Message

Bartosz Golaszewski Sept. 30, 2020, 9:24 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

Please pull one more fix for v5.9 release.

The following changes since commit 3e640b1eec38e4c8eba160f26cba4f592e657f3d:

  gpio: aspeed: fix ast2600 bank properties (2020-09-24 15:37:18 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.9

for you to fetch changes up to d25e8fdebdad84219b498873300b7f11dd915b88:

  gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION (2020-09-28 12:22:04 +0200)

----------------------------------------------------------------
gpio fixes for v5.9

- correct logic of GPIO_LINE_DIRECTION in gpio-amd-fch

----------------------------------------------------------------
Ed Wildgoose (1):
      gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION

 drivers/gpio/gpio-amd-fch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij Sept. 30, 2020, 9:38 a.m. UTC | #1
On Wed, Sep 30, 2020 at 11:24 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> Please pull one more fix for v5.9 release.

Pulled in to my "fixes" branch.

Yours,
Linus Walleij