public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-31 11:33:34 to 2022-10-10 11:22:59 UTC [more...]

[PATCH 0/4] libata: misc frozen port cleanups
 2022-10-10 11:22 UTC  (14+ messages)
` [PATCH 1/4] ata: add ata_port_is_frozen() helper
` [PATCH 2/4] ata: make use of "
` [PATCH 4/4] ata: libata-core: do not retry reading the log on timeout

[PATCH 1/2] ata: allow toggling fua parameter at runtime
 2022-10-07 22:41 UTC  (8+ messages)
` [PATCH 2/2] ata: allow enabling FUA support in Kconfig

[GIT PULL] ata changes for 6.1-rc1
 2022-10-07 19:20 UTC  (2+ messages)

soft lockup with pre-rc1
 2022-10-07  1:05 UTC  (2+ messages)

[PATCH] ata: pata_mpc52xx: Replace NO_IRQ by 0
 2022-10-06  8:43 UTC  (7+ messages)

Do we still need the scsi IPR driver ?
 2022-10-06  7:35 UTC  (8+ messages)

[PATCH] ata: libahci: read correct status and error field for NCQ commands
 2022-10-03 19:46 UTC 

[GIT PULL] ata fixes for 6.0-rc7
 2022-09-29 15:38 UTC  (2+ messages)

[PATCH v2 0/2] Fixes for ATA device queue depth control
 2022-09-28  9:10 UTC  (16+ messages)
` [PATCH v2 1/2] ata: libata-scsi: Fix initialization of device queue depth
` [PATCH v2 2/2] ata: libata-sata: Fix device queue depth control

[PATCH] libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205
 2022-09-26 23:22 UTC  (4+ messages)

[PATCH 0/5] fetch sense data for ATA devices supporting sense reporting
 2022-09-26 20:53 UTC  (5+ messages)
` [PATCH 3/5] ata: libata: clarify when ata_eh_request_sense() will be called
` [PATCH 2/5] ata: libata: fix NCQ autosense logic
` [PATCH 4/5] ata: libata: only set sense valid flag if sense data is valid
` [PATCH 5/5] ata: libata: fetch sense data for ATA devices supporting sense reporting

Multiple errors with DVD drive
 2022-09-26 14:50 UTC  (19+ messages)

[PATCH] ata: libata-eh: avoid needless hard reset when revalidating link
 2022-09-25 23:11 UTC  (2+ messages)

[PATCH 0/2] Fixes for ATA device queue depth control
 2022-09-25 23:00 UTC  (5+ messages)
` [PATCH 1/2] ata: libata-scsi: Fix initialization of device queue depth
` [PATCH 2/2] ata: libata-sata: Fix device queue depth control

[PATCH v8 00/23] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
 2022-09-25 16:19 UTC  (28+ messages)
` [PATCH v8 01/23] dt-bindings: ata: ahci-platform: Move dma-coherent to sata-common.yaml
` [PATCH v8 02/23] dt-bindings: ata: ahci-platform: Detach common AHCI bindings
` [PATCH v8 03/23] dt-bindings: ata: ahci-platform: Clarify common AHCI props constraints
` [PATCH v8 04/23] dt-bindings: ata: sata: Extend number of SATA ports
` [PATCH v8 05/23] dt-bindings: ata: sata-brcm: Apply common AHCI schema
` [PATCH v8 06/23] ata: libahci_platform: Convert to using platform devm-ioremap methods
` [PATCH v8 07/23] ata: libahci_platform: Convert to using devm bulk clocks API
` [PATCH v8 08/23] ata: libahci_platform: Sanity check the DT child nodes number
` [PATCH v8 09/23] ata: libahci_platform: Parse ports-implemented property in resources getter
` [PATCH v8 10/23] ata: libahci_platform: Introduce reset assertion/deassertion methods
` [PATCH v8 11/23] dt-bindings: ata: ahci: Add platform capability properties
` [PATCH v8 12/23] ata: libahci: Extend port-cmd flags set with port capabilities
` [PATCH v8 13/23] ata: libahci: Discard redundant force_port_map parameter
` [PATCH v8 14/23] ata: libahci: Don't read AHCI version twice in the save-config method
` [PATCH v8 15/23] ata: ahci: Convert __ahci_port_base to accepting hpriv as arguments
` [PATCH v8 16/23] ata: ahci: Introduce firmware-specific caps initialization
` [PATCH v8 17/23] dt-bindings: ata: ahci: Add DWC AHCI SATA controller DT schema
` [PATCH v8 18/23] ata: libahci_platform: Add function returning a clock-handle by id
` [PATCH v8 19/23] ata: ahci: Add DWC AHCI SATA controller support
` [PATCH v8 20/23] dt-bindings: ata: ahci: Add Baikal-T1 AHCI SATA controller DT schema
` [PATCH v8 21/23] ata: ahci-dwc: Add platform-specific quirks support
` [PATCH v8 22/23] ata: ahci-dwc: Add Baikal-T1 AHCI SATA interface support
` [PATCH v8 23/23] MAINTAINERS: Add maintainers for DWC AHCI SATA driver

[PATCH v2 1/3] ata: ahci: Add new board low_power_no_debounce_delay
 2022-09-21 19:18 UTC  (20+ messages)
` [PATCH v2 3/3] ata: ahci: Skip 200 ms debounce delay for AMD 300 Series Chipset SATA Controller

[PATCH RFC 0/6] libata/scsi/libsas: Allocate SCSI device earlier for ata port probe
 2022-09-21  9:21 UTC  (15+ messages)
` [PATCH 1/6] scsi: core: Use SCSI_SCAN_RESCAN in __scsi_add_device()
` [PATCH RFC 2/6] scsi: scsi_transport_sas: Allocate end device target id in the rphy alloc
` [PATCH RFC 3/6] scsi: core: Add scsi_get_dev()
` [PATCH RFC 4/6] ata: libata-scsi: Add ata_scsi_setup_sdev()
` [PATCH RFC 5/6] scsi: libsas: Add sas_ata_setup_device()
` [PATCH RFC 6/6] ata: libata-scsi: Allocate sdev early in port probe

[PATCH 0/6] IDENTIFY DEVICE supported bit fixes
 2022-09-21  4:39 UTC  (8+ messages)
` [PATCH 1/6] ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()
` [PATCH 2/6] ata: fix ata_id_has_devslp()
` [PATCH 3/6] ata: fix ata_id_has_ncq_autosense()
` [PATCH 4/6] ata: fix ata_id_has_dipm()
` [PATCH 5/6] ata: libata: drop superfluous ata_eh_request_sense() parameter
` [PATCH 6/6] ata: libata: drop superfluous ata_eh_analyze_tf() parameter

[PATCH linux-next] ata: libata-eh: Remove the unneeded result variable
 2022-09-21  4:39 UTC  (2+ messages)

build failure of next-20220919 due to 3f74cd046fbe ("ata: libahci_platform: Parse ports-implemented property in resources getter")
 2022-09-20 19:29 UTC  (2+ messages)

[PATCH] ata: ahci: Enable/Disable ATA Staggered Spin-up by default
 2022-09-20  9:12 UTC  (4+ messages)

[PATCH] ata: ahci: Add initialization quirk for JMicron JMB585/JMB582 controllers
 2022-09-16 14:35 UTC  (2+ messages)

[PATCH 1/2] ata: clean up how architectures enable PATA_PLATFORM and PATA_OF_PLATFORM
 2022-09-16 14:26 UTC  (5+ messages)
` [PATCH 2/2] ata: make PATA_PLATFORM selectable only for suitable architectures

[PATCH] ata: libata-scsi: Improve ata_scsiop_maint_in()
 2022-09-16 14:25 UTC  (3+ messages)

[PATCH v2] ata: libata-core: Check errors in sata_print_link_status()
 2022-09-16 14:21 UTC  (2+ messages)

[PATCH] ata: libata-sff: Fix double word in comments
 2022-09-16 14:21 UTC  (2+ messages)

libata-scsi: ata_to_sense_error handling status 0x40
 2022-09-12  7:52 UTC  (17+ messages)

[PATCH v2] powerpc: select HAVE_PATA_PLATFORM in PPC instead of creating a PPC dependency
 2022-09-11 14:18 UTC  (10+ messages)
` [PATCH] ppc: "

[PATCH] drivers/ata: fix repeated words in comments
 2022-09-10  8:24 UTC  (6+ messages)

[PATCH] ppc: select HAVE_PATA_PLATFORM in PPC instead of creating a PPC dependency
 2022-09-09  9:43 UTC  (2+ messages)

[PATCH] ata: libata: remove ata_schedule_scsi_eh declaration
 2022-09-09  6:37 UTC 

[PATCH] drivers/ata: fix repeated words in comments
 2022-09-08 12:48 UTC 

[PATCH] libata/ahci: quirk for JMB585/JMB582
 2022-09-08  0:15 UTC  (3+ messages)

[PATCH v7 19/23] ata: ahci: Add DWC AHCI SATA controller support
 2022-09-07 18:25 UTC  (3+ messages)

[PATCH v1] drivers/ata/libata-core: check return value of sata_scr_read()
 2022-09-03 23:05 UTC  (3+ messages)

Zwiększenie płynności finansowej
 2022-09-01  7:46 UTC 

[PATCH] ata: libata-core: Simplify ata_build_rw_tf()
 2022-08-31 11:33 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox