This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 50736169ecc8 Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/s [...] new e2d8ea0a066a soundwire: fix usages of device_get_named_child_node() new d512d025a138 Merge tag 'soundwire-6.10-fixes' of git://git.kernel.org/p [...] new 5314e84c33e7 phy: qcom-qmp: qserdes-txrx: Add missing registers offsets new 99bf89626335 phy: qcom-qmp: pcs: Add missing v6 N4 register offsets new 163c1a356a84 phy: qcom: qmp-combo: Switch from V6 to V6 N4 register offsets new a21b52aa6e98 Merge tag 'phy-fixes-6.10' of git://git.kernel.org/pub/scm [...] new 462237d2d93f dmaengine: xilinx: xdma: Fix data synchronisation in xdma_ [...] new e3215deca452 dmaengine: idxd: Fix possible Use-After-Free in irq_proces [...] new ba27e9d22077 dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn [...] new 1b11b4ef6bd6 dmaengine: ioatdma: Fix leaking on version mismatch new f0dc9fda2e0e dmaengine: ioatdma: Fix error path in ioat3_dma_probe() new 29b7cd255f36 dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() new fa555b5026d0 dmaengine: fsl-edma: avoid linking both modules new 1345a13f1837 dt-bindings: dma: fsl-edma: fix dma-channels constraints new 5422145d0b74 dmaengine: ioatdma: Fix missing kmem_cache_destroy() new 66cc544fd75c Merge tag 'dmaengine-fix-6.10' of git://git.kernel.org/pub [...]
The 16 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/dma/fsl,edma.yaml | 4 +- drivers/dma/Kconfig | 2 +- drivers/dma/idxd/irq.c | 4 +- drivers/dma/ioat/init.c | 55 +++--- drivers/dma/ti/k3-udma-glue.c | 5 +- drivers/dma/xilinx/xdma.c | 4 +- drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 189 +++++++++++++++++---- drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6-n4.h | 32 ++++ .../phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v6_n4.h | 13 ++ drivers/phy/qualcomm/phy-qcom-qmp.h | 2 + drivers/soundwire/amd_manager.c | 3 + drivers/soundwire/intel_auxdevice.c | 6 +- drivers/soundwire/mipi_disco.c | 30 +++- 13 files changed, 278 insertions(+), 71 deletions(-) create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6-n4.h