mbox series

[GIT,PULL] gpio: fixes for v5.5-rc2

Message ID 20191213102600.12861-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.5-rc2 | expand

Pull-request

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

Message

Bartosz Golaszewski Dec. 13, 2019, 10:26 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

please pull the following fixes picked up since the merge window.

Bartosz

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2688302bf1924ebccab2a3b298dd50b4f744d48d:

  gpio: pca953x: Switch to bitops in IRQ callbacks (2019-12-11 10:48:49 +0100)

----------------------------------------------------------------
gpio fixes for v5.5-rc2

- fix gpio-xtensa build failure
- fix a regression in gpio-mockup
- fix a gcc warning in gpio-aspeed
- fix a section mismatch problem in xgs-iproc
- fix a problem with emulated open-drain outputs in gpiolib core
- switch to bitops in gpio-pca953x after converting the driver to
  using bitmap
- add a missed file to MAINTAINERS entry

----------------------------------------------------------------
Andy Shevchenko (2):
      MAINTAINERS: Append missed file to the database
      gpio: pca953x: Switch to bitops in IRQ callbacks

Arnd Bergmann (2):
      gpio: aspeed: avoid return type warning
      gpio: xgs-iproc: remove __exit annotation for iproc_gpio_remove

Kent Gibson (1):
      gpio: mockup: Fix usage of new GPIO_LINE_DIRECTION

Max Filippov (1):
      gpio: xtensa: fix driver build

Russell King (1):
      gpiolib: fix up emulated open drain outputs

 MAINTAINERS                      |  1 +
 drivers/gpio/gpio-aspeed-sgpio.c |  2 +-
 drivers/gpio/gpio-mockup.c       |  7 +++++--
 drivers/gpio/gpio-pca953x.c      | 26 ++++++++++----------------
 drivers/gpio/gpio-xgs-iproc.c    |  2 +-
 drivers/gpio/gpio-xtensa.c       |  7 +++----
 drivers/gpio/gpiolib.c           |  8 ++++++++
 7 files changed, 29 insertions(+), 24 deletions(-)

Comments

Linus Walleij Dec. 13, 2019, 1:25 p.m. UTC | #1
On Fri, Dec 13, 2019 at 11:26 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> Linus,
>
> please pull the following fixes picked up since the merge window.

Pulled in to my "fixes" branch, thanks a lot for the help!!

Yours,
Linus Walleij