mbox series

[GIT,PULL] gpio: fixes for v5.11-rc5

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

Pull-request

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

Message

Bartosz Golaszewski Jan. 21, 2021, 9:52 a.m. UTC
Hello Linus,

This is my first pull-request sent directly to you. It contains a couple GPIO
fixes for this release cycle - nothing too urgent. Details are in the signed
tag.

Please pull,
Bartosz Golaszewski

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 298d75c9b18875d2d582dcd5145a45cac8d2bae2:

  gpio: tegra: Add missing dependencies (2021-01-19 13:37:10 +0100)

----------------------------------------------------------------
gpio fixes for v5.11-rc5

- rework the character device code to avoid a frame size warning
- fix printk format issues in gpio-tools
- warn on redefinition of the to_irq callback in core gpiolib code
- fix PWM period calculation in gpio-mvebu
- make gpio-sifive Kconfig entry consistent with other drivers
- fix a build issue in gpio-tegra

----------------------------------------------------------------
Baruch Siach (1):
      gpio: mvebu: fix pwm .get_state period calculation

Kent Gibson (3):
      gpiolib: cdev: fix frame size warning in gpio_ioctl()
      tools: gpio: fix %llu warning in gpio-event-mon.c
      tools: gpio: fix %llu warning in gpio-watch.c

Nikita Shubin (1):
      gpiolib: add a warning on gpiochip->to_irq defined

Randy Dunlap (1):
      gpio: sifive: select IRQ_DOMAIN_HIERARCHY rather than depend on it

Thierry Reding (1):
      gpio: tegra: Add missing dependencies

 drivers/gpio/Kconfig        |   5 +-
 drivers/gpio/gpio-mvebu.c   |  19 +++---
 drivers/gpio/gpiolib-cdev.c | 145 ++++++++++++++++++++++----------------------
 drivers/gpio/gpiolib.c      |   3 +
 tools/gpio/gpio-event-mon.c |   4 +-
 tools/gpio/gpio-watch.c     |   5 +-
 6 files changed, 93 insertions(+), 88 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 21, 2021, 7:48 p.m. UTC | #1
The pull request you sent on Thu, 21 Jan 2021 10:52:46 +0100:

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

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

Thank you!