Linux-ide Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-24 23:55:50 to 2024-04-04 05:01:16 UTC [more...]

[PATCH v7 00/37] Device Tree support for SH7751 based board
 2024-04-04  4:59 UTC  (18+ messages)
` [PATCH v7 05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y
` [PATCH v7 06/37] sh: kernel/setup Update DT support
` [PATCH v7 07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y
` [PATCH v7 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [PATCH v7 09/37] dt-binding: Add compatible SH7750 SoC
` [PATCH v7 10/37] sh: Common PCI Framework driver support
` [PATCH v7 11/37] pci: pci-sh7751: Add SH7751 PCI driver
` [PATCH v7 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [PATCH v7 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [PATCH v7 14/37] clk: Compatible with narrow registers
` [PATCH v7 15/37] clk: renesas: Add SH7750/7751 CPG Driver
` [PATCH v7 16/37] irqchip: Add SH7751 INTC driver
` [PATCH v7 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [PATCH v7 18/37] irqchip: SH7751 external interrupt encoder with enable gate
` [PATCH v7 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [PATCH v7 20/37] serial: sh-sci: fix SH4 OF support
` [PATCH v7 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-04  3:45 UTC  (7+ messages)
` [PATCH 30/34] sata: mv: drop unnecessary #ifdef checks

[PATCH v2] ata: sata_gemini: Add check for clk_enable
 2024-04-04  3:44 UTC  (2+ messages)

[PATCH v2] libata-sata: Check SDB_FIS for completion of DMA transfer before completing the commands
 2024-04-03 17:27 UTC  (3+ messages)
  ` [EXTERNAL] "

convert SCSI to atomic queue limits, part 1 (v2)
 2024-04-03 12:55 UTC  (53+ messages)
` [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
` [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
` [PATCH 03/23] mpi3mr: "
` [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
` [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 10/23] scsi: add a device_configure method to the host template
` [PATCH 11/23] megaraid_sas: switch to using ->device_configure
` [PATCH 12/23] mpt3sas: "
` [PATCH 13/23] sbp2: "
` [PATCH 14/23] hptiop: "
` [PATCH 15/23] ipr: "
` [PATCH 16/23] pmcraid: "
` [PATCH 17/23] usb-storage: "
` [PATCH 18/23] sata_nv: "
` [PATCH 19/23] pata_macio: "
` [PATCH 20/23] libata: "
` [PATCH 21/23] mpi3mr: "
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
` [PATCH 23/23] block: remove now unused queue limits helpers

[PATCH] ata: sata_gemini: Add check for clk_enable
 2024-04-03  3:56 UTC  (2+ messages)

ASMedia PMP inquiry
 2024-04-02 23:21 UTC  (6+ messages)
  ` Re[2]: "

ahci module throws "Internal error: synchronous external abort: 0000000096000210 [#1] SMP"
 2024-04-02 18:52 UTC  (4+ messages)

[PATCH v3] dt-bindings: ata: ahci-da850: Convert to dtschema
 2024-04-02  7:37 UTC  (8+ messages)

[PATCH] ata: ahci_st: Remove an unused field in struct st_ahci_drv_data
 2024-04-02  3:29 UTC  (2+ messages)

[syzbot] [ide?] WARNING in ata_scsi_queuecmd
 2024-03-31 19:29 UTC 

[PATCH v9 00/38] ep93xx device tree conversion
 2024-03-30 18:41 UTC  (10+ messages)
` [PATCH v9 20/38] dt-bindings: ata: Add Cirrus EP93xx
` [PATCH v9 21/38] ata: pata_ep93xx: add device tree support
` [PATCH v9 34/38] ata: pata_ep93xx: remove legacy pinctrl use

[PATCH 5.10/5.15] ata: libata-scsi: check cdb length for VARIABLE_LENGTH_CMD commands
 2024-03-28 23:00 UTC  (2+ messages)

[PATCH 0/2] PCI: Remove pci_enable_device_io()
 2024-03-28 22:13 UTC  (6+ messages)
` [PATCH 1/2] ata: pata_cs5520: Remove not needed call to pci_enable_device_io
` [PATCH 2/2] PCI: Remove pci_enable_device_io()

convert SCSI to atomic queue limits, part 1
 2024-03-28 10:09 UTC  (71+ messages)
` [PATCH 01/23] block: don't reject too large max_user_setors in blk_validate_limits
` [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
` [PATCH 03/23] mpi3mr: "
` [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
` [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 10/23] scsi: add a device_configure method to the host template
` [PATCH 11/23] megaraid_sas: switch to using ->device_configure
` [PATCH 12/23] mpt3sas: "
` [PATCH 13/23] sbp2: "
` [PATCH 14/23] hptiop: "
` [PATCH 15/23] ipr: "
` [PATCH 16/23] pmcraid: "
` [PATCH 17/23] usb-storage: "
` [PATCH 18/23] sata_nv: "
` [PATCH 19/23] pata_macio: "
` [PATCH 20/23] libata: "
  ` Re : "
` [PATCH 21/23] mpi3mr: "
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
` [PATCH 23/23] block: remove now unused queue limits helpers
  ` Re : "

[PATCH] ata: pata_macio: drop driver owner assignment
 2024-03-28  0:17 UTC  (4+ messages)

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-03-28  0:14 UTC  (5+ messages)
` [PATCH 10/12] sata: sx4: fix pdc20621_get_from_dimm() on 64-bit

[PATCH v2] dt-bindings: ata: ahci-da850: Convert to dtschema
 2024-03-27  6:41 UTC  (3+ messages)

[PATCH] dt-bindings: ata: ahci-da850: Convert to dtschema
 2024-03-27  4:55 UTC  (5+ messages)

[PATCH v8 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-26 11:52 UTC  (8+ messages)
` [PATCH v8 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices

[PATCH] scsi: sd: Fix TCG OPAL unlock on system resume
 2024-03-26  1:21 UTC  (3+ messages)

[PATCH v8] dt-bindings: ata: imx-pata: Convert to dtschema
 2024-03-25 13:14 UTC  (3+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).