This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 964d069f93c4 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 928eedf013b2 Input: st1232 - fix off-by-one error in resolution handling new b999dbea06b9 Input: st1232 - do not read more bytes than needed new f605be6a57b4 Input: st1232 - wait until device is ready before reading [...] new a3a9060ecad0 Input: i8042 - unbreak Pegatron C15B new 60159e9e7bc7 Input: ili210x - implement pressure reporting for ILI251x new 698dc0cf9447 dt-bindings: input: adc-keys: clarify description new 25669e943e06 dt-bindings: input: touchscreen: goodix: Add binding for G [...] new 2dce6db70c77 Input: goodix - add support for Goodix GT9286 chip new 5d06f72dc29c Input: ariel-pwrbutton - remove unused variable ariel_pwrb [...] new 9bbd77d5bbc9 Input: xpad - sync supported devices with fork on GitHub new 7c2d18357f2c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new d8c6edfa3f4e USB: usblp: don't call usb_set_interface if there's a single alt new a55a9a4c5c62 usb: gadget: aspeed: add missing of_node_put new 1d69f9d901ef usb: xhci-mtk: fix unreleased bandwidth data new 43377df70480 USB: serial: cp210x: add new VID/PID for supporting Teraok [...] new 3c4f6ecd9344 USB: serial: cp210x: add pid/vid for WSDA-200-USB new e478d6029dca USB: serial: option: Adding support for Cinterion MV31 new 045aef3acf38 Merge tag 'usb-serial-5.11-rc6' of https://git.kernel.org/ [...] new 3e1f4a2e1184 USB: gadget: legacy: fix an error code in eth_bind() new 4d395c5e7439 thunderbolt: Fix possible NULL pointer dereference in tb_a [...] new 81219f80097e Merge tag 'thunderbolt-for-v5.11-rc7' of git://git.kernel. [...] new 9917f0e3cdba usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop() new 54f6a8af3722 usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints new a50ea34d6dd0 usb: xhci-mtk: break loop when find the endpoint to drop new 3241929b67d2 usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720 new d4a610635400 xhci: fix bounce buffer usage for non-sg list case new 0e5a3c8284a3 usb: dwc3: fix clock issue during resume in OTG mode new f670e9f9c8ca usb: dwc2: Fix endpoint direction check in ep_from_windex new 368afecbfb5e Merge tag 'usb-5.11-rc7' of git://git.kernel.org/pub/scm/l [...] new 39d3454c3513 ARM: footbridge: fix dc21285 PCI configuration accessors new 538eea5362a1 ARM: 9043/1: tegra: Fix misplaced tegra_uart_config in dec [...] new 9c698bff66ab ARM: ensure the signal page contains defined contents new 4d62e81b60d4 ARM: kexec: fix oops after TLB are invalidated new 4a7859ea098b Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm new 344717a14cd7 powerpc/sstep: Fix array out of bound warning new bce74491c300 powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.o new 66f0a9e058fa powerpc/vdso64: remove meaningless vgettimeofday.o build rule new 24321ac668e4 powerpc/64/signal: Fix regression in __kernel_sigtramp_rt6 [...] new f06279ea1908 Merge tag 'powerpc-5.11-7' of git://git.kernel.org/pub/scm [...] new 2ab543823322 riscv: virt_addr_valid must check the address belongs to l [...] new f105ea9890f4 RISC-V: Fix .init section permission update new eefb5f3ab2e8 riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWX new de5f4b8f634b RISC-V: Define MAXPHYSMEM_1GB only for RV32 new f7455e5d6897 Merge tag 'riscv-for-linus-5.11-rc7' of git://git.kernel.o [...]
The 44 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: .../devicetree/bindings/input/adc-keys.txt | 22 +++- .../bindings/input/touchscreen/goodix.yaml | 1 + arch/arm/include/asm/kexec-internal.h | 12 ++ arch/arm/include/debug/tegra.S | 54 ++++----- arch/arm/kernel/asm-offsets.c | 5 + arch/arm/kernel/machine_kexec.c | 20 ++-- arch/arm/kernel/relocate_kernel.S | 38 ++---- arch/arm/kernel/signal.c | 14 ++- arch/arm/mach-footbridge/dc21285.c | 12 +- arch/powerpc/kernel/Makefile | 4 +- arch/powerpc/kernel/vdso32/Makefile | 5 +- arch/powerpc/kernel/{vdso32 => }/vdso32_wrapper.S | 0 arch/powerpc/kernel/vdso64/Makefile | 8 +- arch/powerpc/kernel/vdso64/sigtramp.S | 11 +- arch/powerpc/kernel/vdso64/vdso64.lds.S | 2 +- arch/powerpc/kernel/{vdso64 => }/vdso64_wrapper.S | 0 arch/powerpc/lib/sstep.c | 14 ++- arch/riscv/Kconfig | 2 + arch/riscv/include/asm/page.h | 5 +- arch/riscv/include/asm/set_memory.h | 6 +- arch/riscv/kernel/setup.c | 4 +- drivers/input/joystick/xpad.c | 17 ++- drivers/input/misc/ariel-pwrbutton.c | 6 - drivers/input/serio/i8042-x86ia64io.h | 2 + drivers/input/touchscreen/goodix.c | 2 + drivers/input/touchscreen/ili210x.c | 26 +++-- drivers/input/touchscreen/st1232.c | 48 +++++++- drivers/thunderbolt/acpi.c | 2 +- drivers/usb/class/usblp.c | 19 +-- drivers/usb/dwc2/gadget.c | 8 +- drivers/usb/dwc3/core.c | 2 +- drivers/usb/gadget/legacy/ether.c | 4 +- drivers/usb/gadget/udc/aspeed-vhub/hub.c | 4 +- drivers/usb/host/xhci-mtk-sch.c | 130 +++++++++++++++------ drivers/usb/host/xhci-mtk.c | 2 + drivers/usb/host/xhci-mtk.h | 15 +++ drivers/usb/host/xhci-mvebu.c | 42 +++++++ drivers/usb/host/xhci-mvebu.h | 6 + drivers/usb/host/xhci-plat.c | 20 +++- drivers/usb/host/xhci-plat.h | 1 + drivers/usb/host/xhci-ring.c | 31 +++-- drivers/usb/host/xhci.c | 8 +- drivers/usb/host/xhci.h | 4 + drivers/usb/renesas_usbhs/fifo.c | 1 + drivers/usb/serial/cp210x.c | 2 + drivers/usb/serial/option.c | 6 + 46 files changed, 451 insertions(+), 196 deletions(-) create mode 100644 arch/arm/include/asm/kexec-internal.h rename arch/powerpc/kernel/{vdso32 => }/vdso32_wrapper.S (100%) rename arch/powerpc/kernel/{vdso64 => }/vdso64_wrapper.S (100%)