Linux-ide Archive mirror
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-ide@vger.kernel.org
Subject: [GIT PULL] ata fixes for 6.6-rc6
Date: Wed, 11 Oct 2023 17:49:42 +0900	[thread overview]
Message-ID: <20231011084942.22372-1-dlemoal@kernel.org> (raw)

Linus,

The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.6-rc6

for you to fetch changes up to 626b13f015e080e434b1dee9a0c116ddbf4fb695:

  scsi: Do not rescan devices with a suspended queue (2023-10-10 14:42:22 +0900)

----------------------------------------------------------------
ata fixes for 6.6.0-rc6

 - Three fixes for the pata_parport driver to address a typo in the code,
   a missing operation implementation and port reset handling in the
   presence of slave devices (From Ondrej).

 - Fix handling of ATAPI devices reset with the fit3 protocol driver of
   the pata_parport driver (From Ondrej).

 - A follow up fix for the recent suspend/resume corrections to avoid
   attempting rescanning on resume the scsi device associated with an
   ata disk when the request queue of the scsi device is still suspended
   (in addition to not doing the rescan if the scsi device itself is
   still suspended) (from me).

----------------------------------------------------------------
Damien Le Moal (1):
      scsi: Do not rescan devices with a suspended queue

Ondrej Zary (4):
      ata: pata_parport: fix pata_parport_devchk
      ata: pata_parport: implement set_devctl
      ata: pata_parport: add custom version of wait_after_reset
      ata: pata_parport: fit3: implement IDE command set registers

 drivers/ata/pata_parport/fit3.c         | 14 +-----
 drivers/ata/pata_parport/pata_parport.c | 78 ++++++++++++++++++++++++++++++++-
 drivers/scsi/scsi_scan.c                | 11 ++---
 3 files changed, 84 insertions(+), 19 deletions(-)

             reply	other threads:[~2023-10-11  8:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11  8:49 Damien Le Moal [this message]
2023-10-11 20:58 ` [GIT PULL] ata fixes for 6.6-rc6 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=20231011084942.22372-1-dlemoal@kernel.org \
    --to=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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).