Linux ATA/IDE development
 help / color / mirror / Atom feed
 messages from 2026-04-09 21:06:10 to 2026-05-05 10:07:05 UTC [more...]

[PATCH v8 phy-next 00/31] Split Generic PHY consumer and provider API
 2026-05-05 10:05 UTC  (32+ messages)
` [PATCH v8 phy-next 01/31] PCI: cadence: Preserve all error codes in cdns_plat_pcie_probe()
` [PATCH v8 phy-next 02/31] ata: add <linux/pm_runtime.h> where missing
` [PATCH v8 phy-next 03/31] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v8 phy-next 04/31] usb: add "
` [PATCH v8 phy-next 05/31] drm: add <linux/pm_runtime.h> where missing
` [PATCH v8 phy-next 06/31] phy: "
` [PATCH v8 phy-next 07/31] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v8 phy-next 08/31] net: lan969x: include missing <linux/of.h>
` [PATCH v8 phy-next 09/31] PCI: Remove device links to PHY
` [PATCH v8 phy-next 10/31] scsi: ufs: exynos: use dedicated API for updating PHY bus width
` [PATCH v8 phy-next 11/31] scsi: ufs: qcom: call phy_init() before phy_power_on()
` [PATCH v8 phy-next 12/31] scsi: ufs: qcom: make use of QMP PHY dynamic gear switching ability
` [PATCH v8 phy-next 13/31] scsi: ufs: qcom: keep separate track of PHY power state
` [PATCH v8 phy-next 14/31] scsi: ufs: qcom: include missing <linux/interrupt.h>
` [PATCH v8 phy-next 15/31] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v8 phy-next 16/31] usb: host: tegra: "
` [PATCH v8 phy-next 17/31] usb: gadget: tegra-xudc: "
` [PATCH v8 phy-next 18/31] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v8 phy-next 19/31] phy: make phy_get_mode(), phy_get_bus_width() NULL tolerant
` [PATCH v8 phy-next 20/31] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v8 phy-next 21/31] drm/rockchip: dsi: include PHY provider header
` [PATCH v8 phy-next 22/31] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v8 phy-next 23/31] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v8 phy-next 24/31] net: renesas: rswitch: "
` [PATCH v8 phy-next 25/31] pinctrl: tegra-xusb: "
` [PATCH v8 phy-next 26/31] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v8 phy-next 27/31] phy: move ulpi_phy.h from include/linux/phy/ to drivers/phy/
` [PATCH v8 phy-next 28/31] phy: include PHY provider header (1/2)
` [PATCH v8 phy-next 29/31] phy: include PHY provider header (2/2)
` [PATCH v8 phy-next 30/31] phy: remove temporary provider compatibility from consumer header
` [PATCH v8 phy-next 31/31] MAINTAINERS: add regexes for linux-phy

[PATCH v7 phy-next 00/27] Split Generic PHY consumer and provider
 2026-05-05  9:39 UTC  (37+ messages)
` [PATCH v7 phy-next 01/27] ata: add <linux/pm_runtime.h> where missing
` [PATCH v7 phy-next 02/27] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v7 phy-next 03/27] usb: add "
` [PATCH v7 phy-next 04/27] drm: add <linux/pm_runtime.h> where missing
` [PATCH v7 phy-next 05/27] phy: "
` [PATCH v7 phy-next 06/27] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v7 phy-next 07/27] net: lan969x: include missing <linux/of.h>
` [PATCH v7 phy-next 08/27] PCI: Remove device links to PHY
` [PATCH v7 phy-next 09/27] scsi: ufs: exynos: stop poking into struct phy guts
` [PATCH v7 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state
` [PATCH v7 phy-next 11/27] scsi: ufs: qcom: include missing <linux/interrupt.h>
` [PATCH v7 phy-next 12/27] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v7 phy-next 13/27] usb: host: tegra: "
` [PATCH v7 phy-next 14/27] usb: gadget: tegra-xudc: "
` [PATCH v7 phy-next 15/27] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v7 phy-next 16/27] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v7 phy-next 17/27] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v7 phy-next 18/27] drm/rockchip: dsi: include PHY provider header
` [PATCH v7 phy-next 19/27] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v7 phy-next 20/27] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v7 phy-next 21/27] net: renesas: rswitch: "
` [PATCH v7 phy-next 22/27] pinctrl: tegra-xusb: "
` [PATCH v7 phy-next 23/27] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v7 phy-next 24/27] phy: include PHY provider header (1/2)
` [PATCH v7 phy-next 25/27] phy: include PHY provider header (2/2)
` [PATCH v7 phy-next 26/27] phy: remove temporary provider compatibility from consumer header
` [PATCH v7 phy-next 27/27] MAINTAINERS: add regexes for linux-phy

[PATCH] ata: ahci: Move EXPORT_SYMBOL_GPL(ahci_do_softreset)
 2026-05-05  4:23 UTC 

[PATCH] ata: libata-core: Enable context analysis
 2026-05-05  4:22 UTC 

[PATCH] ata: Consistently define pci_device_ids using named initializers
 2026-05-04  8:09 UTC  (2+ messages)

[PATCH 0/3] ata: fix deferred QC handling for port multipliers
 2026-05-04  7:27 UTC  (8+ messages)
` [PATCH 1/3] ata: libata-pmp: fix ata_pmp_qc_defer_cmd_switch()
` [PATCH 2/3] ata: libata-scsi: do not use the deferred QC feature on PMPs with CBS
` [PATCH 3/3] ata: libata-scsi: do not needlessly defer commands when using PMP with FBS

[GIT PULL] ata fix for 7.1-rc2
 2026-04-30 16:33 UTC  (2+ messages)

[PATCH] ata: libahci: fix panic when accessing ports beyond MMIO region
 2026-04-30 12:48 UTC  (10+ messages)
    `  "
            `  "
        `  "

[RFC PATCH] ata: libata-scsi: Move long delayed work on system_dfl_long_wq
 2026-04-30  9:29 UTC 

[PATCH] ata: libata-sata: retry hardreset when device detected but PHY not established
 2026-04-30  9:28 UTC  (7+ messages)

[PATCH] libata: disable device after repeated media errors
 2026-04-30  7:34 UTC 

[PATCH 5.10.y] ata: pata_sil680: fix result type of sil680_sel{dev|reg}()
 2026-04-28 17:50 UTC  (4+ messages)

[PATCH v18 25/42] dept: add documents for dept
 2026-04-28 16:26 UTC  (2+ messages)
` [PATCH] dept: update documentation function names to match implementation

[PATCH v5] ata: ahci: fail probe if BAR too small for claimed ports
 2026-04-28  7:08 UTC  (2+ messages)

[PATCH v4] ata: ahci: fail probe if BAR too small for claimed ports
 2026-04-27 22:10 UTC  (6+ messages)

[PATCH v3 0/7] ata: libata-scsi: multi-LUN ATAPI device support
 2026-04-27 12:12 UTC  (20+ messages)
` [PATCH v3 1/7] ata: libata-scsi: add atapi_max_lun module parameter
` [PATCH v3 2/7] ata: libata-scsi: convert dev->sdev to per-LUN array
` [PATCH v3 3/7] ata: libata-scsi: route non-zero LUN commands for multi-LUN ATAPI
` [PATCH v3 4/7] scsi: add BLIST_NO_LUN_1F blacklist flag
` [PATCH v3 5/7] ata: libata-scsi: probe additional LUNs for multi-LUN ATAPI devices
` [PATCH v3 6/7] scsi: scsi_devinfo: add COMPAQ PD-1 multi-LUN ATAPI device quirk
` [PATCH v3 7/7] scsi: scsi_devinfo: extend BLIST_NO_LUN_1F to MATSHITA and NEC PD-1 variants

[PATCH] ata: pata_parport: switch to dynamic root device
 2026-04-27  9:40 UTC  (4+ messages)

[PATCH] ata: libahci: use ahci_nr_ports() helper
 2026-04-27  8:13 UTC  (3+ messages)

[PATCH v3] ata: ahci: fail probe if BAR too small for claimed ports
 2026-04-27  5:44 UTC  (2+ messages)

[PATCH v2] ata: ahci: fail probe if BAR too small for claimed ports
 2026-04-27  4:40 UTC  (4+ messages)
  `  "

[LSF/MM/BPF] Running BOF
 2026-04-26  0:46 UTC 

Default IDENTIFY timeout is 5000ms which is too short for enterprise disks
 2026-04-23 16:17 UTC  (11+ messages)

[PATCH v2 0/5] ata: libata-scsi: multi-LUN ATAPI device support
 2026-04-23 15:50 UTC  (13+ messages)
` [PATCH v2 1/5] ata: libata-scsi: add atapi_max_lun module parameter
` [PATCH v2 2/5] ata: libata-scsi: convert dev->sdev to per-LUN array
` [PATCH v2 3/5] ata: libata-scsi: route non-zero LUN commands for multi-LUN ATAPI
` [PATCH v2 4/5] ata: libata-scsi: probe additional LUNs for multi-LUN ATAPI devices
` [PATCH v2 5/5] scsi: scsi_devinfo: add COMPAQ PD-1 multi-LUN ATAPI device quirk

LSF/MM/BPF: 2026: Call for Proposals
 2026-04-23 11:46 UTC  (4+ messages)

[PATCH v2 0/2] ATA port deferred qc fixes
 2026-04-22 15:18 UTC  (6+ messages)

[PATCH AUTOSEL 7.0-5.10] ata: libata-eh: Do not retry reset if the device is gone
 2026-04-20 13:19 UTC  (2+ messages)
` [PATCH AUTOSEL 6.18] ata: ahci: force 32-bit DMA for JMicron JMB582/JMB585

[GIT PULL] ata changes for 7.1-rc1
 2026-04-15 22:39 UTC  (2+ messages)

[PATCH AUTOSEL 6.19-5.10] ata: ahci: force 32-bit DMA for JMicron JMB582/JMB585
 2026-04-14 11:25 UTC 

[RFC PATCH 0/3] ata: libata-scsi: add multi-LUN support for ATAPI devices
 2026-04-14  4:02 UTC  (11+ messages)
` [PATCH 1/3] scsi: scsi_devinfo: add COMPAQ PD-1 multi-LUN ATAPI device quirk
` [PATCH 2/3] ata: libata-scsi: enable multi-LUN support for ATAPI devices
` [PATCH 3/3] ata: libata-scsi: probe additional LUNs for multi-LUN "

[PATCH v=2] ata: libata-scsi: fix requeue of deferred ATA PASS-THROUGH commands
 2026-04-12 18:11 UTC  (3+ messages)

[PATCH] ata: libata-scsi: fix requeue of deferred ATA PASS-THROUGH commands
 2026-04-12 15:24 UTC  (4+ messages)


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