Linux ATA/IDE development
 help / color / mirror / Atom feed
From: Niklas Cassel <cassel@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-ide@vger.kernel.org
Cc: Damien Le Moal <dlemoal@kernel.org>, Niklas Cassel <cassel@kernel.org>
Subject: [GIT PULL] ata changes for 7.1-rc1
Date: Mon, 13 Apr 2026 17:27:00 +0200	[thread overview]
Message-ID: <20260413152700.2656409-1-cassel@kernel.org> (raw)

Linus,

The following changes since commit e6d7eba23b666d85cacee0643be280d6ce1ebffc:

  ata: libata-scsi: report correct sense field pointer in ata_scsiop_maint_in() (2026-03-20 09:59:30 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-7.1-rc1

for you to fetch changes up to 8ebf408e7d463eee02c348a3c8277b95587b710d:

  ata: libata-scsi: fix requeue of deferred ATA PASS-THROUGH commands (2026-04-12 19:57:59 +0200)

----------------------------------------------------------------
ata changes for 7.1-rc1

 - Misc code cleanups related to tag checking and tag command completion
   (Damien)

 - Remove Baikal bt1-ahci DT binding since the upstreaming for this SoC is
   not going to be finalized (Andy)

 - Only call the libata port error handler from the SCSI error handler if
   there were command timeouts or if EH was scheduled for the port
   (Damien)

 - Refactor ata_scsiop_maint_in() to more clearly show that there is only
   one service action implemented for the MAINTENANCE IN command (me)

 - Clean up the handling of sysfs attributes exposed by libata (Heiner)

 - Let libahci_platform use a flexible array member for platform PHYs to
   avoid multiple allocations (Rosen)

 - Do not retry reset if the device has been removed/hot-unplugged (Igor)

 - Add missing newlines to error prints in pata_arasan_cf driver (Haoyu)

 - Use the correct SCSI host byte when completing deferred ATA
   PASS-THROUGH commands, to avoid the SCSI mid-layer from failing the
   commands instead of requeuing (Igor)

----------------------------------------------------------------
Andy Shevchenko (1):
      ata: ahci-dwc: Remove not-going-to-be-supported code for Baikal SoC

Damien Le Moal (6):
      ata: libata-core: improve tag checks in ata_qc_issue()
      ata: libata-sata: simplify ata_sas_queuecmd()
      ata: libata-scsi: simplify ata_scsi_requeue_deferred_qc()
      ata: libata-scsi: make ata_scsi_simulate() static
      ata: libata-scsi: rename and improve ata_qc_done()
      ata: libata-eh: avoid unnecessary calls to ata_scsi_port_error_handler()

Haoyu Lu (1):
      ata: pata_arasan_cf: fix missing newline in dev_err() messages

Heiner Kallweit (6):
      ata: libata-transport: remove redundant dynamic sysfs attributes
      ata: libata-transport: instantiate struct ata_internal statically
      ata: libata-transport: inline ata_attach|release_transport
      ata: libata-transport: use static struct ata_transport_internal to simplify match functions
      ata: libata-transport: split struct ata_internal
      ata: libata-transport: remove static variable ata_scsi_transport_template

Igor Pylypiv (2):
      ata: libata-eh: Do not retry reset if the device is gone
      ata: libata-scsi: fix requeue of deferred ATA PASS-THROUGH commands

Niklas Cassel (2):
      Merge branch 'for-7.0-fixes' into for-7.1
      ata: libata-scsi: refactor ata_scsiop_maint_in()

Rosen Penev (1):
      ata: libahci_platform: use flex array for platform PHYs

 .../devicetree/bindings/ata/baikal,bt1-ahci.yaml   | 115 -----------
 drivers/ata/Kconfig                                |   1 -
 drivers/ata/ahci.h                                 |   3 +-
 drivers/ata/ahci_dwc.c                             |  55 -----
 drivers/ata/libahci_platform.c                     |  33 ++-
 drivers/ata/libata-core.c                          |  20 +-
 drivers/ata/libata-eh.c                            |  30 ++-
 drivers/ata/libata-sata.c                          |  14 +-
 drivers/ata/libata-scsi.c                          | 227 +++++++++++----------
 drivers/ata/libata-transport.c                     | 224 ++++++++------------
 drivers/ata/libata-transport.h                     |   5 +-
 drivers/ata/pata_arasan_cf.c                       |   4 +-
 include/linux/libata.h                             |   4 +-
 13 files changed, 258 insertions(+), 477 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/ata/baikal,bt1-ahci.yaml

             reply	other threads:[~2026-04-13 15:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-13 15:27 Niklas Cassel [this message]
2026-04-15 22:39 ` [GIT PULL] ata changes for 7.1-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260413152700.2656409-1-cassel@kernel.org \
    --to=cassel@kernel.org \
    --cc=dlemoal@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox