public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-09 19:09:30 to 2026-03-29 21:22:56 UTC [more...]

[PATCHv2] ata: libahci_platform: use flex array for platform PHYs
 2026-03-29 21:22 UTC  (2+ messages)

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

[PATCH] ata: libahci_platform: remove kcalloc
 2026-03-27 15:28 UTC  (2+ messages)

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

[PATCH] ata: ahci_tegra: remove kcalloc
 2026-03-25 23:29 UTC  (6+ messages)

[PATCH] ata: libata-transport: remove redundant dynamic sysfs attributes
 2026-03-23 11:05 UTC  (3+ messages)

[PATCH] ata: libata-scsi: refactor ata_scsiop_maint_in()
 2026-03-23 10:36 UTC  (3+ messages)

[GIT PULL] ata fixes for 7.0-rc5
 2026-03-20 17:13 UTC  (2+ messages)

[PATCH] ata: libata-scsi: report correct sense field pointer in ata_scsiop_maint_in()
 2026-03-20  9:09 UTC  (2+ messages)

[PATCH 0/6] Cleanup and improve libata-scsi command emulation
 2026-03-20  3:08 UTC  (4+ messages)
` [PATCH 3/6] ata: libata-scsi: Refactor ata_scsiop_maint_in()

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

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

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-03-18  5:58 UTC  (3+ messages)

LSF/MM/BPF: 2026: Call for Proposals
 2026-03-16 10:20 UTC  (3+ messages)
` LSF/MM/BPF: 2026: (V)FS: First Round of Invites Sent
  ` LSF/MM/BPF: 2026: (V)FS: Second "

[PATCH] ata: libata-core: disable LPM on ADATA SU680 SSD
 2026-03-16  9:14 UTC  (3+ messages)

[BUG] libata/AHCI: ADATA SU680 on Dell Vostro 15 3510 shows repeated FPDMA timeouts, ATA bus errors, hard link resets, GPT/metadata instability, and SMART reset-counter inflation unless link power management is forced to max_performance
 2026-03-14 17:38 UTC  (5+ messages)

[TODAY @ 3 PM]: How AI “Viral Characters” Are Pulling Millions of Views & Turning Short Videos Into Daily Sales Confirmation
 2026-03-13 19:46 UTC 

[PATCH v3] scsi: core: Add 'serial' sysfs attribute for SCSI/SATA
 2026-03-11  2:06 UTC  (2+ messages)

[PATCH] ata: ahci: Add AMD 600 Series Chipset SATA Controller (0x43f6)
 2026-03-10 18:29 UTC  (3+ messages)


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