From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [GIT PULL] gpio: fixes for v5.11-rc5
Date: Thu, 21 Jan 2021 10:52:46 +0100 [thread overview]
Message-ID: <20210121095246.11061-1-brgl@bgdev.pl> (raw)
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(-)
next reply other threads:[~2021-01-21 9:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-21 9:52 Bartosz Golaszewski [this message]
2021-01-21 19:48 ` [GIT PULL] gpio: fixes for v5.11-rc5 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=20210121095246.11061-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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