linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-08 00:38:09 to 2021-12-10 07:29:56 UTC [more...]

[PATCHv2 00/68] libata: rework logging, take II
 2021-12-10  7:28 UTC  (54+ messages)
` [PATCH 01/68] libata: remove pointless debugging messages
` [PATCH 02/68] libata: whitespace cleanup
` [PATCH 03/68] libata: Add ata_port_classify() helper
` [PATCH 04/68] libata: move ata_dump_id() to dynamic debugging
` [PATCH 05/68] libata: sanitize ATA_HORKAGE_DUMP_ID
` [PATCH 06/68] libata: add reset tracepoints
` [PATCH 07/68] libata: add qc_prep tracepoint
` [PATCH 08/68] libata: tracepoints for bus-master DMA
` [PATCH 09/68] libata-sff: tracepoints for HSM state machine
` [PATCH 10/68] libata-scsi: drop DPRINTK calls for cdb translation
` [PATCH 11/68] libata: add tracepoints for ATA error handling
` [PATCH 12/68] libata: move ata_{port,link,dev}_dbg to standard dev_XXX() macros
` [PATCH 13/68] libata: revamp ata_get_cmd_descript()
` [PATCH 14/68] libata: move DPRINTK to ata debugging
` [PATCH 15/68] sata_mv: kill 'port' argument in mv_dump_all_regs()
` [PATCH 16/68] sata_mv: replace DPRINTK with dynamic debugging
` [PATCH 17/68] pata_octeon_cf: remove DPRINTK() macro in interrupt context
` [PATCH 18/68] pdc_adma: Remove DPRINTK call
` [PATCH 19/68] sata_fsl: move DPRINTK to ata debugging
` [PATCH 20/68] sata_rcar: replace DPRINTK() with ata_port_dbg()
` [PATCH 21/68] sata_qstor: "
` [PATCH 22/68] pata_pdc2027x: Replace PDPRINTK() with standard ata logging
` [PATCH 23/68] libata: remove pointless VPRINTK() calls
` [PATCH 24/68] ahci: Drop pointless VPRINTK() calls and convert the remaining ones
` [PATCH 25/68] pdc_adma: Drop pointless VPRINTK() calls and remove disabled NCQ debugging
` [PATCH 26/68] pata_octeon_cf: Drop pointless VPRINTK() calls and convert the remaining one
` [PATCH 27/68] pata_via: Drop pointless VPRINTK() calls
` [PATCH 28/68] sata_promise: Drop pointless VPRINTK() calls and convert the remaining ones
` [PATCH 29/68] sata_qstor: Drop pointless VPRINTK() calls
` [PATCH 30/68] sata_rcar: "
` [PATCH 31/68] sata_inic162x: "
` [PATCH 32/68] sata_mv: Drop pointless VPRINTK() call and convert the remaining one
` [PATCH 33/68] sata_nv: drop pointless VPRINTK() calls and convert remaining ones
` [PATCH 34/68] sata_fsl: convert VPRINTK() calls to ata_port_dbg()
` [PATCH 35/68] sata_sil: Drop pointless VPRINTK() calls
` [PATCH 36/68] sata_sx4: Drop pointless VPRINTK() calls and convert the remaining ones
` [PATCH 37/68] sata_sx4: add module parameter 'dimm_test'
` [PATCH 38/68] libata: drop ata_msg_error() and ata_msg_intr()
` [PATCH 39/68] libata: drop ata_msg_ctl()
` [PATCH 40/68] libata: drop ata_msg_malloc()
` [PATCH 41/68] libata: drop ata_msg_warn()
` [PATCH 42/68] libata: drop ata_msg_probe()
` [PATCH 43/68] libata: drop ata_msg_info()
` [PATCH 44/68] libata: drop ata_msg_drv()
` [PATCH 45/68] libata: remove 'new' ata message handling
` [PATCH 46/68] libata: remove debug compilation switches
` [PATCH 47/68] pata_atp867x: convert printk() calls
` [PATCH 48/68] pata_cmd640: "
` [PATCH 49/68] pata_cmd64x: "
` [PATCH 50/68] pata_cs5520: "
` [PATCH 51/68] pata_cs5536: "
` [PATCH 52/68] pata_cypress: "
` [PATCH 57/68] pata_sil680: "

[GIT PULL] libata fixes for 5.16-rc5
 2021-12-10  7:23 UTC 

[PATCH v3 00/15] Broadcom DT bindings updates to YAML
 2021-12-10  1:44 UTC  (19+ messages)
` [PATCH v3 02/15] dt-bindings: reset: Convert Broadcom STB reset "
` [PATCH v3 05/15] dt-bindings: gpio: Convert Broadcom STB GPIO "
` [PATCH v3 06/15] dt-binding: interrupt-controller: Convert BCM7038 L1 intc "
` [PATCH v3 07/15] dt-bindings: interrupt-controller: Convert BCM7120 L2 "
` [PATCH v3 08/15] dt-bindings: interrupt-controller: Merge BCM3380 with BCM7120
` [PATCH v3 09/15] dt-bindings: interrupt-controller: Convert Broadcom STB L2 to YAML
` [PATCH v3 10/15] dt-bindings: rng: Convert iProc RNG200 "
` [PATCH v3 11/15] dt-bindings: thermal: Convert Broadcom TMON "
` [PATCH v3 12/15] ARM: dts: NSP: Rename SATA unit name
` [PATCH v3 13/15] dt-bindings: ata: Convert Broadcom SATA to YAML
` [PATCH v3 14/15] dt-bindings: bus: Convert GISB arbiter "
` [PATCH v3 15/15] dt-bindings: usb: Convert BDC "

[PATCH v1 1/2] ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved
 2021-12-09 22:57 UTC  (12+ messages)
` [PATCH v1 2/2] ata: libahci_platform: Remove bogus 32-bit DMA mask attempt

[PATCH v1 1/3] ata: sata_dwc_460ex: Use devm_platform_*ioremap_resource() APIs
 2021-12-09 22:40 UTC  (4+ messages)
` [PATCH v1 2/3] ata: sata_dwc_460ex: Use temporary variable for struct device
` [PATCH v1 3/3] ata: sata_dwc_460ex: Remove unused forward declaration

[PATCH] libata: if T_LENGTH is zero, dma direction should be DMA_NONE
 2021-12-09 15:10 UTC  (2+ messages)

[PATCH 00/73] libata: rework logging, take II
 2021-12-09 12:47 UTC  (105+ messages)
` [PATCH 01/73] libata: remove pointless debugging messages
` [PATCH 02/73] libata: Add ata_port_classify() helper
` [PATCH 03/73] libata: move ata_dump_id() to dynamic debugging
` [PATCH 04/73] libata: sanitize ATA_HORKAGE_DUMP_ID
` [PATCH 05/73] sata_mv: replace DPRINTK with 'pci_dump' module parameter
` [PATCH 06/73] sata_mv: kill 'port' argument in mv_dump_all_regs()
` [PATCH 07/73] libata: add reset tracepoints
` [PATCH 08/73] libata: drop DPRINTK() calls in reset
` [PATCH 09/73] libata: tracepoints for bus-master DMA
` [PATCH 10/73] libata: drop debugging statements "
` [PATCH 11/73] pata_octeon_cf: add bmdma tracepoints and drop DPRINTK() calls
` [PATCH 12/73] pata_arasan_cf: use generic tracepoints
` [PATCH 13/73] sata_dwc_460ex: "
` [PATCH 14/73] sata_nv: "
` [PATCH 15/73] libata-sff: tracepoints for HSM state machine
` [PATCH 16/73] libata-sff: add tracepoints for ata_sff_flush_pio_task()
` [PATCH 17/73] libata-scsi: drop DPRINTK calls for cdb translation
` [PATCH 18/73] libata: add tracepoints for ATA error handling
` [PATCH 19/73] libata: drop DPRINTK() calls during "
` [PATCH 20/73] libata-eh: remove DPRINTK() calls for request sense
` [PATCH 21/73] libata: move ata_{port,link,dev}_dbg to standard dev_XXX() macros
` [PATCH 22/73] libata: add qc_prep tracepoint
` [PATCH 23/73] libata: move DPRINTK to ata debugging
` [PATCH 24/73] pata_octeon_cf: remove DPRINTK() macro in interrupt context
` [PATCH 25/73] pdc_adma: Remove DPRINTK call
` [PATCH 26/73] sata_fsl: move DPRINTK to ata debugging
` [PATCH 27/73] sata_rcar: replace DPRINTK() with ata_port_dbg()
` [PATCH 28/73] sata_qstor: "
` [PATCH 29/73] pata_pdc2027x: Replace PDPRINTK() with standard ata logging
` [PATCH 30/73] libata: remove pointless VPRINTK() calls
` [PATCH 31/73] ahci: Drop pointless VPRINTK() calls and convert the remaining ones
` [PATCH 32/73] pdc_adma: "
` [PATCH 33/73] pata_octeon_cf: "
` [PATCH 34/73] pata_via: Drop pointless VPRINTK() calls
` [PATCH 35/73] sata_promise: Drop pointless VPRINTK() calls and convert the remaining ones
` [PATCH 36/73] sata_qstor: Drop pointless VPRINTK() calls
` [PATCH 37/73] sata_rcar: "
` [PATCH 38/73] sata_inic162x: "
` [PATCH 39/73] sata_mv: Drop pointless VPRINTK() call and convert the remaining one
` [PATCH 40/73] sata_nv: drop pointless VPRINTK() calls and convert remaining ones
` [PATCH 41/73] sata_fsl: convert VPRINTK() calls to ata_port_dbg()
` [PATCH 42/73] sata_sil: Drop pointless VPRINTK() calls
` [PATCH 43/73] sata_sx4: Drop pointless VPRINTK() calls and convert the remaining ones
` [PATCH 44/73] sata_sx4: add module parameter 'dimm_test'
` [PATCH 45/73] libata: drop ata_msg_error() and ata_msg_intr()
` [PATCH 46/73] libata: drop ata_msg_ctl()
` [PATCH 47/73] libata: drop ata_msg_malloc()
` [PATCH 48/73] libata: drop ata_msg_warn()
` [PATCH 49/73] libata: drop ata_msg_probe()
` [PATCH 50/73] libata: drop ata_msg_info()
` [PATCH 51/73] libata: drop ata_msg_drv()
` [PATCH 52/73] libata: remove 'new' ata message handling
` [PATCH 53/73] libata: remove debug compilation switches
` [PATCH 54/73] pata_atp867x: convert blank printk() calls
` [PATCH 55/73] pata_cmd640: "
` [PATCH 56/73] pata_cmd64x: "
` [PATCH 57/73] pata_cs5520: "
` [PATCH 58/73] pata_cs5536: "
` [PATCH 59/73] pata_cypressx: "
` [PATCH 60/73] pata_it821x: "
` [PATCH 61/73] pata_marvell: "
` [PATCH 62/73] pata_rz1000: "
` [PATCH 63/73] pata_serverworks: "
` [PATCH 64/73] pata_sil680: "
` [PATCH 65/73] pdc_adma: remove disabled debugging messages
` [PATCH 66/73] sata_sx4: convert blank printk() calls
` [PATCH 67/73] sata_mv: convert remaining printk() to structured logging
` [PATCH 68/73] pata_hpt37x: convert pr_XXX() calls
` [PATCH 69/73] pata_octeon_cf: Replace pr_XXX() calls with structured logging
` [PATCH 70/73] pata_hpt3x2n: convert pr_XXX() calls
` [PATCH 71/73] pata_hpt3x2n: convert pr_err() calls
` [PATCH 72/73] pata_hpt366: convert pr_warn() calls
` [PATCH 73/73] libata-scsi: rework ata_dump_status to avoid using pr_cont()

[PATCH] libata: add horkage for ASMedia 1092
 2021-12-09  2:22 UTC  (4+ messages)

[PATCH v2 00/14] Broadcom DT bindings updates to YAML
 2021-12-08 11:55 UTC  (3+ messages)
` [PATCH v2 02/14] dt-bindings: reset: Convert Broadcom STB reset "


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