linux-phy.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-24 17:22:01 to 2024-11-13 07:24:25 UTC [more...]

[PATCH v2 0/6] Enable IPQ5424 USB support
 2024-11-13  7:23 UTC  (4+ messages)
` [PATCH v2 1/6] dt-bindings: phy: qcom,qusb2: Document IPQ5424 compatible
` [PATCH v2 2/6] phy: qcom-qusb2: add QUSB2 support for IPQ5424
` [PATCH v2 3/6] dt-bindings: phy: qcom,qmp-usb: Add IPQ5424 USB3 PHY

[PATCH v1 0/6] Enable IPQ5424 USB support
 2024-11-13  7:01 UTC  (15+ messages)
` [PATCH v1 1/6] dt-bindings: phy: qcom,qusb2: Document IPQ5424 compatible
` [PATCH v1 2/6] phy: qcom-qusb2: add QUSB2 support for IPQ5424
` [PATCH v1 3/6] dt-bindings: phy: qcom,qmp-usb: Add IPQ5424 USB3 PHY
` [PATCH v1 4/6] phy: qcom: qmp: Enable IPQ5424 support
` [PATCH v1 5/6] dt-bindings: usb: qcom,dwc3: Add IPQ5424 to USB DWC3 bindings
` [PATCH v1 6/6] arm64: dts: qcom: Add USB controller and phy nodes for IPQ5424

[PATCH v8 0/5] Add support for PCIe3 on x1e80100
 2024-11-13  3:15 UTC  (16+ messages)
` [PATCH v8 1/5] dt-bindings: PCI: qcom: Move OPP table to qcom,pcie-common.yaml
` [PATCH v8 2/5] dt-bindings: PCI: qcom,pcie-x1e80100: Add 'global' interrupt
` [PATCH v8 3/5] PCI: qcom: Remove BDF2SID mapping config for SC8280X family SoC
` [PATCH v8 4/5] PCI: qcom: Disable ASPM L0s for X1E80100
` [PATCH v8 5/5] arm64: dts: qcom: x1e80100: Add support for PCIe3 on x1e80100

[PATCH] phy: qcom-qmp: Fix register name in RX Lane config of SC8280XP
 2024-11-12 11:11 UTC  (2+ messages)

[PATCH v1 0/4] Enable UFS on QCS615
 2024-11-12  7:56 UTC  (7+ messages)
` [PATCH v1 2/4] dt-bindings: ufs: qcom: Add UFS Host Controller for QCS615
` [PATCH v1 3/4] arm64: dts: qcom: qcs615: add UFS node
` [PATCH v1 4/4] arm64: dts: qcom: qcs615-ride: Enable "

[PATCH 00/14] arm64: dts: allwinner: Add basic Allwinner A523 support
 2024-11-11 20:38 UTC  (5+ messages)
` [PATCH 07/14] dt-bindings: phy: document Allwinner A523 USB-2.0 PHY

[PATCH] phy: stm32: work around constant-value overflow assertion
 2024-11-11 10:37 UTC 

[PATCH v2 00/13] sunxi: A100/A133 second stage support
 2024-11-10  9:25 UTC  (6+ messages)
` [PATCH v2 03/13] dt-bindings: phy: sun50i-a64: add a100 compatible
` (subset) [PATCH v2 00/13] sunxi: A100/A133 second stage support

[PATCH] phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PM
 2024-11-09 22:13 UTC  (2+ messages)

[PATCH v2] phy: ocelot-serdes: Fix IS_ERR() vs NULL bug in serdes_probe()
 2024-11-08 11:13 UTC  (3+ messages)

[PATCH 00/16] Add initial USB support for the Renesas RZ/G3S SoC
 2024-11-07 16:22 UTC  (16+ messages)

[PATCH V2 1/3] phy: freescale: fsl-samsung-hdmi: Expand Integer divider range
 2024-11-07 17:33 UTC  (4+ messages)
` [PATCH V2 2/3] phy: freescale: fsl-samsung-hdmi: Stop searching when exact match is found
` [PATCH V2 3/3] phy: freescale: fsl-samsung-hdmi: Clean up fld_tg_code calculation

[PATCH v18 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2024-11-07 13:43 UTC  (22+ messages)
` [PATCH v18 1/8] drm: bridge: Cadence: Create MHDP helper driver
` [PATCH v18 2/8] phy: Add HDMI configuration options
` [PATCH v18 3/8] dt-bindings: display: bridge: Add Cadence MHDP8501
    ` [EXT] "
` [PATCH v18 4/8] drm: bridge: Cadence: Add MHDP8501 DP/HDMI driver
` [PATCH v18 5/8] dt-bindings: phy: Add Freescale iMX8MQ DP and HDMI PHY
` [PATCH v18 6/8] phy: freescale: Add DisplayPort/HDMI Combo-PHY driver for i.MX8MQ
` [PATCH v18 7/8] arm64: dts: imx8mq: Add DCSS + HDMI/DP display pipeline
` [PATCH v18 8/8] arm64: dts: imx8mq: tqma8mq-mba8mx: Enable HDMI support

[PATCH v5 0/6] phy: core: Fix bugs for several APIs and simplify an API
 2024-11-06 15:29 UTC  (7+ messages)
` [PATCH v5 1/6] phy: core: Fix that API devm_phy_put() fails to release the phy
` [PATCH v5 2/6] phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister the phy provider
` [PATCH v5 3/6] phy: core: Fix that API devm_phy_destroy() fails to destroy the phy
` [PATCH v5 4/6] phy: core: Fix an OF node refcount leakage in _of_phy_get()
` [PATCH v5 5/6] phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()
` [PATCH v5 6/6] phy: core: Simplify API of_phy_simple_xlate() implementation

[PATCH v4 0/6] phy: core: Fix bugs for several APIs and simplify an API
 2024-11-06 15:28 UTC  (12+ messages)
` [PATCH v4 1/6] phy: core: Fix that API devm_phy_put() fails to release the phy
` [PATCH v4 2/6] phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister the phy provider
` [PATCH v4 3/6] phy: core: Fix that API devm_phy_destroy() fails to destroy the phy
` [PATCH v4 4/6] phy: core: Fix an OF node refcount leakage in _of_phy_get()
` [PATCH v4 5/6] phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()
` [PATCH v4 6/6] phy: core: Simplify API of_phy_simple_xlate() implementation

[PATCH v2 0/2] MIPI DSI phy for rk3588
 2024-11-06 14:17 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: phy: Add Rockchip MIPI CSI/DSI PHY schema
` [PATCH v2 2/2] phy: rockchip: Add Samsung CSI/DSI Combo DCPHY driver

[RESEND PATCH v3 1/2] dt-bindings: phy: rockchip: add rk3576 compatible
 2024-11-06  9:44 UTC  (3+ messages)
` [RESEND PATCH v3 2/2] phy: rockchip-naneng-combo: add rk3576 support

[PATCH v2 1/1] phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock check
 2024-11-05  2:49 UTC  (6+ messages)

[PATCH 0/5] dtbs_check warning clean up against fsl,mxs-usbphy.yaml
 2024-11-01  8:06 UTC  (7+ messages)
` [PATCH 2/5] arm64: dts: imx8dxl-ss-conn: change usbphy1 compatible
      ` [PATCH 0/5] dtbs_check warning clean up against fsl, mxs-usbphy.yaml

[PATCH] phy: ocelot-serdes: Fix IS_ERR vs NULL bug in serdes_probe()
 2024-10-31 18:22 UTC  (7+ messages)
  `  "

[RFC PATCH] phy: dphy: Fix Unit Interval(UI) calculation formula
 2024-10-31 12:36 UTC 

[PATCH v1 1/1] phy: sun4i-usb: Remove unused of_gpio.h
 2024-10-31 11:28 UTC  (2+ messages)

[PATCH v1 1/1] phy: HiSilicon: Don't use "proxy" headers
 2024-10-31 10:44 UTC 

[PATCH] phy: starfive: jh7110-dphy-tx: Add missing clk_disable_unprepare()
 2024-10-31  7:51 UTC  (2+ messages)

[PATCH V8 00/12] soc: imx8mp: Add support for HDMI
 2024-10-30 20:20 UTC  (5+ messages)
` imx8mp: HDMI display blank/black problems

[PATCH v3 0/6] phy: core: Fix bugs for several APIs and simplify an API
 2024-10-30 14:18 UTC  (7+ messages)
` [PATCH v3 1/6] phy: core: Fix that API devm_phy_put() fails to release the phy
` [PATCH v3 2/6] phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister the phy provider
` [PATCH v3 3/6] phy: core: Fix that API devm_phy_destroy() fails to destroy the phy
` [PATCH v3 4/6] phy: core: Fix an OF node refcount leakage in _of_phy_get()
` [PATCH v3 5/6] phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()
` [PATCH v3 6/6] phy: core: Simplify API of_phy_simple_xlate() implementation

[PATCH v7 0/7] Add support for PCIe3 on x1e80100
 2024-10-30  7:56 UTC  (9+ messages)
` [PATCH v7 6/7] PCI: qcom: Disable ASPM L0s and remove BDF2SID mapping config for X1E80100 SoC

[PATCH v16 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2024-10-30  6:33 UTC  (3+ messages)
  ` [EXT] "

[PATCH] phy: samsung-ufs: switch back to syscon_regmap_lookup_by_phandle()
 2024-10-29 20:06 UTC  (2+ messages)

[PATCH v2 0/6] phy: core: Fix bugs for several APIs and simplify an API
 2024-10-29 16:20 UTC  (16+ messages)
` [PATCH v2 1/6] phy: core: Fix that API devm_phy_put() fails to release the phy
` [PATCH v2 2/6] phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister the phy provider
` [PATCH v2 3/6] phy: core: Fix that API devm_phy_destroy() fails to destroy the phy
` [PATCH v2 4/6] phy: core: Fix an OF node refcount leakage in _of_phy_get()
` [PATCH v2 5/6] phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()

[PATCH v3 0/1] Fix configuration for on-chip USB 2.0 support
 2024-10-29 11:26 UTC  (3+ messages)
` [PATCH v3 1/1] phy: starfive: jh7110-usb: Fix link configuration to controller

[PATCH v2 0/3] Add ethernet dts schema for qcs615/qcs8300
 2024-10-29  2:17 UTC  (3+ messages)

[PATCH 0/2] phy: tegra: xusb: fix device(_node) release in tegra210_xusb_padctl_probe
 2024-10-28 22:33 UTC  (3+ messages)
` [PATCH 1/2] phy: tegra: xusb: fix device "
` [PATCH 2/2] phy: tegra: xusb: fix device node "

[PATCH 00/13] sunxi: A100/A133 second stage support
 2024-10-28 16:42 UTC  (30+ messages)
` [PATCH 03/13] dt-bindings: phy: sun50i-a64: add a100 compatible
` [PATCH 04/13] dt-bindings: usb: Add A100 compatible string
` [PATCH 05/13] dt-bindings: usb: sunxi-musb: "
` [PATCH 06/13] phy: sun4i-usb: add support for A100 USB PHY
` [PATCH 07/13] arm64: dts: allwinner: a100: add usb related nodes
` [PATCH 10/13] arm64: dts: allwinner: a100: perf1: Add eMMC and MMC node
` [PATCH 11/13] dt-bindings: opp: h6: Add A100 operating points
` [PATCH 12/13] cpufreq: sun50i: add a100 cpufreq support
` [PATCH 13/13] arm64: dts: allwinner: a100: Add CPU Operating Performance Points table

[PATCH v17 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2024-10-25 12:30 UTC  (6+ messages)
` [PATCH v17 3/8] dt-bindings: display: bridge: Add Cadence MHDP8501
        ` [EXT] "

[PATCH] phy: realtek: usb: fix NULL deref in rtk_usb3phy_probe
 2024-10-25  7:07 UTC 

[PATCH] phy: realtek: usb: fix NULL deref in rtk_usb2phy_probe
 2024-10-25  6:59 UTC 

[PATCH 0/3] A few minor fw_devlink fixes
 2024-10-25  0:22 UTC  (6+ messages)
` [PATCH 1/3] drm: display: Set fwnode for aux bus devices
` [PATCH 2/3] phy: tegra: xusb: Set fwnode for xusb port devices

[PATCH] phy: usb: Toggle the PHY power during init
 2024-10-24 21:35 UTC 


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