This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1639fae5132b Merge tag 'drm-fixes-2023-06-17' of git://anongit.freedesk [...] new 3d6f6d2b584e clk: mediatek: mt8365: Fix index issue new d54fb4b25a02 clk: composite: Fix handling of high clock rates new a1043fbc8f99 clk: mediatek: mt8365: Fix inverted topclk operations new 2a809ddca08d clk: clk-loongson2: Zero init clk_init_data new 23200a4c8ac2 clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr new c6cf6be9dfb8 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new 306320034e8f serial: lantiq: add missing interrupt ack new a82c3df955f8 tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A new 3c0eb4423312 Merge tag 'tty-6.4-rc7' of git://git.kernel.org/pub/scm/li [...] new 70c2e03e9aaf thunderbolt: dma_test: Use correct value for absent rings [...] new b6d572aeb58a thunderbolt: Increase DisplayPort Connection Manager hands [...] new 3fe95742af29 thunderbolt: Do not touch CL state configuration during discovery new 9f9666e65359 thunderbolt: Mask ring interrupt on Intel hardware as well new 592295e61b5c Merge tag 'thunderbolt-for-v6.4-rc6' of git://git.kernel.o [...] new f1832e2b5e49 USB: serial: option: add Quectel EM061KGL series new 7b672f282cf4 Merge tag 'usb-serial-6.4-rc6' of https://git.kernel.org/p [...] new 3e6ac852fbc7 usb: gadget: udc: renesas_usb3: Fix RZ/V2M {modprobe,bind} error new 00f8205ffcf1 usb: dwc3: gadget: Reset num TRBs before giving back the request new d2d69354226d USB: dwc3: qcom: fix NULL-deref on suspend new e3dbb6575715 USB: dwc3: fix use-after-free on core driver unbind new c4a8bfabefed usb: typec: ucsi: Fix command cancellation new 92c9c3baad6b usb: typec: Fix fast_role_swap_current show function new 50966da807c8 usb: gadget: udc: core: Offload usb_udc_vbus_handler processing new 286d9975a838 usb: gadget: udc: core: Prevent soft_connect_store() race new 670062e7e419 Merge tag 'usb-6.4-rc7' of git://git.kernel.org/pub/scm/li [...] new b3dad076a058 staging: octeon: delete my name from TODO contact new 1b29d271614a Merge tag 'staging-6.4-rc7' of git://git.kernel.org/pub/sc [...]
The 27 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/clk/clk-composite.c | 5 +- drivers/clk/clk-loongson2.c | 2 +- drivers/clk/mediatek/clk-mt8365.c | 18 +++- drivers/clk/pxa/clk-pxa3xx.c | 2 +- drivers/staging/octeon/TODO | 1 - drivers/thunderbolt/dma_test.c | 8 +- drivers/thunderbolt/nhi.c | 11 ++- drivers/thunderbolt/tb.c | 17 +++- drivers/thunderbolt/tunnel.c | 2 +- drivers/tty/serial/fsl_lpuart.c | 2 +- drivers/tty/serial/lantiq.c | 1 + drivers/usb/dwc3/core.c | 5 + drivers/usb/dwc3/dwc3-qcom.c | 11 ++- drivers/usb/dwc3/gadget.c | 1 + drivers/usb/gadget/udc/core.c | 180 +++++++++++++++++++++++++--------- drivers/usb/gadget/udc/renesas_usb3.c | 4 +- drivers/usb/serial/option.c | 16 +++ drivers/usb/typec/pd.c | 2 +- drivers/usb/typec/ucsi/ucsi.c | 11 ++- 19 files changed, 221 insertions(+), 78 deletions(-)