This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 53ab78cd6d5a Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new 5f6b0f2d037c ata: pata_hpt37x: fix PCI clock detection new 8d093e02e898 ata: pata_hpt37x: disable primary channel on HPT371 new 78081594971a Merge tag 'ata-5.17-rc6' of git://git.kernel.org/pub/scm/l [...] new 038438a25c45 usb: dwc3: pci: add support for the Intel Raptor Lake-S new d7c93a903f33 usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel B [...] new 8b328f8002bc xhci: re-initialize the HC during resume if HCE was set new 243a1dd7ba48 xhci: Prevent futile URB re-submissions due to incorrect r [...] new aba2081e0a9c tps6598x: clear int mask on probe failure new 62e3f0afe246 usb: dwc3: pci: Fix Bay Trail phy GPIO mappings new 32fde84362c4 usb: dwc2: drd: fix soft connect when gadget is unconfigured new 7f14c7227f34 USB: gadget: validate endpoint index for xilinx udc new 84918a89d6ef usb: dwc3: gadget: Let the interrupt handler disable botto [...] new aaaba1c86d04 usb: gadget: rndis: add spinlock for rndis response list new 198a7ebd5fa1 Revert "USB: serial: ch341: add new Product ID for CH341A" new 6ecb3f0b18b3 USB: serial: option: add support for DW5829e new cfc4442c642d USB: serial: option: add Telit LE910R1 compositions new 19eae24b76c2 Merge tag 'usb-serial-5.17-rc6' of https://git.kernel.org/ [...] new 548b1af45d1a Merge tag 'usb-5.17-rc6' of git://git.kernel.org/pub/scm/l [...] new 737b0ef3be6b tty: n_gsm: fix encoding of control signal octet bit DV new 57435c42400e tty: n_gsm: fix encoding of command/response bit new e3b7468f082d tty: n_gsm: fix proper link termination after failed open new 96b169f05cdc tty: n_gsm: fix NULL pointer access due to DLCI release new c19d93542a60 tty: n_gsm: fix wrong tty control line for flow control new 687f9ad43c52 tty: n_gsm: fix wrong modem processing in convergence laye [...] new a2ab75b8e76e tty: n_gsm: fix deadlock in gsmtty_open() new eebb0f4e894f sc16is7xx: Fix for incorrect data being transmitted new d8fc3bb606d8 Merge tag 'tty-5.17-rc6' of git://git.kernel.org/pub/scm/l [...] new b6821b0d9b56 staging: fbtft: fb_st7789v: reset display before initialization new eae9350eb40a Merge tag 'staging-5.17-rc6' of git://git.kernel.org/pub/s [...] new d8f7a5484f21 driver core: Free DMA range map when device is released new d68ccfdbe520 Merge tag 'driver-core-5.17-rc6' of git://git.kernel.org/p [...] new b7a78a8adaa8 iio: adc: tsc2046: fix memory corruption by preventing arr [...] new 0e33d15f1dce iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN [...] new b0e85f95e30d iio:imu:adis16480: fix buffering for devices with no burst mode new ccbed9d8d2a5 iio: accel: fxls8962af: add padding to regmap for SPI new a1cba0e2deeb iio: frequency: admv1013: remove the always true condition new e0a2e37f3038 iio: adc: men_z188_adc: Fix a resource leak in an error ha [...] new e7a3290d330e iio: addac: ad74413r: Do not reference negative array offsets new 8a3e4a5614ad iio: addac: ad74413r: use ngpio size when iterating over mask new 4165456fe6b7 iio: addac: ad74413r: correct comparator gpio getters mask usage new 632fe0bb8c5b iio: Fix error handling for PM new ea85bf906466 iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx [...] new efe8a1e7cad4 Merge tag 'iio-fixes-for-5.17a' of https://git.kernel.org/ [...] new f6c052afe6f8 nvmem: core: Fix a conflict between MTD and NVMEM on wp-gp [...] new 6c7621890995 mtd: core: Fix a conflict between MTD and NVMEM on wp-gpio [...] new c47658311d60 Merge tag 'char-misc-5.17-rc6' of git://git.kernel.org/pub [...]
The 46 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: drivers/ata/pata_hpt37x.c | 18 +++++++- drivers/base/dd.c | 5 +++ drivers/iio/accel/bmc150-accel-core.c | 5 ++- drivers/iio/accel/fxls8962af-core.c | 12 +++++- drivers/iio/accel/fxls8962af-i2c.c | 2 +- drivers/iio/accel/fxls8962af-spi.c | 2 +- drivers/iio/accel/fxls8962af.h | 3 +- drivers/iio/accel/kxcjk-1013.c | 5 ++- drivers/iio/accel/mma9551.c | 5 ++- drivers/iio/accel/mma9553.c | 5 ++- drivers/iio/adc/ad7124.c | 2 +- drivers/iio/adc/men_z188_adc.c | 9 +++- drivers/iio/adc/ti-tsc2046.c | 4 +- drivers/iio/addac/ad74413r.c | 17 ++++---- drivers/iio/frequency/admv1013.c | 2 +- drivers/iio/gyro/bmg160_core.c | 5 ++- drivers/iio/imu/adis16480.c | 7 +++- drivers/iio/imu/kmx61.c | 5 ++- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 6 ++- drivers/iio/magnetometer/bmc150_magn.c | 5 ++- drivers/mtd/mtdcore.c | 2 + drivers/nvmem/core.c | 2 +- drivers/staging/fbtft/fb_st7789v.c | 2 + drivers/tty/n_gsm.c | 61 ++++++++++++++++++---------- drivers/tty/serial/sc16is7xx.c | 3 ++ drivers/usb/dwc2/core.h | 2 + drivers/usb/dwc2/drd.c | 6 ++- drivers/usb/dwc3/dwc3-pci.c | 21 ++++++++-- drivers/usb/dwc3/gadget.c | 2 + drivers/usb/gadget/function/rndis.c | 8 ++++ drivers/usb/gadget/function/rndis.h | 1 + drivers/usb/gadget/udc/udc-xilinx.c | 6 +++ drivers/usb/host/xhci.c | 28 +++++++++---- drivers/usb/serial/ch341.c | 1 - drivers/usb/serial/option.c | 12 ++++++ drivers/usb/typec/tipd/core.c | 7 ++-- include/linux/nvmem-provider.h | 4 +- 37 files changed, 219 insertions(+), 73 deletions(-)