[GIT PULL] ata fixes for 7.2-rc4

Damien Le Moal <[email protected]> Sat, 18 Jul 2026 09:57:20 +0900
Newsgroups org.kernel.vger.linux-ide
Message-ID <[email protected]>
Linus,

The following changes since commit 793bf193b18e9bff6c4280268bbffd16a5b533e5:

  ata: libata-core: Allow capacity transition to zero for locked drives (2026-07-08 13:49:48 +0900)

are available in the Git repository at:

  ssh://[email protected]/pub/scm/linux/kernel/git/libata/linux tags/ata-7.2-rc4

for you to fetch changes up to c2130f6553f4a5cbdc259de069600117a995f197:

  ata: sata_dwc_460ex: fix infinite loop in NCQ tag completion bit-scanning (2026-07-13 14:32:11 +0900)

----------------------------------------------------------------
ata fixes for 7.2-rc4

 - Interrupt initialization and handling Fixes for the Designware
   ahci_dwc driver (Rosen)

 - Avoid possible infinite loop when scanning completion in the
   Designware ahci_dwc driver (Rosen)

----------------------------------------------------------------
Rosen Penev (4):
      ata: sata_dwc_460ex: enable SATA interrupts only after IRQ handler is registered
      ata: sata_dwc_460ex: use platform_get_irq()
      ata: sata_dwc_460ex: fix clear_interrupt_bit() clearing all pending interrupts
      ata: sata_dwc_460ex: fix infinite loop in NCQ tag completion bit-scanning

 drivers/ata/sata_dwc_460ex.c | 38 ++++++++++++--------------------------
 1 file changed, 12 insertions(+), 26 deletions(-)