linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-02 22:46:13 to 2022-06-15 20:58:53 UTC [more...]

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

[PATCH v2 0/2] Fix sloppy 'timeout' parameter type in libata-core.c
 2022-06-15 19:49 UTC  (4+ messages)
` [PATCH v2 1/2] ata: libata-core: make ata_exec_internal_sg() *static*
` [PATCH v2 2/2] ata: libata-core: fix sloppy parameter type in ata_exec_internal[_sg]()

[PATCH] ata: libata-core: fix sloppy parameter type in ata_exec_internal[_sg]()
 2022-06-15 17:09 UTC  (5+ messages)
    ` [PATCH] ata: libata-core: [_sg]fix sloppy parameter type in ata_exec_internal()

[PATCH RFC v2 00/18] blk-mq/libata/scsi: SCSI driver tagging improvements
 2022-06-15 13:44 UTC  (45+ messages)
` [PATCH RFC v2 01/18] blk-mq: Add a flag for reserved requests
` [PATCH RFC v2 02/18] scsi: core: Resurrect scsi_{get,free}_host_dev()
` [PATCH RFC v2 03/18] scsi: core: Implement reserved command handling
` [PATCH RFC v2 04/18] scsi: core: Add support to send reserved commands
` [PATCH RFC v2 05/18] scsi: core: Allocate SCSI host sdev when required
` [PATCH RFC v2 06/18] libata-scsi: Add ata_scsi_queue_internal()
` [PATCH RFC v2 07/18] libata-scsi: Add ata_internal_queuecommand()
` [PATCH RFC v2 08/18] libata: Queue ATA internal commands as requests
` [PATCH RFC v2 09/18] scsi: ipr: Support reserved commands
` [PATCH RFC v2 10/18] libata/scsi: libsas: Add sas_queuecommand_internal()
` [PATCH RFC v2 11/18] scsi: libsas: Don't attempt to find scsi host rphy in slave alloc
` [PATCH RFC v2 12/18] scsi: libsas drivers: Prepare for reserved commands
` [PATCH RFC v2 13/18] scsi: libsas: Allocate SCSI commands for tasks
` [PATCH RFC v2 14/18] scsi: libsas: Queue SMP commands as requests
` [PATCH RFC v2 15/18] scsi: libsas: Queue TMF "
` [PATCH RFC v2 16/18] scsi: core: Add scsi_alloc_request_hwq()
` [PATCH RFC v2 17/18] scsi: libsas: Queue internal abort commands as requests
` [PATCH RFC v2 18/18] scsi: libsas drivers: Remove private tag management

[PATCH V4] dt-bindings: ata: ahci-ceva: convert to yaml
 2022-06-15 13:33 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-06-15  7:55 UTC 

[PATCH] ata: make transfer mode masks *unsigned int*
 2022-06-14 19:51 UTC 

[PATCH V2] dt-bindings: ata: ahci-ceva: convert to yaml
 2022-06-14 19:48 UTC  (3+ messages)

[PATCH v3 0/4] DMA mapping changes for SCSI core
 2022-06-14 13:12 UTC  (19+ messages)
` [PATCH v3 1/4] dma-mapping: Add dma_opt_mapping_size()
` [PATCH v3 2/4] dma-iommu: Add iommu_dma_opt_mapping_size()
` [PATCH v3 3/4] scsi: core: Cap shost max_sectors according to DMA optimum mapping limits
` [PATCH v3 4/4] libata-scsi: Cap ata_device->max_sectors according to shost->max_sectors

[PATCH] ata: libata-core: get rid of *else* branches in ata_id_n_sectors()
 2022-06-14  9:04 UTC  (3+ messages)

[PATCH 0/3] Make PATA transfer mode masks always being 32-bit
 2022-06-14  5:43 UTC  (17+ messages)
` [PATCH 1/3] ata: make packed transfer mode masks *unsigned int*
` [PATCH 2/3] ata: make ata_device::{pio|mwdma|udma}_mask "

[PATCH AUTOSEL 4.14 05/14] ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
 2022-06-14  2:10 UTC 

[PATCH AUTOSEL 4.9 05/12] ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
 2022-06-14  2:10 UTC 

[PATCH AUTOSEL 4.19 06/18] ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
 2022-06-14  2:09 UTC 

[PATCH AUTOSEL 5.4 09/23] ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
 2022-06-14  2:08 UTC 

[PATCH AUTOSEL 5.15 14/41] ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
 2022-06-14  2:06 UTC 

[PATCH AUTOSEL 5.10 10/29] ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
 2022-06-14  2:07 UTC 

[PATCH AUTOSEL 5.17 14/43] ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
 2022-06-14  2:05 UTC 

[PATCH AUTOSEL 5.18 16/47] ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
 2022-06-14  2:04 UTC 

[PATCH V3] dt-bindings: ata: ahci-ceva: convert to yaml
 2022-06-13 14:31 UTC 

[PATCH] ata: handle failure of devm_ioremap()
 2022-06-13 11:56 UTC  (9+ messages)
` [PATCH v2] ata: pata_pxa: "

[PATCH v3 0/3] scsi: ufs: minor cleanups
 2022-06-13 10:06 UTC  (4+ messages)
` [PATCH v3 1/3] scsi: core: fix white-spaces
` [PATCH v3 2/3] scsi: ufs: ufshcd-pltfrm: constify pointed data
` [PATCH v3 3/3] scsi: ufs: ufshcd: "

[GIT PULL] ata fixes for 5.19-rc2
 2022-06-10 18:25 UTC  (2+ messages)

[PATCH] ata: libata-core: fix sloppy typing in ata_id_n_sectors()
 2022-06-09 20:15 UTC  (3+ messages)

[PATCH v2] ata: libata-transport: fix {dma|pio|xfer}_mode sysfs files
 2022-06-09  0:29 UTC  (3+ messages)

[PATCH] MAINTAINERS: add ATA sysfs file documentation to libata entry
 2022-06-09  0:28 UTC  (2+ messages)

[PATCH 0/4] Unify PCI clock detection in the HPT37x/HPT3x2N drivers
 2022-06-08 17:15 UTC  (3+ messages)

[PATCH] ata: libata-transport: fix {dma|pio|xfer}_mode sysfs files
 2022-06-08 17:13 UTC  (9+ messages)

Napływ Klientów ze strony
 2022-06-08  8:15 UTC 

[Bug 216094] New: pci-mvebu: SATA HDDs via 88SE6121 AHCI fail with Marvell 88F6281 PCIe
 2022-06-08  7:52 UTC  (2+ messages)

[PATCH] ata: libata: Fix syntax errors in comments
 2022-06-08  6:46 UTC  (2+ messages)

[PATCH v2 0/3] ata,sd: Fix reading concurrent positioning ranges
 2022-06-08  3:20 UTC  (17+ messages)
` [PATCH v2 1/3] libata: fix reading concurrent positioning ranges log
` [PATCH v2 2/3] libata: fix translation of concurrent positioning ranges
` [PATCH v2 3/3] scsi: sd: Fix interpretation of VPD B9h length


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