linux-phy.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-05 16:41:20 to 2024-12-16 03:40:53 UTC [more...]

[PATCH v19 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2024-12-09 10:34 UTC  (9+ messages)
` [PATCH v19 4/8] drm: bridge: Cadence: Add MHDP8501 DP/HDMI driver
` [PATCH v19 6/8] phy: freescale: Add DisplayPort/HDMI Combo-PHY driver for i.MX8MQ

[PATCH] phy: rockchip: phy-rockchip-typec: Fix Copyright description
 2024-12-16  3:40 UTC  (2+ messages)

[PATCH v2 00/11] Add eDP support for RK3588
 2024-12-16  3:12 UTC  (12+ messages)
` [PATCH v2 01/11] drm/rockchip: analogix_dp: Use formalized struct definition for grf field
` [PATCH v2 02/11] dt-bindings: display: rockchip: analogix-dp: Add support for RK3588
` [PATCH v2 03/11] drm/rockchip: analogix_dp: "
` [PATCH v2 04/11] phy: phy-rockchip-samsung-hdptx: Add support for eDP mode
` [PATCH v2 05/11] drm/bridge: analogix_dp: add support for RK3588
` [PATCH v2 06/11] drm/bridge: analogix_dp: Add support for phy configuration
` [PATCH v2 07/11] dt-bindings: display: rockchip: Fix label name of hdptxphy for RK3588 HDMI TX Controller
` [PATCH v2 08/11] arm64: dts: rockchip: Fix label name of hdptxphy for RK3588
` [PATCH v2 09/11] arm64: dts: rockchip: Add eDP0 node "
` [PATCH v2 10/11] arm64: dts: rockchip: Enable eDP0 display on RK3588S EVB1 board
` [PATCH v2 11/11] arm64: dts: rockchip: Add nodes related to eDP1 for RK3588

[PATCH] phy: freescale: fsl-samsung-hdmi: Fix 64-by-32 division cocci warnings
 2024-12-15 22:05 UTC 

[PATCH v1 00/10] Add eDP support for RK3588
 2024-12-15  2:32 UTC  (15+ messages)
` [PATCH v1 06/10] drm/bridge: analogix_dp: Add support for phy configuration
` [PATCH v1 04/10] phy: phy-rockchip-samsung-hdptx: Add support for eDP mode

[PATCH V2 1/3] phy: freescale: fsl-samsung-hdmi: Expand Integer divider range
 2024-12-13 15:16 UTC  (6+ messages)
` [PATCH V2 3/3] phy: freescale: fsl-samsung-hdmi: Clean up fld_tg_code calculation

[PATCH 0/4] Add PCIe support for IPQ5424
 2024-12-13 15:07 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: PCI: qcom: Document the IPQ5424 PCIe controller
` [PATCH 2/4] dt-bindings: phy: qcom,ipq8074-qmp-pcie: Document the IPQ5424 QMP PCIe PHYs
` [PATCH 3/4] arm64: dts: qcom: ipq5424: Add PCIe PHYs and controller nodes
` [PATCH 4/4] arm64: dts: qcom: ipq5424: Enable PCIe PHYs and controllers

[PATCH v6 00/19] Add Freescale i.MX8qxp Display Controller support
 2024-12-13 13:28 UTC  (33+ messages)
` [PATCH v6 01/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller processing units
` [PATCH v6 02/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller blit engine
` [PATCH v6 03/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller display engine
` [PATCH v6 04/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller pixel engine
` [PATCH v6 05/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller AXI performance counter
` [PATCH v6 06/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller command sequencer
` [PATCH v6 07/19] dt-bindings: interrupt-controller: Add i.MX8qxp Display Controller interrupt controller
` [PATCH v6 08/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller
` [PATCH v6 09/19] drm/imx: Add i.MX8qxp Display Controller display engine
` [PATCH v6 10/19] drm/imx: Add i.MX8qxp Display Controller pixel engine
` [PATCH v6 11/19] drm/imx: Add i.MX8qxp Display Controller interrupt controller
` [PATCH v6 12/19] drm/imx: Add i.MX8qxp Display Controller KMS
` [PATCH v6 13/19] MAINTAINERS: Add maintainer for i.MX8qxp Display Controller
` [DO NOT MERGE PATCH v6 14/19] dt-bindings: phy: mixel, mipi-dsi-phy: Allow assigned-clock* properties
` [DO NOT MERGE PATCH v6 15/19] dt-bindings: firmware: imx: Add SCU controlled display pixel link nodes
` [DO NOT MERGE PATCH v6 16/19] arm64: dts: imx8qxp: Add display controller subsystem
` [DO NOT MERGE PATCH v6 17/19] arm64: dts: imx8qxp: Add MIPI-LVDS combo subsystems
` [DO NOT MERGE PATCH v6 18/19] arm64: dts: imx8qxp-mek: Enable display controller
` [DO NOT MERGE PATCH v6 19/19] arm64: dts: imx8qxp-mek: Add MX8-DLVDS-LCD1 display module support

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

[PATCH] phy: mediatek: phy-mtk-hdmi: add regulator dependency
 2024-12-13  9:12 UTC  (2+ messages)

[PATCH v2] phy: qcom-qusb2: Add regulator_set_load to Qualcomm usb phy
 2024-12-13  8:15 UTC  (3+ messages)

[PATCH v2 0/8] phy: rockchip: samsung-hdptx: Support high color depth management
 2024-12-12 20:03 UTC  (9+ messages)
` [PATCH v2 1/8] phy: Add HDMI configuration options
` [PATCH v2 2/8] phy: hdmi: Add color depth configuration
` [PATCH v2 3/8] phy: rockchip: samsung-hdptx: Fix clock ratio setup
` [PATCH v2 4/8] phy: rockchip: samsung-hdptx: Drop unused lcpll_config
` [PATCH v2 5/8] phy: rockchip: samsung-hdptx: Setup TMDS char rate via phy_configure_opts_hdmi
` [PATCH v2 6/8] phy: rockchip: samsung-hdptx: Add high color depth management
` [PATCH v2 7/8] phy: rockchip: samsung-hdptx: Cleanup internal rate handling
` [PATCH v2 8/8] phy: rockchip: samsung-hdptx: Avoid Hz-hHz unit conversion overhead

[PATCH v3 0/3] Enable UFS on QCS615
 2024-12-12 16:11 UTC  (8+ messages)
` [PATCH v3 2/3] arm64: dts: qcom: qcs615: add UFS node
` [PATCH v3 3/3] arm64: dts: qcom: qcs615-ride: Enable "

[PATCH] phy: core: fix an OF node reference leak in _of_phy_get()
 2024-12-12 10:50 UTC  (2+ messages)

[PATCH 0/3] pci: qcom: Add PCIe setting current load support
 2024-12-12  7:32 UTC  (15+ messages)
` [PATCH 1/3] dt-bindings: phy: qcom,qmp-pcie: add optional current load properties
` [PATCH 3/3] arm64: dts: qcom: qcs615: add pcie phy max current property

[PATCH 0/8] Add DisplayPort support for QCS615 platform
 2024-12-11 19:15 UTC  (19+ messages)
` [PATCH 3/8] phy: qcom: qmp-usbc: Add DP phy mode support on QCS615
` [PATCH 6/8] drm/msm/dp: Add maximum width limitation for modes

[PATCH v4 0/7] USB31DRD phy updates for Google Tensor gs101 (orientation & DWC3 rpm)
 2024-12-11 17:55 UTC  (13+ messages)
` [PATCH v4 1/7] dt-bindings: phy: samsung,usb3-drd-phy: add blank lines between DT properties
` [PATCH v4 2/7] dt-bindings: phy: samsung,usb3-drd-phy: gs101: require Type-C properties
` [PATCH v4 3/7] phy: exynos5-usbdrd: convert to dev_err_probe
` [PATCH v4 4/7] phy: exynos5-usbdrd: fix EDS distribution tuning (gs101)
` [PATCH v4 5/7] phy: exynos5-usbdrd: gs101: configure SS lanes based on orientation
` [PATCH v4 6/7] phy: exynos5-usbdrd: subscribe to orientation notifier if required
` [PATCH v4 7/7] phy: exynos5-usbdrd: allow DWC3 runtime suspend with UDC bound (E850+)

[PATCH v2 00/15] Add initial USB support for the Renesas RZ/G3S SoC
 2024-12-11 13:29 UTC  (29+ messages)
` [PATCH v2 01/15] dt-bindings: soc: renesas: renesas,rzg2l-sysc: Add #renesas,sysc-signal-cells
` [PATCH v2 03/15] soc: renesas: rz-sysc: Enable SYSC driver for RZ/G3S
` [PATCH v2 04/15] soc: renesas: rz-sysc: Add SoC detection support
` [PATCH v2 05/15] soc: renesas: rz-sysc: Move RZ/G3S SoC detection to the SYSC driver
` [PATCH v2 07/15] dt-bindings: phy: renesas,usb2-phy: Mark resets as required for RZ/G3S
` [PATCH v2 08/15] dt-bindings: phy: renesas,usb2-phy: Add renesas,sysc-signal
` [PATCH v2 09/15] phy: renesas: rcar-gen3-usb2: Fix an error handling path in rcar_gen3_phy_usb2_probe()
` [PATCH v2 11/15] dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G3S support
` [PATCH v2 12/15] arm64: dts: renesas: Add #renesas,sysc-signal-cells to system controller node
` [PATCH v2 13/15] arm64: dts: renesas: r9a08g045: Enable the system controller
` [PATCH v2 14/15] arm64: dts: renesas: r9a08g045: Add USB support
` [PATCH v2 15/15] arm64: dts: renesas: rzg3s-smarc: Enable "

[PATCH v2 0/6] Add PCIe support for Qualcomm IPQ5332
 2024-12-11  9:34 UTC  (15+ messages)
` [PATCH v2 1/6] dt-bindings: phy: qcom,uniphy-pcie: Document PCIe uniphy
` [PATCH v2 2/6] phy: qcom: Introduce PCIe UNIPHY 28LP driver
` [PATCH v2 4/6] pci: qcom: Add support for IPQ5332
` [PATCH v2 5/6] arm64: dts: qcom: ipq5332: Add PCIe related nodes
` [PATCH v2 6/6] arm64: dts: qcom: ipq5332: Enable PCIe phys and controllers

[PATCH 0/2] Extending PLL LUT for i.MX8MP Samsung HDMI PHY
 2024-12-10  7:15 UTC  (2+ messages)

[PATCH v9 0/5] Add STM32MP25 USB3/PCIE COMBOPHY driver
 2024-12-09 16:24 UTC  (2+ messages)

[PATCH] dt-bindings: phy: qcom,qmp-pcie: document the SM8350 two lanes PCIe PHY
 2024-12-09 14:36 UTC  (3+ messages)

[PATCH v18 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2024-12-09 10:13 UTC  (9+ messages)
` [PATCH v18 6/8] phy: freescale: Add DisplayPort/HDMI Combo-PHY driver "
        ` [EXT] "

[PATCH v3 0/8] USB31DRD phy updates for Google Tensor gs101 (orientation & DWC3 rpm)
 2024-12-09  9:54 UTC  (5+ messages)
` [PATCH v3 5/8] phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit()

[PATCH v1 1/1] phy: sun4i-usb: Remove unused of_gpio.h
 2024-12-08 17:03 UTC  (2+ messages)

[PATCH] phy: samsung-ufs: switch back to syscon_regmap_lookup_by_phandle()
 2024-12-08 17:03 UTC  (2+ messages)

[PATCH v1 1/1] phy: HiSilicon: Don't use "proxy" headers
 2024-12-08 17:03 UTC  (2+ messages)

[PATCH v2 0/6] phy: qualcomm: add support for USB+DP and PCIe PHYs on SAR2130P
 2024-12-08 17:03 UTC  (2+ messages)

[RESEND PATCH v3 1/2] dt-bindings: phy: rockchip: add rk3576 compatible
 2024-12-08 17:03 UTC  (2+ messages)

[PATCH v4 0/6] Enable IPQ5424 USB support
 2024-12-08 17:03 UTC  (2+ messages)
` (subset) "

[PATCH] MAINTAINERS: Remove Shengyang as JH7110 DPHY maintainer
 2024-12-08 17:03 UTC  (2+ messages)
` (subset) "

[PATCH] phy: mediatek: phy-mtk-hdmi: Register PHY provided regulator
 2024-12-08 17:03 UTC  (2+ messages)

[PATCH v2] dt-bindings: phy: imx8mq-usb: correct reference to usb-switch.yaml
 2024-12-08 17:02 UTC  (3+ messages)

[PATCH] phy: marvell: Fix spelling mistake "exlicitly" -> "explicitly"
 2024-12-08 17:02 UTC  (2+ messages)

[PATCH] phy: tegra194: p2u: Allow to enable driver on Tegra234
 2024-12-08 17:02 UTC  (2+ messages)

[PATCH v3 0/6] RK3399: PCie Phy using new helper function
 2024-12-08 17:02 UTC  (2+ messages)

[PATCH v2 0/6] pci: qcom: Add QCS615 PCIe support
 2024-12-08 17:02 UTC  (2+ messages)
` (subset) "

[PATCH] phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PM
 2024-12-08 16:59 UTC  (2+ messages)

[PATCH] phy: stm32: work around constant-value overflow assertion
 2024-12-08 16:58 UTC  (2+ messages)

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

[PATCH 1/2] arm64: dts: rockchip: rk3568: add reset-names for combphy
 2024-12-08 16:58 UTC  (2+ messages)
` (subset) "

[PATCH] phy: usb: Toggle the PHY power during init
 2024-12-08 16:58 UTC  (2+ messages)

[PATCH v5 0/2] phy: Realtek Otto SerDes: add new driver
 2024-12-08 16:38 UTC  (3+ messages)
` [PATCH v5 2/2] phy: Realtek Otto SerDes driver

[PATCH 0/4] phy: rockchip: samsung-hdptx: Support high color depth management
 2024-12-06 22:03 UTC  (5+ messages)
` [PATCH 1/4] phy: Add HDMI configuration options
` [PATCH 2/4] phy: hdmi: Add color depth configuration
` [PATCH 3/4] phy: rockchip: samsung-hdptx: Setup TMDS char rate via phy_configure_opts_hdmi
` [PATCH 4/4] phy: rockchip: samsung-hdptx: Add high color depth management

[PATCH 0/2] phy: phy-rockchip-samsung-hdptx: don't use of-alias
 2024-12-06 17:54 UTC  (9+ messages)
` [PATCH 1/2] phy: phy-rockchip-samsung-hdptx: annotate regmap register-callback
` [PATCH 2/2] phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id

[PATCH] phy: ingenic: fix unbalanced regulator_disable() warning
 2024-12-06 14:15 UTC 

[PATCH AUTOSEL 6.12 09/15] phy: tegra: xusb: Set fwnode for xusb port devices
 2024-12-06  0:06 UTC  (2+ messages)

[PATCH AUTOSEL 6.11 09/15] phy: tegra: xusb: Set fwnode for xusb port devices
 2024-12-06  0:05 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 05/10] phy: tegra: xusb: Set fwnode for xusb port devices
 2024-12-06  0:05 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 5/8] phy: tegra: xusb: Set fwnode for xusb port devices
 2024-12-06  0:04 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 3/5] phy: tegra: xusb: Set fwnode for xusb port devices
 2024-12-06  0:04 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 3/5] phy: tegra: xusb: Set fwnode for xusb port devices
 2024-12-06  0:04 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 2/3] phy: tegra: xusb: Set fwnode for xusb port devices
 2024-12-06  0:03 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 2/3] phy: tegra: xusb: Set fwnode for xusb port devices
 2024-12-06  0:03 UTC  (2+ messages)

[PATCH v2 0/8] pci: qcom: Add QCS8300 PCIe support
 2024-12-05 17:41 UTC  (5+ messages)
` [PATCH v2 6/8] arm64: dts: qcom: qcs8300: enable pcie0 for qcs8300 soc
` [PATCH v2 8/8] arm64: dts: qcom: qcs8300: enable pcie1 for qcs8300 platform


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