Linux ATA/IDE development
 help / color / mirror / Atom feed
 messages from 2026-06-01 18:35:17 to 2026-06-12 18:45:01 UTC [more...]

[PATCHv3 0/6] ata: pata_mpc52xx: fix cleanup ordering and modernize
 2026-06-12 18:45 UTC  (8+ messages)
` [PATCHv3 1/6] ata: pata_mpc52xx: fix NULL pointer dereference in IRQ handler
` [PATCHv3 2/6] ata: pata_mpc52xx: synchronize with task IRQ before resetting DMA state
` [PATCHv3 3/6] ata: pata_mpc52xx: reset cached DMA direction on resume
` [PATCHv3 4/6] ata: pata_mpc52xx: remove redundant irq_dispose_mapping calls
` [PATCHv3 5/6] ata: pata_mpc52xx: convert to platform_get_irq()
` [PATCHv3 6/6] ata: pata_mpc52xx: convert to full devm resource management

[PATCH v3 0/2] ata: Consistently define pci_device_ids using named initializers
 2026-06-12 18:03 UTC  (7+ messages)
` [PATCH v3 1/2] ata: Drop unused assignments of pci_device_id driver data
` [PATCH v3 2/2] ata: Use named initializers for pci_device_id arrays

[PATCH v2 0/2] ata: Consistently define pci_device_ids using named initializers
 2026-06-12 11:52 UTC  (6+ messages)
` [PATCH v2 1/2] ata: Drop unused assignments of pci_device_id driver data
` [PATCH v2 2/2] ata: Use named initializers for pci_device_id arrays

[PATCHv2 0/5] ata: pata_mpc52xx: fix cleanup ordering and modernize
 2026-06-12 11:11 UTC  (8+ messages)
` [PATCHv2 1/5] ata: pata_mpc52xx: fix NULL pointer dereference in IRQ handler
` [PATCHv2 2/5] ata: pata_mpc52xx: switch to non-devm request_irq for proper ordering
` [PATCHv2 3/5] ata: pata_mpc52xx: remove redundant irq_dispose_mapping calls
` [PATCHv2 4/5] ata: pata_mpc52xx: convert to platform_get_irq()
` [PATCHv2 5/5] ata: pata_mpc52xx: use devm_platform_get_and_ioremap_resource

[PATCH v7 2/6] ata: libata-scsi: convert dev->sdev to per-LUN array
 2026-06-11  6:22 UTC  (4+ messages)
  ` [PATCH v7 6/6] scsi: scsi_devinfo: add COMPAQ PD-1 multi-LUN ATAPI device quirk

[PATCH v7 5/6] ata: libata-scsi: probe additional LUNs for multi-LUN ATAPI devices
 2026-06-11  3:01 UTC 

[PATCH v7 4/6] scsi: add BLIST_NO_LUN_1F blacklist flag
 2026-06-11  2:59 UTC 

[PATCH v7 3/6] ata: libata-scsi: route non-zero LUN commands for multi-LUN ATAPI
 2026-06-11  2:58 UTC 

[PATCH v6 0/6] ata: libata-scsi: multi-LUN ATAPI device support
 2026-06-10 23:14 UTC  (17+ messages)
` [PATCH v6 1/6] ata: libata-scsi: add atapi_max_lun module parameter
` [PATCH v6 2/6] ata: libata-scsi: convert dev->sdev to per-LUN array
` [PATCH v6 3/6] ata: libata-scsi: route non-zero LUN commands for multi-LUN ATAPI
` [PATCH v6 4/6] scsi: add BLIST_NO_LUN_1F blacklist flag
` [PATCH v6 5/6] ata: libata-scsi: probe additional LUNs for multi-LUN ATAPI devices
` [PATCH v6 6/6] scsi: scsi_devinfo: add COMPAQ PD-1 multi-LUN ATAPI device quirk

[PATCH 0/4] ata: pata_mpc52xx: fix cleanup ordering and modernize
 2026-06-10 10:39 UTC  (10+ messages)
` [PATCH 1/4] ata: pata_mpc52xx: switch to non-devm request_irq for proper ordering
` [PATCH 2/4] ata: pata_mpc52xx: remove redundant irq_dispose_mapping calls
` [PATCH 3/4] ata: pata_mpc52xx: convert to platform_get_irq()
` [PATCH 4/4] ata: pata_mpc52xx: use devm_platform_get_and_ioremap_resource

[PATCH v2] ata: libata-pmp: add JMicron JMS562 quirk
 2026-06-10  9:47 UTC  (4+ messages)

[PATCH v1] ata: pata_isapnp: Drop unused assignments from pnp_device_id array
 2026-06-10  7:42 UTC  (3+ messages)

[Kernel Bug] possible deadlock in ata_bmdma_interrupt
 2026-06-10  7:03 UTC  (3+ messages)

[PATCH] ata: sata_mv: use devm clock helpers
 2026-06-10  6:41 UTC  (2+ messages)

[PATCH 6/6] ata: libata-pmp: add JMicron JMS562 quirk
 2026-06-10  5:11 UTC 

[PATCH v1 0/8] zorro: Improve handling of pointers in zorro_device_id::driver_data
 2026-06-05 11:56 UTC  (3+ messages)

[PATCH] ata: ahci_brcm: fix refcount leak in brcm_ahci_probe()
 2026-06-04 11:53 UTC  (3+ messages)

[PATCH] ata: ahci_brcm: fix reset refcount leak in brcm_ahci_resume()
 2026-06-04 11:31 UTC  (4+ messages)

[PATCH v8 phy-next 00/31] Split Generic PHY consumer and provider API
 2026-06-03 21:39 UTC  (2+ messages)
` (subset) "

[PATCH] ata: pata_mpc52xx: convert to platform_get_irq()
 2026-06-03 19:38 UTC  (3+ messages)

SG2042 SATA (DMA?) issues
 2026-06-03  9:14 UTC 

[PATCH v2 0/9] ata: libata-core: Enable context analysis
 2026-06-02 17:18 UTC  (6+ messages)
` [PATCH v2 9/9] ata: Annotate the code that uses the host lock

[PATCH] ata: pata_ep93xx: fix PIO fallback when DMA init fails
 2026-06-02 12:05 UTC  (2+ messages)

[PATCH 0/3] ata: pata_ep93xx: COMPILE_TEST and ARM fixups
 2026-06-02 11:15 UTC  (6+ messages)

[PATCH] ata: pata_ep93xx: fix incorrect return value in data_xfer
 2026-06-01 19:32 UTC  (2+ messages)

[PATCH] ata: pata_ep93xx: fix endianness bug in trailing byte transfer
 2026-06-01 19:16 UTC  (2+ messages)

[PATCH] ata: pata_ep93xx: fix double free and ERR_PTR dereference on DMA error path
 2026-06-01 19:05 UTC  (3+ messages)

[PATCH] ata: pata_ep93xx: add missing "cc" clobber to inline asm
 2026-06-01 18:34 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox