This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 479058002c32 Merge tag 'ata-6.17-rc1-fixes' of git://git.kernel.org/pub [...] new 3e90b38781e3 scsi: mpt3sas: Fix a fw_event memory leak new 33b3120cb20f scsi: ufs: qcom: Drop dead compile guard new dafeaf2c03e7 scsi: aacraid: Stop using PCI_IRQ_AFFINITY new 7bdc68921481 scsi: Revert "scsi: iscsi: Fix HW conn removal use after free" new 35dabf4503b9 scsi: ufs: core: Use link recovery when h8 exit fails duri [...] new 7ffbf335e325 scsi: target: iblock: Allow iblock devices to be shared new 220e6083e8bd scsi: MAINTAINERS: Update hisi_sas entry new 6e0f6aa44b68 scsi: target: core: Generate correct identifiers for PR OU [...] new 37c4e72b0651 scsi: Fix sas_user_scan() to handle wildcard and multi-cha [...] new 51b6f738ebfa scsi: ufs: core: Use str_true_false() helper in UFS_FLAG() new 262893939604 scsi: ufs: host: mediatek: Simplify boolean conversion new a84a9ba7888f scsi: ufs: host: mediatek: Add DDR_EN setting new 16b30c7a4c56 scsi: ufs: host: mediatek: Change ref-clk timeout policy new a44ff97f895b scsi: ufs: host: mediatek: Handle broken RTC based on DTS setting new 66e26a4b8a77 scsi: ufs: host: mediatek: Set IRQ affinity policy for MCQ mode new 7996746394df scsi: ufs: host: mediatek: Add more UFSCHI hardware versions new ff40f31216ff scsi: ufs: host: mediatek: Add clock scaling query function new 31a20e9f7c76 scsi: ufs: host: mediatek: Support clock scaling with Vcor [...] new 5e5976f5242d scsi: ufs: host: mediatek: Support FDE (AES) clock scaling new 60feab054bc0 Merge patch series "ufs: host: mediatek: Provide features [...] new 4428ddea832c scsi: ufs: ufs-pci: Fix hibernate state transition for Int [...] new 6de7435e6b81 scsi: ufs: ufs-pci: Fix default runtime and system PM levels new 28a60bbbe739 scsi: ufs: ufs-pci: Remove UFS PCI driver's ->late_init() [...] new 497027eade8c scsi: ufs: core: Move ufshcd_enable_intr() and ufshcd_disa [...] new c5977c4c0731 scsi: ufs: core: Remove duplicated code in ufshcd_send_bsg [...] new b4c0cab4eb8d scsi: ufs: core: Set and clear UIC Completion interrupt as needed new d402b20f9c31 scsi: ufs: core: Do not write interrupt enable register un [...] new 22b246e3fc5e scsi: ufs: ufs-pci: Remove control of UIC Completion inter [...] new aa8c53346e38 Merge patch series "scsi: ufs: ufs-pci: Fix hibernate stat [...] new 6f1fd3e0279f scsi: ufs: ufs-mediatek: Add UFS host support for MT8195 SoC new 794ff7a0a6e7 scsi: dt-bindings: mediatek,ufs: Add ufs-disable-mcq flag [...] new d01cfeac89e9 scsi: dt-bindings: mediatek,ufs: add MT8195 compatible and [...] new a28f98103890 scsi: arm64: dts: mediatek: mt8195: Add UFSHCI node new 8e48727c26c4 scsi: sd: Make sd shutdown issue START STOP UNIT appropriately new 54091eee08ac scsi: libsas: Refactor dev_is_sata() new 0dd03570512a scsi: libsas: Simplify sas_ata_wait_eh() new bd31394aabf3 scsi: libsas: Make sas_get_ata_info() static new 704ed03abf6b scsi: libsas: Move declarations of internal functions to s [...] new 75fe230b9bed scsi: libsas: Use a bool for sas_deform_port() second argument new 7038db703317 Merge patch series "libsas cleanups" new d7edcc7c9109 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linu [...] new 0a32e4f0025a btrfs: fix log tree replay failure due to file with 0 link [...] new cca7a0aae895 Merge tag 'for-6.17-fix-tag' of git://git.kernel.org/pub/s [...]
The 43 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/ufs/mediatek,ufs.yaml | 46 ++- MAINTAINERS | 2 +- arch/arm64/boot/dts/mediatek/mt8195.dtsi | 25 ++ drivers/scsi/aacraid/comminit.c | 3 +- drivers/scsi/libsas/sas_ata.c | 10 +- drivers/scsi/libsas/sas_discover.c | 2 +- drivers/scsi/libsas/sas_internal.h | 78 ++++- drivers/scsi/libsas/sas_phy.c | 6 +- drivers/scsi/libsas/sas_port.c | 13 +- drivers/scsi/mpt3sas/mpt3sas_scsih.c | 3 +- drivers/scsi/scsi_scan.c | 2 +- drivers/scsi/scsi_transport_iscsi.c | 2 + drivers/scsi/scsi_transport_sas.c | 60 +++- drivers/scsi/sd.c | 4 +- drivers/target/target_core_fabric_lib.c | 63 +++- drivers/target/target_core_iblock.c | 33 ++- drivers/target/target_core_iblock.h | 1 + drivers/target/target_core_internal.h | 4 +- drivers/target/target_core_pr.c | 18 +- drivers/ufs/core/ufs-sysfs.c | 3 +- drivers/ufs/core/ufshcd.c | 105 +++---- drivers/ufs/host/ufs-mediatek.c | 330 ++++++++++++++++++--- drivers/ufs/host/ufs-mediatek.h | 32 ++ drivers/ufs/host/ufs-qcom.c | 8 - drivers/ufs/host/ufshcd-pci.c | 33 +-- fs/btrfs/tree-log.c | 48 +-- include/scsi/sas_ata.h | 91 +----- 27 files changed, 731 insertions(+), 294 deletions(-)