This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5eb4573ea63d Merge tag 'soc-fixes-6.9-2' of git://git.kernel.org/pub/sc [...] new e4308bc22b9d phy: marvell: a3700-comphy: Fix out of bounds read new 627207703b73 phy: marvell: a3700-comphy: Fix hardcoded array size new 3a161017f1de phy: freescale: imx8m-pcie: fix pcie link-up instability new f8020dfb311d phy: rockchip-snps-pcie3: fix bifurcation on rk3588 new 55491a5fa163 phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits new d16d4002fea6 phy: rockchip: naneng-combphy: Fix mux on rk3588 new 5abed58a8bde phy: qcom: qmp-combo: Fix VCO div offset on v3 new ee13e1f3c72b phy: qcom: qmp-combo: Fix register base for QSERDES_DP_PHY_MODE new 47b3e2f3914a phy: qcom: m31: match requested regulator name with dt schema new e1c9216bec27 phy: phy-rockchip-samsung-hdptx: Select CONFIG_RATIONAL new 025a6f7448f7 phy: qcom: qmp-combo: fix VCO div offset on v5_5nm and v6 new bf6e4ee5c436 phy: ti: tusb1210: Resolve charger-det crash if charger ps [...] new 63407d3081a6 Merge tag 'phy-fixes-6.9' of git://git.kernel.org/pub/scm/ [...] new afc89870ea67 dmaengine: Revert "dmaengine: pl330: issue_pending waits u [...] new 43c633ef93a5 dmaengine: owl: fix register access functions new 30f0ced9971b dmaengine: tegra186: Fix residual calculation new 9140ce47872b idma64: Don't try to serve interrupts when device is powered off new d5638de827cf dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue new 244296cc3a15 dma: xilinx_dpdma: Fix locking new 5b9706bfc094 dmaengine: xilinx: xdma: Fix wrong offsets in the buffers [...] new 6a40fb824596 dmaengine: xilinx: xdma: Fix synchronization issue new 7a71c6dc21d5 dmaengine: xilinx: xdma: Clarify kdoc in XDMA driver new f221033f5c24 dmaengine: idxd: Fix oops during rmmod on single-CPU platforms new 6fba14a7b57a Merge tag 'dmaengine-fix-6.9' of git://git.kernel.org/pub/ [...] new 63dc588e7af1 soundwire: amd: fix for wake interrupt handling for clocks [...] new 8a5c3ef7dbf3 Merge tag 'soundwire-6.9-fixes' of git://git.kernel.org/pu [...] new 2e5449f4f21a profiling: Remove create_prof_cpu_mask(). new b3de7b433a32 dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schema new f42c97027fb7 eeprom: at24: fix memory corruption race condition new 58cd9e03cff0 Merge tag 'at24-fixes-for-v6.9-rc6' of git://git.kernel.or [...] new 1d422e44e17c MAINTAINERS: Drop entry for PCA9541 bus master selector new 91811a31b68d i2c: smbus: fix NULL function pointer dereference new 5d12ed4bea43 Merge tag 'i2c-for-6.9-rc6' of git://git.kernel.org/pub/sc [...]
The 33 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: Documentation/devicetree/bindings/eeprom/at24.yaml | 5 +-- MAINTAINERS | 6 --- drivers/dma/idma64.c | 4 ++ drivers/dma/idxd/cdev.c | 5 +-- drivers/dma/idxd/debugfs.c | 4 +- drivers/dma/idxd/device.c | 8 ++-- drivers/dma/idxd/idxd.h | 2 +- drivers/dma/idxd/init.c | 2 +- drivers/dma/idxd/irq.c | 4 +- drivers/dma/idxd/perfmon.c | 9 ++--- drivers/dma/owl-dma.c | 4 +- drivers/dma/pl330.c | 3 -- drivers/dma/tegra186-gpc-dma.c | 3 ++ drivers/dma/xilinx/xdma-regs.h | 3 ++ drivers/dma/xilinx/xdma.c | 42 +++++++++++++-------- drivers/dma/xilinx/xilinx_dpdma.c | 13 +++++-- drivers/i2c/i2c-core-base.c | 12 +++--- drivers/misc/eeprom/at24.c | 18 ++++----- drivers/phy/freescale/phy-fsl-imx8m-pcie.c | 6 ++- drivers/phy/marvell/phy-mvebu-a3700-comphy.c | 9 +++-- drivers/phy/qualcomm/phy-qcom-m31.c | 2 +- drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 12 ++++-- drivers/phy/qualcomm/phy-qcom-qmp-dp-phy-v5.h | 1 + drivers/phy/qualcomm/phy-qcom-qmp-dp-phy-v6.h | 1 + drivers/phy/rockchip/Kconfig | 1 + drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 36 ++++++++++++++++-- drivers/phy/rockchip/phy-rockchip-snps-pcie3.c | 31 +++++++--------- drivers/phy/ti/phy-tusb1210.c | 23 ++++++------ drivers/soundwire/amd_manager.c | 15 ++++++++ drivers/soundwire/amd_manager.h | 3 +- include/linux/profile.h | 5 --- kernel/profile.c | 43 ---------------------- 32 files changed, 177 insertions(+), 158 deletions(-)