messages from 2021-12-17 17:04:33 to 2022-01-04 09:08:47 UTC [more...]
[PATCH v3 1/3] PCI: Add device code for AMD FCH SATA Controller in AHCI mode
2022-01-04 9:08 UTC (16+ messages)
` [PATCH v3 2/3] ahci: Use macro PCI_DEVICE_ID_AMD_HUDSON2_SATA_IDE
` [PATCH v3 3/3] ahci: AMD A85 FCH (Hudson D4): Skip 200 ms debounce delay in `sata_link_resume()`
[PATCH 00/21] Improve compile test coverage
2022-01-04 9:05 UTC (22+ messages)
` [PATCH 01/21] ata: sata_fsl: add compile test support
` [PATCH 02/21] ata: ahci_brcm: "
` [PATCH 03/21] ata: ahci_da850: "
` [PATCH 04/21] ata: ahci_dm816: "
` [PATCH 05/21] ata: ahci_st: "
` [PATCH 06/21] ata: ahci_mtk: "
` [PATCH 07/21] ata: ahci_mvebu: "
` [PATCH 08/21] ata: ahci_sunxi: "
` [PATCH 09/21] ata: ahci_tegra: "
` [PATCH 10/21] ata: ahci_xgene: "
` [PATCH 11/21] ata: ahci_seattle: "
` [PATCH 12/21] ata: pata_bk3710: "
` [PATCH 13/21] ata: pata_cs5535: "
` [PATCH 14/21] ata: pata_ftide010: "
` [PATCH 15/21] ata: pata_imx: "
` [PATCH 16/21] ata: pata_pxa: "
` [PATCH 17/21] ata: pata_legacy: "
` [PATCH 18/21] ata: pata_samsung_cf: "
` [PATCH 19/21] ata: sata_fsl: fix scsi host initialization
` [PATCH 20/21] ata: ahci_xgene: use correct type for port mmio address
` [PATCH 21/21] ata: ahci_xgene: Fix id array access in xgene_ahci_read_id()
[RFC PATCH] libata: sysfs naming option
2022-01-04 8:26 UTC (2+ messages)
[PATCH] ata: sata_fsl: add compile test support
2022-01-04 4:57 UTC
[PATCHv3 00/68] libata: rework logging, take II
2021-12-31 9:45 UTC (80+ 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 53/68] pata_it821x: "
` [PATCH 54/68] pata_marvell: "
` [PATCH 55/68] pata_rz1000: "
` [PATCH 56/68] pata_serverworks: "
` [PATCH 57/68] pata_sil680: "
` [PATCH 58/68] sata_sx4: "
` [PATCH 59/68] sata_mv: convert remaining printk() to structured logging
` [PATCH 60/68] pata_hpt37x: convert pr_XXX() calls
` [PATCH 61/68] pata_octeon_cf: Replace pr_XXX() calls with structured logging
` [PATCH 62/68] pata_hpt3x2n: convert pr_XXX() calls
` [PATCH 63/68] sata_gemini: convert pr_err() calls
` [PATCH 64/68] pata_hpt366: convert pr_warn() calls
` [PATCH 65/68] libata-scsi: rework ata_dump_status to avoid using pr_cont()
` [PATCH 66/68] sata_dwc_460ex: drop DEBUG_NCQ
` [PATCH 67/68] sata_dwc_460ex: remove 'check_status' argument
` [PATCH 68/68] sata_dwc_460ex: Remove debug compile options
[RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
2021-12-29 16:55 UTC (14+ messages)
[PATCH 2/3] ahci: Use macro PCI_DEVICE_ID_AMD_HUDSON2_SATA_IDE
2021-12-29 0:47 UTC (3+ messages)
` [PATCH 3/3] ahci: AMD A85 FCH (Hudson D4): Skip 200 ms debounce delay in `sata_link_resume()`
[PATCH v3 01/10] ata: pata_platform: Make use of platform_get_mem_or_io()
2021-12-28 9:33 UTC (31+ messages)
` [PATCH v3 02/10] ata: pata_platform: Drop use of unlikely() in pata_platform_probe
` [PATCH v3 03/10] ata: pata_of_platform: Use platform_get_irq_optional() to get the interrupt
` [PATCH v3 04/10] ata: pata_platform: "
` [PATCH v3 05/10] ata: pata_platform: Drop checking IRQ number
` [PATCH v3 06/10] ata: pata_of_platform: Make use of platform_get_mem_or_io()
` [PATCH v3 07/10] ata: pata_platform: Merge pata_of_platform into pata_platform
` [PATCH v3 08/10] ata: pata_platform: Drop validating num_resources count
` [PATCH v3 09/10] ata: pata_platform: Sort the #includes alphabetically
` [PATCH v3 10/10] ata: pata_platform: Make use of GENMASK() macro
[PATCH v2 2/3] ahci: Use macro PCI_DEVICE_ID_AMD_HUDSON2_SATA_IDE
2021-12-27 16:32 UTC (3+ messages)
` [PATCH v2 3/3] ahci: AMD A85 FCH (Hudson D4): Skip 200 ms debounce delay in `sata_link_resume()`
Happy Weekend:
2021-12-26 9:29 UTC
[PATCH v2 0/4] ata: pata_platform: Refurbish the driver
2021-12-23 20:36 UTC (12+ messages)
` [PATCH v2 1/4] ata: pata_platform: make use of platform_get_mem_or_io()
` [PATCH v2 2/4] ata: pata_platform: Merge pata_of_platform into pata_platform
` [PATCH v2 3/4] ata: pata_platform: Sort the #includes alphabetically
` [PATCH v2 4/4] ata: pata_platform: Make use of GENMASK() macro
[PATCH] ata: libahci_platform: Remove abundant check
2021-12-23 9:31 UTC (4+ messages)
Wycena paneli fotowoltaicznych
2021-12-23 7:45 UTC
[PATCH] libata: use min() to make code cleaner
2021-12-21 4:54 UTC (2+ messages)
[PATCH v2 1/1] ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved
2021-12-21 2:11 UTC (2+ messages)
[PATCH 0/2] ata: pata_platform: Refurbish the driver
2021-12-18 11:56 UTC (9+ messages)
` [PATCH 2/2] ata: pata_platform: Merge pata_of_platform into pata_platform
[GIT PULL] libata fixes for 5.16-rc6
2021-12-18 1:35 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).