public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-22 06:57:55 to 2022-04-09 05:02:31 UTC [more...]

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

[PATCH v4] libata: Improve ATA queued command allocation
 2022-04-08  9:04 UTC 

[GIT PULL] ata fixes for 5.18-rc2
 2022-04-07 16:43 UTC  (2+ messages)

[PATCH RFC 00/11] blk-mq/libata/scsi: SCSI driver tagging improvements
 2022-04-07 14:32 UTC  (29+ messages)
` [PATCH 01/11] blk-mq: Add blk_mq_init_queue_ops()
` [PATCH 02/11] scsi: core: Add SUBMITTED_BY_SCSI_CUSTOM_OPS
` [PATCH 03/11] libata: Send internal commands through the block layer
` [PATCH 04/11] scsi: libsas: Send SMP "
` [PATCH 05/11] scsi: libsas: Send TMF "
` [PATCH 06/11] scsi: core: Add scsi_alloc_request_hwq()
` [PATCH 07/11] scsi: libsas: Send internal abort commands through the block layer
` [PATCH 08/11] scsi: libsas: Change ATA support to deal with each qc having a SCSI command
` [PATCH 09/11] scsi: libsas: Add sas_task_to_unique_tag()
` [PATCH 10/11] scsi: libsas: Add sas_task_to_hwq()
` [PATCH 11/11] scsi: hisi_sas: Remove private tag management

[PATCH v3] libata: Improve ATA queued command allocation
 2022-04-07 13:32 UTC  (2+ messages)

[PATCH 0/5] libata.force improvements
 2022-04-07 12:37 UTC  (6+ messages)
` [PATCH 1/5] ata: libata-core: cleanup ata_device_blacklist
` [PATCH 2/5] ata: libata-core: Refactor force_tbl definition
` [PATCH 3/5] ata: libata-core: Improve link flags forced settings
` [PATCH 4/5] ata: libata-core: Allow forcing most horkage flags
` [PATCH 5/5] doc: admin-guide: Update libata kernel parameters

[PATCH v2 1/2] ata: Kconfig: Update SATA_LPM_POLICY default to "3"
 2022-04-06 22:28 UTC  (7+ messages)
` [PATCH v2 2/2] ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item back

[PATCH v3 1/2] ata: ahci: Drop low power policy board type
 2022-04-06  4:38 UTC  (4+ messages)
` [PATCH v3 2/2] ata: ahci: Protect users from setting policies their drives don't support

[PATCH v2 0/2] libata: A tagging improvement and related code reorg
 2022-04-06  8:11 UTC  (12+ messages)
` [PATCH v2 1/2] libata: Use scsi cmnd budget token for qc tag for SAS host
` [PATCH v2 2/2] libata: Inline ata_qc_new_init() in ata_scsi_qc_new()

Prezentacja
 2022-04-05  7:38 UTC 

[PATCH v2 1/2] ata: ahci: Drop low power policy board type
 2022-04-04 23:53 UTC  (6+ messages)
` [PATCH v2 2/2] ata: ahci: Protect users from setting policies their drives don't support

[PATCH] ata: pata_mpc52xx: Prepare cleanup of powerpc's asm/prom.h
 2022-04-04  2:35 UTC  (3+ messages)

[PATCH v2 1/2] ata: sata_dwc_460ex: Fix crash due to OOB write
 2022-04-04  1:00 UTC  (4+ messages)
` [PATCH v2 2/2] ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs

[PATCH] ata: libata-sff: Fix compilation warning in ata_sff_lost_interrupt()
 2022-04-04  0:51 UTC 

[PATCH] ahci: Add Intel Emmitsburg PCH RAID PCI IDs
 2022-04-02  0:43 UTC  (7+ messages)

[PATCH v2 1/3] ata: ahci: Add new board low_power_no_debounce_delay
 2022-04-01  7:23 UTC  (11+ messages)
` [PATCH v2 3/3] ata: ahci: Skip 200 ms debounce delay for AMD 300 Series Chipset SATA Controller

[PATCH 0/4] Remove link debounce delays by default
 2022-03-28  9:43 UTC  (23+ messages)
` [PATCH 1/4] ata: libata-sata: Simplify sata_link_resume() interface
` [PATCH 2/4] ata: libata-sata: Introduce struct sata_deb_timing
` [PATCH 3/4] ata: libata-sata: Remove debounce delay by default
` [PATCH 4/4] ata: libata-sata: Improve sata_link_debounce()

Koszty instalacji fotowoltaicznej
 2022-03-28  7:46 UTC 

[PATCH] ata: Kconfig: Update SATA_LPM_POLICY default to "3"
 2022-03-28  0:37 UTC  (4+ messages)

[PATCHv4 0/2] libata: sysfs naming
 2022-03-26 18:12 UTC  (7+ messages)
` [PATCH 1/2] libata: rework "
  ` [RFC PATCH] libata: ata_bus_type can be static
` [PATCH 2/2] libata: CONFIG_ATA_SYSFS_COMPAT

[PATCHv3 0/2] libata: sysfs naming
 2022-03-25  7:16 UTC  (8+ messages)
` [PATCH 1/2] libata: rework "
` [PATCH 2/2] libata: CONFIG_ATA_SYSFS_COMPAT

[GIT PULL] ata changes for 5.18-rc1
 2022-03-24 12:49 UTC  (13+ messages)

[PATCHv2 0/3] libata: sysfs naming
 2022-03-24  9:50 UTC  (5+ messages)
` [PATCH 2/3] libata: CONFIG_ATA_SYSFS_COMPAT

[PATCH] ata: libata-core: fix "it's" typos
 2022-03-24  6:21 UTC  (9+ messages)

[PATCH v2] ata: libata-core: fix "it's" typos
 2022-03-23  6:21 UTC 


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