linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Stephen Boyd <swboyd@chromium.org>
Subject: [GIT PULL] GPIO fixes for v5.6
Date: Thu, 13 Feb 2020 13:06:38 +0100	[thread overview]
Message-ID: <CACRpkdYAtMeqYaBGF__6dP7tOc_oh573Xtrxza-qcT7TtFNmSw@mail.gmail.com> (raw)

Hi Linus,

here are some first fixes for GPIO, evening out some bumps
in the merge window and making everything generally nice
early in the cycle.

One patch hits the drivers/spmi subsystem, the maintainer
of that subsystem explicitly asked me to merge this patch
through the GPIO tree.

Details in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a924eae75106258c0797706a0578c5af499c9ff5:

  gpio: sifive: fix static checker warning (2020-02-10 13:54:17 +0100)

----------------------------------------------------------------
GPIO fixes for the v5.6 kernel cycle:

- Revert two patches to gpio_do_set_config() and implement
  the proper solution that works, also drop an unecessary
  call in set_config()

- Fix up the lockdep class for hierarchical IRQ domains.

- Remove some bridge code for line directions.

- Fix a register access bug in the Xilinx driver.

----------------------------------------------------------------
Andy Shevchenko (1):
      MAINTAINERS: Sort entries in database for GPIO

Axel Lin (1):
      gpio: bd71828: Remove unneeded defines for GPIO_LINE_DIRECTION_IN/OUT

Bartosz Golaszewski (3):
      Revert "gpiolib: Remove duplicated function gpio_do_set_config()"
      Revert "gpiolib: remove set but not used variable 'config'"
      gpiolib: fix gpio_do_set_config()

Kent Gibson (1):
      gpiolib: remove unnecessary argument from set_config call

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

Paul Thomas (1):
      gpio: xilinx: Fix bug where the wrong GPIO register is written to

Stephen Boyd (1):
      spmi: pmic-arb: Set lockdep class for hierarchical irq domains

Yash Shah (1):
      gpio: sifive: fix static checker warning

 MAINTAINERS                  | 28 ++++++++++++++--------------
 drivers/gpio/gpio-bd71828.c  | 10 ----------
 drivers/gpio/gpio-sifive.c   |  6 +++---
 drivers/gpio/gpio-xilinx.c   |  5 +++--
 drivers/gpio/gpiolib.c       | 30 +++++++++++++++++++++++++-----
 drivers/spmi/spmi-pmic-arb.c |  4 ++++
 6 files changed, 49 insertions(+), 34 deletions(-)

             reply	other threads:[~2020-02-13 12:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-13 12:06 Linus Walleij [this message]
2020-02-13 22:40 ` [GIT PULL] GPIO fixes for v5.6 pr-tracker-bot
2020-03-25 19:00 Linus Walleij
2020-03-25 21:20 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACRpkdYAtMeqYaBGF__6dP7tOc_oh573Xtrxza-qcT7TtFNmSw@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=bgolaszewski@baylibre.com \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=swboyd@chromium.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).