[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220722153344.151561-1-brgl@bgdev.pl>
Date: Fri, 22 Jul 2022 17:33:44 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
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.19-rc8
Linus,
Please pull the following set of fixes for the upcoming rc.
Thanks!
Bartosz Golaszewski
The following changes since commit ff6992735ade75aae3e35d16b17da1008d753d28:
Linux 5.19-rc7 (2022-07-17 13:30:22 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.19-rc8
for you to fetch changes up to 32c094a09d5829ad9b02cdf667569aefa8de0ea6:
gpio: gpio-xilinx: Fix integer overflow (2022-07-22 09:17:03 +0200)
----------------------------------------------------------------
gpio fixes for v5.19-rc8
- fix several regmap usage issues in gpio-pca953x
- fix out-of-tree build for GPIO selftests
- fix integer overflow in gpio-xilinx
----------------------------------------------------------------
Haibo Chen (3):
gpio: pca953x: only use single read/write for No AI mode
gpio: pca953x: use the correct range when do regmap sync
gpio: pca953x: use the correct register address when regcache sync during init
Kent Gibson (1):
selftests: gpio: fix include path to kernel headers for out of tree builds
Srinivas Neeli (1):
gpio: gpio-xilinx: Fix integer overflow
drivers/gpio/gpio-pca953x.c | 22 ++++++++++++++--------
drivers/gpio/gpio-xilinx.c | 2 +-
tools/testing/selftests/gpio/Makefile | 2 +-
3 files changed, 16 insertions(+), 10 deletions(-)
Powered by blists - more mailing lists