All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] gpio fixes for the v5.5 series
@ 2019-12-25 23:07 Linus Walleij
  2019-12-27 19:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2019-12-25 23:07 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, open list:GPIO SUBSYSTEM, Bartosz Golaszewski

Hi Linus,

here are some slightly overly ripe first GPIO fixes for the v5.5
series. A bit late and too many because christmas stress.
Not too many lines though.

Please pull them in!

Yours,
Linus Walleij

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/linusw/linux-gpio.git
tags/gpio-v5.5-2

for you to fetch changes up to 286e7beaa4cc7734894ee214569de4669ed9891e:

  gpio: tegra186: Allow building on Tegra194-only configurations
(2019-12-16 11:16:57 +0100)

----------------------------------------------------------------
A set of fixes for the v5.5 series:

- Fix the build for the Xtensa driver.

- Make sure to set up the parent device for mpc8xxx.

- Clarify the look-up error message.

- Fix the usage of the line direction in the mockup device.

- Fix a type warning on the Aspeed driver.

- Remove the pointless __exit annotation on the xgs-iproc which
  is causing a compilation problem.

- Fix up emultation of open drain outputs .get_direction()

- Fix the IRQ callbacks on the PCA953xx to use bitops and
  work properly.

- Fix the Kconfig on the Tegra driver.

----------------------------------------------------------------
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

Geert Uytterhoeven (1):
      gpio: Fix error message on out-of-range GPIO in lookup table

Johnson CH Chen (陳昭勳) (1):
      gpio: mpc8xxx: Add platform device to gpiochip->parent

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

Linus Walleij (1):
      Merge tag 'gpio-v5.5-rc2-fixes-for-linus' of
git://git.kernel.org/.../brgl/linux into fixes

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

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

Thierry Reding (1):
      gpio: tegra186: Allow building on Tegra194-only configurations

 MAINTAINERS                      |  1 +
 drivers/gpio/Kconfig             |  4 ++--
 drivers/gpio/gpio-aspeed-sgpio.c |  2 +-
 drivers/gpio/gpio-mockup.c       |  7 +++++--
 drivers/gpio/gpio-mpc8xxx.c      |  1 +
 drivers/gpio/gpio-pca953x.c      | 26 ++++++++++----------------
 drivers/gpio/gpio-xgs-iproc.c    |  2 +-
 drivers/gpio/gpio-xtensa.c       |  7 +++----
 drivers/gpio/gpiolib.c           | 13 +++++++++++--
 9 files changed, 35 insertions(+), 28 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] gpio fixes for the v5.5 series
  2019-12-25 23:07 [GIT PULL] gpio fixes for the v5.5 series Linus Walleij
@ 2019-12-27 19:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-12-27 19:45 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, linux-kernel, open list:GPIO SUBSYSTEM,
	Bartosz Golaszewski

The pull request you sent on Thu, 26 Dec 2019 00:07:39 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.5-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a305bd7c9c22e2f127b0674104acfa8133e3cd26

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-27 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-25 23:07 [GIT PULL] gpio fixes for the v5.5 series Linus Walleij
2019-12-27 19:45 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.