* [GIT PULL] ata fixes for 6.5-rc4
@ 2023-07-29 0:56 Damien Le Moal
2023-07-29 1:42 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Damien Le Moal @ 2023-07-29 0:56 UTC (permalink / raw)
To: Linus Torvalds, linux-ide
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-29 1:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-29 0:56 [GIT PULL] ata fixes for 6.5-rc4 Damien Le Moal
2023-07-29 1:42 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox