linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-16 07:03:58 to 2022-09-19 13:17:18 UTC [more...]

build failure of next-20220919 due to 3f74cd046fbe ("ata: libahci_platform: Parse ports-implemented property in resources getter")
 2022-09-19 13:17 UTC 

[PATCH] ata: ahci: Enable/Disable ATA Staggered Spin-up by default
 2022-09-19  9:46 UTC 

[PATCH v8 00/23] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
 2022-09-16 16:47 UTC  (25+ 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] 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)

[PATCH 0/6] IDENTIFY DEVICE supported bit fixes
 2022-09-16 12:28 UTC  (7+ 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 v2 1/3] ata: ahci: Add new board low_power_no_debounce_delay
 2022-09-14  8:26 UTC  (18+ messages)
` [PATCH v2 3/3] ata: ahci: Skip 200 ms debounce delay for AMD 300 Series Chipset SATA Controller

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

[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)

[PATCH] ata: libata: Rename ATA_DFLAG_NCQ_PRIO_ENABLE
 2022-08-31 10:13 UTC  (2+ messages)

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

Telegram: Werden Sie in einem Monat einer der Krypto-Millionare
 2022-08-30 13:27 UTC 

[PATCH 1/5] dt-bindings: socionext,uniphier-system-cache: drop minItems equal to maxItems
 2022-08-29 20:01 UTC  (20+ messages)
` [PATCH 2/5] dt-bindings: ata: "
` [PATCH 3/5] dt-bindings: clock: "
` [PATCH 4/5] dt-bindings: crypto: "
` [PATCH 5/5] dt-bindings: display: "

[PATCH v2 2/2] scsi: sd: Rework asynchronous resume support
 2022-08-28 11:52 UTC  (10+ messages)
                                ` [PATCH v2 2/2] scsi: sd: Rework asynchronous resume support #forregzbot

Bild: Sind Sie es leid, in Schulden zu leben? Es gibt einen Ausweg und es ist sehr einfach
 2022-08-28 10:26 UTC 

[PATCH] ata: pata_macio: Remove unneeded word in comments
 2022-08-27 18:48 UTC  (3+ messages)

[PATCH linux-next] ata: libata-core: remove redundant err_mask variable
 2022-08-25 22:47 UTC  (2+ messages)

[PATCH v3] ata: ahci: Do not check ACPI_FADT_LOW_POWER_S0
 2022-08-25 22:47 UTC  (3+ messages)

[PATCH] drivers/ata: fix repeated words in comments
 2022-08-25 22:27 UTC  (2+ messages)

[PATCH v2] ata: ahci: Do not check ACPI_FADT_LOW_POWER_S0
 2022-08-25 18:36 UTC  (5+ messages)

[PATCH] ATA: ACPI: Do not check ACPI_FADT_LOW_POWER_S0
 2022-08-25  0:13 UTC  (4+ messages)

[GIT PULL] ata fixes for 6.0-rc2
 2022-08-20 17:55 UTC  (2+ messages)

[ata] 0568e61225: stress-ng.copy-file.ops_per_sec -15.0% regression
 2022-08-20 16:36 UTC  (22+ messages)

Zwiększenie płynności finansowej
 2022-08-18  8:11 UTC 

[PATCH v2] ata: libata-core: improve parameter names for ata_dev_set_feature()
 2022-08-17 16:43 UTC  (2+ messages)

[PATCH V4] ata: libata-core: Print timeout value when internal command times
 2022-08-17 16:43 UTC  (2+ messages)

[RFT PATCH] ata: libata: Set __ATA_BASE_SHT max_sectors
 2022-08-17 15:20 UTC 


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 NNTP newsgroup(s).