Linus, Please pull the last batch of GPIO driver fixes for this release cycle. Best Regards, Bartosz Golaszewski The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c: Linux 5.18-rc7 (2022-05-15 18:08:58 -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.18 for you to fetch changes up to 3ecb10175b1f776f076553c24e2689e42953fef5: gpio: mvebu/pwm: Refuse requests with inverted polarity (2022-05-20 16:46:56 +0200) ---------------------------------------------------------------- gpio: fixes for v5.18 - fix bitops logic in gpio-vf610 - return an error if the user tries to use inverted polarity in gpio-mvebu ---------------------------------------------------------------- Haibo Chen (1): gpio: gpio-vf610: do not touch other bits when set the target bit Uwe Kleine-König (1): gpio: mvebu/pwm: Refuse requests with inverted polarity drivers/gpio/gpio-mvebu.c | 3 +++ drivers/gpio/gpio-vf610.c | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-)