This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8b0f0bb27c32 Merge tag 'fs_for_v6.11-rc1' of git://git.kernel.org/pub/s [...] new df2f9708ff1f zonefs: enable support for large folios new 01f851a0e87e Merge tag 'zonefs-6.11-rc1' of git://git.kernel.org/pub/sc [...] new 5433f0e7427a ata: Kconfig: Update SATA_MOBILE_LPM_POLICY default to med [...] new e58e12c5c34c dt-bindings: ata: ahci-fsl-qoriq: convert to yaml format new 38dab832c3f4 ata: libata-scsi: Fix offsets for the fixed format sense data new 97981926224a ata: libata-scsi: Do not overwrite valid sense data when C [...] new 28ab9769117c ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and [...] new 3f6d903b54a1 ata: libata-scsi: Remove redundant sense_buffer memsets new ea3b26a9bb97 ata: libata-scsi: Do not pass ATA device id to ata_to_sens [...] new 18676c6aab08 ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf() new 816be86c7993 ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using [...] new 831d83a5374a Merge remote-tracking branch 'libata/for-6.10-fixes' into [...] new c10bc5614ce0 ata,scsi: Remove wrappers ata_sas_tport_{add,delete}() new 2199d6ff565d ata: libata: Remove unused function declaration for ata_sc [...] new 23262cce529e ata: libata-core: Remove support for decreasing the number [...] new 6933eb8e50a3 ata: libata-sata: Remove superfluous assignment in ata_sas [...] new 1dd63a6b573f ata: libata-core: Remove local_port_no struct member new 1c1fbb865d71 ata: libata: Assign print_id at port allocation time new 1228713c75b8 ata: libata-core: Reuse available ata_port print_ids new 0d3603acffe2 ata,scsi: Remove wrapper ata_sas_port_alloc() new f97106b10d9a ata: ahci: Add debug print for external port new 6739fad42af2 dt-bindings: ata: ahci-fsl-qoriq: add fsl,ls1046a-ahci and [...] new e2f710f97f35 Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/l [...]
The 23 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/ata/ahci-fsl-qoriq.txt | 21 --- .../devicetree/bindings/ata/fsl,ahci.yaml | 64 +++++++ drivers/ata/Kconfig | 2 +- drivers/ata/ahci.c | 4 +- drivers/ata/libahci.c | 12 +- drivers/ata/libata-core.c | 49 +++-- drivers/ata/libata-sata.c | 49 ----- drivers/ata/libata-scsi.c | 209 ++++++++++++--------- drivers/ata/libata-transport.c | 5 +- drivers/ata/libata-transport.h | 3 - drivers/ata/libata.h | 2 - drivers/scsi/libsas/sas_ata.c | 22 +-- drivers/scsi/libsas/sas_discover.c | 2 +- fs/zonefs/super.c | 1 + include/linux/libata.h | 11 +- 15 files changed, 231 insertions(+), 225 deletions(-) delete mode 100644 Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt create mode 100644 Documentation/devicetree/bindings/ata/fsl,ahci.yaml