linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-02 18:22:04 to 2020-03-26 16:29:00 UTC [more...]

[PATCH v5 00/27] ata: optimize core code size on PATA only setups
 2020-03-26 16:28 UTC  (29+ messages)
    ` [PATCH v5 01/27] ata: remove stale maintainership information from core code
    ` [PATCH v5 02/27] ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
    ` [PATCH v5 03/27] ata: make SATA_PMP option selectable only if any SATA host driver is enabled
    ` [PATCH v5 04/27] sata_promise: use ata_cable_sata()
    ` [PATCH v5 05/27] ata: simplify ata_scsiop_inq_89()
    ` [PATCH v5 06/27] ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
    ` [PATCH v5 07/27] ata: optimize struct ata_force_param size
    ` [PATCH v5 08/27] ata: optimize ata_scsi_rbuf[] size
    ` [PATCH v5 09/27] ata: move EXPORT_SYMBOL_GPL()s close to exported code
    ` [PATCH v5 10/27] ata: remove EXPORT_SYMBOL_GPL()s not used by modules
    ` [PATCH v5 11/27] ata: fix CodingStyle issues in PATA timings code
    ` [PATCH v5 12/27] ata: separate PATA timings code from libata-core.c
    ` [PATCH v5 13/27] ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()
    ` [PATCH v5 14/27] ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts
    ` [PATCH v5 15/27] ata: let compiler optimize out ata_eh_set_lpm() "
    ` [PATCH v5 16/27] ata: start separating SATA specific code from libata-core.c
    ` [PATCH v5 17/27] ata: move sata_scr_*() to libata-sata.c
    ` [PATCH v5 18/27] ata: move *sata_set_spd*() "
    ` [PATCH v5 19/27] ata: move sata_link_{debounce,resume}() "
    ` [PATCH v5 20/27] ata: move sata_link_hardreset() "
    ` [PATCH v5 21/27] ata: move ata_qc_complete_multiple() "
    ` [PATCH v5 22/27] ata: move sata_deb_timing_*() "
    ` [PATCH v5 23/27] ata: start separating SATA specific code from libata-scsi.c
    ` [PATCH v5 24/27] ata: move ata_sas_*() to libata-sata.c
    ` [PATCH v5 25/27] ata: start separating SATA specific code from libata-eh.c
    ` [PATCH v5 26/27] ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.c
    ` [PATCH v5 27/27] ata: make "libata.force" kernel parameter optional

[PATCH v4 00/27] ata: optimize core code size on PATA only setups
 2020-03-26 16:17 UTC  (53+ messages)
    ` [PATCH v4 01/27] ata: remove stale maintainership information from core code
    ` [PATCH v4 02/27] ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
    ` [PATCH v4 03/27] ata: make SATA_PMP option selectable only if any SATA host driver is enabled
    ` [PATCH v4 04/27] sata_promise: use ata_cable_sata()
    ` [PATCH v4 05/27] ata: simplify ata_scsiop_inq_89()
    ` [PATCH v4 06/27] ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
    ` [PATCH v4 07/27] ata: optimize struct ata_force_param size
    ` [PATCH v4 08/27] ata: optimize ata_scsi_rbuf[] size
    ` [PATCH v4 09/27] ata: move EXPORT_SYMBOL_GPL()s close to exported code
    ` [PATCH v4 10/27] ata: remove EXPORT_SYMBOL_GPL()s not used by modules
    ` [PATCH v4 11/27] ata: fix CodingStyle issues in PATA timings code
    ` [PATCH v4 12/27] ata: separate PATA timings code from libata-core.c
    ` [PATCH v4 13/27] ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()
    ` [PATCH v4 14/27] ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts
    ` [PATCH v4 15/27] ata: let compiler optimize out ata_eh_set_lpm() "
    ` [PATCH v4 16/27] ata: start separating SATA specific code from libata-core.c
    ` [PATCH v4 17/27] ata: move sata_scr_*() to libata-sata.c
    ` [PATCH v4 18/27] ata: move *sata_set_spd*() "
    ` [PATCH v4 19/27] ata: move sata_link_{debounce,resume}() "
    ` [PATCH v4 20/27] ata: move sata_link_hardreset() "
    ` [PATCH v4 21/27] ata: move ata_qc_complete_multiple() "
    ` [PATCH v4 22/27] ata: move sata_deb_timing_*() "
    ` [PATCH v4 23/27] ata: start separating SATA specific code from libata-scsi.c
    ` [PATCH v4 24/27] ata: move ata_sas_*() to libata-sata.c
    ` [PATCH v4 25/27] ata: start separating SATA specific code from libata-eh.c
    ` [PATCH v4 26/27] ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.c
    ` [PATCH v4 27/27] ata: make "libata.force" kernel parameter optional

[linux-next PATCH] ata: sata_fsl: fix a compile error
 2020-03-26 15:17 UTC  (3+ messages)

tegra124-jetson-tk1: sata doesnt work since 5.2
 2020-03-26 13:33 UTC  (7+ messages)

[PATCH] sata_fsl: build fix
 2020-03-25 17:01 UTC  (5+ messages)

[PATCHv3 00/40] ata: kill ATA_DEBUG
 2020-03-25 16:54 UTC  (48+ messages)
` [PATCH 01/40] libata: drop BPRINTK()
` [PATCH 02/40] libata.h: whitespace and indentation fixes
` [PATCH 03/40] libata-transport: Whitespace cleanup
` [PATCH 04/40] libata: move ata_{port,link,dev}_dbg to standard dev_XXX() macros
` [PATCH 05/40] libata: move __func__ into ata_{port,link,dev}_dbg() helper
` [PATCH 06/40] libata: remove pointless debugging messages
` [PATCH 07/40] ata_piix: remove "
` [PATCH 08/40] libata-core: remove pointless "
` [PATCH 09/40] libata: Add ata_port_classify() helper
` [PATCH 10/40] libata: move ata_dump_id() to dynamic debugging
` [PATCH 11/40] libata: sanitize ATA_HORKAGE_DUMP_ID
` [PATCH 12/40] sata_mv: replace DPRINTK with 'pci_dump' module parameter
` [PATCH 13/40] sata_mv: kill 'port' argument in mv_dump_all_regs()
` [PATCH 14/40] sata_sx4: move DPRINTK to VPRINTK
` [PATCH 15/40] libata: add reset tracepoints
` [PATCH 16/40] libata: drop DPRINTK() calls in reset
` [PATCH 17/40] libata: tracepoints for bus-master DMA
` [PATCH 18/40] libata: drop debugging statements "
` [PATCH 19/40] pata_octeon_cf: add bmdma tracepoints and drop DPRINTK() calls
` [PATCH 20/40] pata_arasan_cf: use generic tracepoints
` [PATCH 21/40] sata_dwc_460ex: "
` [PATCH 22/40] sata_nv: "
` [PATCH 23/40] libata-sff: tracepoints for HSM state machine
` [PATCH 24/40] libata-sff: add tracepoints for ata_sff_flush_pio_task()
` [PATCH 25/40] libata-scsi: drop DPRINTK calls for cdb translation
` [PATCH 26/40] libata: add tracepoints for ATA error handling
` [PATCH 27/40] libata: drop DPRINTK() calls during "
` [PATCH 28/40] libata-eh: remove DPRINTK() calls for request sense
` [PATCH 29/40] pata_octeon_cf: move DPRINTK to VPRINTK
` [PATCH 30/40] pdc_adma: "
` [PATCH 31/40] sata_rcar: "
` [PATCH 32/40] sata_qstor: "
` [PATCH 33/40] pata_pdc2027x: Replace PDPRINTK() with standard ata logging
` [PATCH 34/40] sata_nv: move DPRINTK to ata debugging
` [PATCH 35/40] sata_fsl: "
` [PATCH 36/40] libata-core: "
` [PATCH 37/40] libata: remove DPRINTK() macro
` [PATCH 38/40] libata: kill ATA_MSG_INFO
` [PATCH 39/40] libata: kill ATA_MSG_CTL
` [PATCH 40/40] libata: remove references to ATA_DEBUG

[PATCH] ahci: Add Intel Comet Lake PCH-H PCI ID
 2020-03-25 14:41 UTC  (3+ messages)

[PATCH v7 00/12] Modernize Loongson64 Machine v6
 2020-03-25 11:35 UTC  (8+ messages)
  ` [PATCH v7 01/12] irqchip: Add driver for Loongson I/O Local Interrupt Controller
  ` [PATCH v7 01/12] MIPS: Loongson: Do not initialise statics to 0
  ` [PATCH v7 02/12] irqchip: loongson-liointc: Workaround LPC IRQ Errata
  ` [PATCH v7 02/12] MIPS: DTS: CI20: add DT node for IR sensor
  ` [PATCH v7 03/12] dt-bindings: interrupt-controller: Add Loongson LIOINTC

[PATCH] ahci: Add Intel Comet Lake PCH-V PCI ID
 2020-03-25 10:09 UTC  (2+ messages)

[PATCH v2 0/3] ide/MIPS/docs: remove no longer used au1xxx-ide driver
 2020-03-24 17:57 UTC  (5+ messages)
    ` [PATCH v2 1/3] ide: "
    ` [PATCH v2 2/3] MIPS: Alchemy: remove no longer used au1xxx_ide.h header
    ` [PATCH v2 3/3] docs: mips: remove no longer needed au1xxx_ide.rst documentation

[PATCH 15/17] ata: libata-core: fix a doc warning
 2020-03-17 14:54 UTC 

[PATCH] ahci_qoriq: enable acpi support in qoriq ahci driver
 2020-03-17  8:52 UTC 

[PATCH 0/6] Add basic support for Loongson 7A1000 bridge chip
 2020-03-13  9:03 UTC  (21+ messages)
` [PATCH 1/6] PCI: Add Loongson vendor ID and 7A1000 device IDs
  ` 回复:[PATCH "
` [PATCH 2/6] AHCI: Add support for Loongson 7A1000 SATA controller
` [PATCH 3/6] MIPS: Loongson: Use firmware arguments to get board name
  ` 回复:[PATCH "
` [PATCH 4/6] MIPS: Loongson: Add DMA support for 7A1000
  ` 回复:[PATCH "
` [PATCH 5/6] MIPS: Loongson: Add PCI "
  ` 回复:[PATCH "
` [PATCH 6/6] MIPS: Loongson: Add support for 7A1000 interrupt controller
  ` 回复:[PATCH "

[PATCH v2] libata: Assign OF node to the SCSI device
 2020-03-12 15:07 UTC  (2+ messages)

[PATCH] libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
 2020-03-12 15:07 UTC  (2+ messages)

[PATCH v3 00/27] ata: optimize core code size on PATA only setups
 2020-03-12 14:09 UTC  (2+ messages)

[PATCH] ahci: Add Intel Comet Lake H RAID PCI ID
 2020-03-12 14:07 UTC  (3+ messages)

[PATCH 1/2] PCI: Add Loongson vendor ID
 2020-03-12 13:44 UTC  (3+ messages)
` [PATCH 2/2] AHCI: Add support for Loongson 7A1000 SATA controller

[PATCH] libata: transport: Use scnprintf() for avoiding potential buffer overflow
 2020-03-12 13:39 UTC  (2+ messages)

[PATCH] cdrom: Convert per-driver mutexes to per-device mutexes
 2020-03-06 22:51 UTC 

[PATCH 34/42] pata_pdc2027x: Replace PDPRINTK() with standard ata logging
 2020-03-03  8:15 UTC  (6+ messages)
    ` [PATCH 36/42] sata_fsl: move DPRINTK to ata debugging
    ` [PATCH 11/42] libata: sanitize ATA_HORKAGE_DUMP_ID
    ` [PATCH 13/42] sata_mv: kill 'port' argument in mv_dump_all_regs()
    ` [PATCH 17/42] libata: tracepoints for bus-master DMA


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