This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits e09c70f78d74 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 822bd8326d20 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits df3b40126a01 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds a39741d38c04 pinctrl: renesas: rzg2l: Use spin_{lock,unlock}_irq{save,restore} adds dff5c3de21e7 Merge tag 'renesas-pinctrl-fixes-for-v6.10-tag1' of git:// [...] adds 8da86499d4cd pinctrl: qcom: spmi-gpio: drop broken pm8008 support adds 550dec8593cd dt-bindings: pinctrl: qcom,pmic-gpio: drop pm8008 adds 03ecbe4bb618 pinctrl: tps6594: add missing support for LP8764 PMIC adds 61fef29ad120 pinctrl: bcm2835: Fix permissions of persist_gpio_outputs adds adec57ff8e66 pinctrl: fix deadlock in create_pinctrl() when handling -E [...] adds e8448a6c817c pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins adds 5ef6914e0bf5 pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins adds 01b4b1d1cec4 pinctrl: rockchip: use dedicated pinctrl type for RK3328 adds 4ea4d4808e34 pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set new 626737a5791b Merge tag 'pinctrl-v6.10-2' of git://git.kernel.org/pub/sc [...] adds a69ce592cbe0 Input: elantech - fix touchpad state on resume for Lenovo N24 adds 955af6355ddf Input: i8042 - add Ayaneo Kun to i8042 quirk table adds 9f0fad038212 Input: ili210x - fix ili251x_read_touch_data() return value adds cee77149ebe9 Input: xpad - add support for ASUS ROG RAIKIRI PRO adds 7c7b1be19b22 Input: ads7846 - use spi_device_id table new 55027e689933 Merge tag 'input-for-v6.10-rc5' of git://git.kernel.org/pu [...] new 52ae15738268 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 8e330fd2cca5 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 538d40c39669 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (e09c70f78d74) \ N -- N -- N refs/heads/fs-current (538d40c39669)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/pinctrl/qcom,pmic-gpio.yaml | 3 - drivers/input/joystick/xpad.c | 1 + drivers/input/mouse/elantech.c | 31 ++++++++++ drivers/input/serio/i8042-acpipnpio.h | 18 +++++- drivers/input/touchscreen/ads7846.c | 12 +++- drivers/input/touchscreen/ili210x.c | 4 +- drivers/pinctrl/bcm/pinctrl-bcm2835.c | 2 +- drivers/pinctrl/core.c | 2 +- drivers/pinctrl/pinctrl-rockchip.c | 68 +++++++++++++++++++--- drivers/pinctrl/pinctrl-rockchip.h | 1 + drivers/pinctrl/pinctrl-tps6594.c | 1 + drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 1 - drivers/pinctrl/renesas/pinctrl-rzg2l.c | 4 +- 13 files changed, 126 insertions(+), 22 deletions(-)