mbox series

[GIT,PULL] gpio: fixes for v5.1-rc3

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-v5.1-rc3-fixes-for-linus

Message

Bartosz Golaszewski March 28, 2019, 5:11 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

below are more patches I picked up this week. Details in the signed tag.

The following changes since commit b45a02e13ee74b6fde56df4d76786058821a3aba:

  gpio: amd-fch: Fix bogus SPDX identifier (2019-03-22 16:48:47 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-v5.1-rc3-fixes-for-linus

for you to fetch changes up to ce9fb53c72834646f26ecb2213e40e6876048f87:

  gpio: mockup: use simple_read_from_buffer() in debugfs read callback (2019-03-28 18:04:53 +0100)

----------------------------------------------------------------
gpio fixes for v5.1-rc3

- fix for a potential NULL-pointer dereference in the aspeed driver
- revert of the commit using the new gpio_set_config() when setting
  debaunce and transitory state config as it caused a regression in
  the aspeed driver
- two fixes for gpio-mockup for debugfs problems introduced in the
  last merge window

----------------------------------------------------------------
Andrew Jeffery (1):
      Revert "gpio: use new gpio_set_config() helper in more places"

Bartosz Golaszewski (2):
      gpio: mockup: fix debugfs read
      gpio: mockup: use simple_read_from_buffer() in debugfs read callback

Kangjie Lu (1):
      gpio: aspeed: fix a potential NULL pointer dereference

 drivers/gpio/gpio-aspeed.c |  2 ++
 drivers/gpio/gpio-mockup.c | 10 +++-------
 drivers/gpio/gpiolib.c     |  4 ++--
 3 files changed, 7 insertions(+), 9 deletions(-)

Comments

Linus Walleij March 29, 2019, 10:23 a.m. UTC | #1
On Thu, Mar 28, 2019 at 6:11 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> below are more patches I picked up this week. Details in the signed tag.

Excellent, pulled in and pushed for next, I will prep a pull request to Torvalds
shortly.

I'm very grateful for you efforts picking up these fixes when I have been
absent/busy.

Yours,
Linus Walleij