public inbox for linux-ide@vger.kernel.org
 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.5-rc4
Date: Sat, 29 Jul 2023 09:56:12 +0900	[thread overview]
Message-ID: <20230729005612.424560-1-dlemoal@kernel.org> (raw)

Linus,

The following changes since commit cec148c2476a6e06cf8190b20de81f98983b53ca:

  ata: pata_parport: Add missing protocol modules description (2023-07-17 08:30:41 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 3ac873c76d79f055e1712754d9f2e90e41582f04:

  ata: libata-core: fix when to fetch sense data for successful commands (2023-07-28 11:30:34 +0900)

----------------------------------------------------------------
ata fixes for 6.5-rc4

 - Fix error message output in the pata_arasan_cf driver (Minjie).

 - Fix invalid error return in the pata_octeon_cf driver initialization
   (Yingliang).

 - Fix a compilation warning due to a missing static function
   declaration in the pata_ns87415 driver (Arnd).

 - Fix the condition evaluating when to fetch sense data for successful
   completions, which should be done only when command duration limits
   are being used (Niklas).

----------------------------------------------------------------
Arnd Bergmann (1):
      ata: pata_ns87415: mark ns87560_tf_read static

Minjie Du (1):
      ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()

Niklas Cassel (1):
      ata: libata-core: fix when to fetch sense data for successful commands

Yang Yingliang (1):
      ata: pata_octeon_cf: fix error return code in octeon_cf_probe()

 drivers/ata/libata-core.c    | 4 ++--
 drivers/ata/pata_arasan_cf.c | 3 ++-
 drivers/ata/pata_ns87415.c   | 2 +-
 drivers/ata/pata_octeon_cf.c | 6 +++---
 4 files changed, 8 insertions(+), 7 deletions(-)

             reply	other threads:[~2023-07-29  1:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-29  0:56 Damien Le Moal [this message]
2023-07-29  1:42 ` [GIT PULL] ata fixes for 6.5-rc4 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=20230729005612.424560-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