[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210121095246.11061-1-brgl@bgdev.pl>
Date: Thu, 21 Jan 2021 10:52:46 +0100
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linus Walleij <linus.walleij@...aro.org>,
linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org,
Bartosz Golaszewski <brgl@...ev.pl>
Subject: [GIT PULL] gpio: fixes for v5.11-rc5
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(-)
Powered by blists - more mailing lists