linux-phy.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-10 02:04:50 to 2022-03-28 08:21:02 UTC [more...]

[PATCH 00/22] drm/mediatek: Add mt8195 DisplayPort driver
 2022-03-28  8:20 UTC  (30+ messages)
` [PATCH v9 01/22] dt-bindings: mediatek,dpi: Add DP_INTF compatible
` [PATCH v9 02/22] dt-bindings: mediatek,dp: Add Display Port binding
` [PATCH v9 03/22] dt-bindings: mediatek, dp_phy: Add Display Port PHY binding
` [PATCH v9 04/22] drm/edid: Convert cea_sad helper struct to kernelDoc
` [PATCH v9 05/22] drm/edid: Add cea_sad helpers for freq/length
` [PATCH v9 06/22] video/hdmi: Add audio_infoframe packing for DP
` [PATCH v9 07/22] drm/mediatek: dpi: move dpi limits to SoC config
` [PATCH v9 08/22] drm/mediatek: dpi: implement a CK/DE pol toggle in "
` [PATCH v9 09/22] drm/mediatek: dpi: implement a swap_input "
` [PATCH v9 10/22] drm/mediatek: dpi: move dimension mask to "
` [PATCH v9 11/22] drm/mediatek: dpi: move hvsize_mask "
` [PATCH v9 12/22] drm/mediatek: dpi: move swap_shift "
` [PATCH v9 13/22] drm/mediatek: dpi: move the yuv422_en_bit "
` [PATCH v9 14/22] drm/mediatek: dpi: move the csc_enable bit "
` [PATCH v9 15/22] drm/mediatek: dpi: Add dpintf support
` [PATCH v9 16/22] drm/meditek: dpi: Add matrix_sel helper
` [PATCH v9 17/22] phy: phy-mtk-dp: Add driver for DP phy
` [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver
` [PATCH v9 19/22] drm/mediatek: Add mt8195 External DisplayPort support
` [PATCH v9 20/22] drm/mediatek: add hpd debounce
` [PATCH v9 21/22] drm/mediatek: change the aux retries times when receiving AUX_DEFER
` [PATCH v9 22/22] drm/mediatek: DP audio support for mt8195

[PATCH 0/5] Add support for Axis, ARTPEC-8 PCIe driver
 2022-03-28  7:11 UTC  (2+ messages)

[PATCH 2/5] dt-bindings: phy: Add ARTPEC-8 PCIe phy
 2022-03-28  7:08 UTC  (2+ messages)

[PATCH v2 0/7] Add the iMX8MP PCIe support
 2022-03-28  3:00 UTC  (9+ messages)
` [PATCH v2 2/7] dt-binding: phy: Add iMX8MP PCIe PHY binding
` [PATCH v2 4/7] dt-bindings: imx6q-pcie: Add iMX8MP PCIe compatible string
` [PATCH v2 6/7] arm64: dts: imx8mp-evk: Add PCIe support
  ` (EXT) "

[PATCH 5/5] MAINTAINERS: Add maintainer for Axis ARTPEC-8 PCIe PHY driver
 2022-03-28  2:23 UTC 

[PATCH 4/5] phy: Add ARTPEC-8 PCIe PHY driver
 2022-03-28  2:18 UTC 

[PATCH 3/5] PCI: axis: Add ARTPEC-8 PCIe controller driver
 2022-03-28  2:14 UTC 

[PATCH 0/3] dt-bindings: phy: Fix uniphier descriptions
 2022-03-28  2:05 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: phy: uniphier-usb2: Add vbus-supply
` [PATCH 2/3] dt-bindings: phy: uniphier-usb3ss: Treat vbus-supply as optional
` [PATCH 3/3] dt-bindings: phy: uniphier-ahci: Fix missing reset-names

[PATCH 1/5] dt-bindings: pci: Add ARTPEC-8 PCIe controller
 2022-03-28  1:48 UTC 

[PATCH v5 0/2] phy: mediatek: Add PCIe PHY driver
 2022-03-26  2:27 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: phy: mediatek: Add YAML schema for PCIe PHY
` [PATCH v5 2/2] phy: mediatek: Add PCIe PHY driver

[PATCH v4 0/2] phy: mediatek: Add PCIe PHY driver
 2022-03-26  1:56 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: phy: mediatek: Add YAML schema for PCIe PHY
` [PATCH v4 2/2] phy: mediatek: Add PCIe PHY driver

[PATCH v4 0/2] phy: qmp: Add PCIe support for SM8150 SoC
 2022-03-25 22:21 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: phy: qcom, qmp: Add SM8150 PCIe PHY bindings
` [PATCH v4 2/2] phy: qcom-qmp: Add SM8150 PCIe QMP PHYs

[PATCH 00/22] drm/mediatek: Add mt8195 DisplayPort driver
 2022-03-25 18:43 UTC  (30+ messages)
` [PATCH 01/22] dt-bindings: mediatek,dpi: Add DP_INTF compatible
` [PATCH 02/22] dt-bindings: mediatek,dp: Add Display Port binding
` [PATCH 03/22] dt-bindings: mediatek, dp_phy: Add Display Port PHY binding
` [PATCH 04/22] drm/edid: Convert cea_sad helper struct to kernelDoc
` [PATCH 05/22] drm/edid: Add cea_sad helpers for freq/length
` [PATCH 06/22] video/hdmi: Add audio_infoframe packing for DP
` [PATCH 07/22] drm/mediatek: dpi: move dpi limits to SoC config
` [PATCH 08/22] drm/mediatek: dpi: implement a CK/DE pol toggle in "
` [PATCH 09/22] drm/mediatek: dpi: implement a swap_input "
` [PATCH 10/22] drm/mediatek: dpi: move dimension mask to "
` [PATCH 11/22] drm/mediatek: dpi: move hvsize_mask "
` [PATCH 12/22] drm/mediatek: dpi: move swap_shift "
` [PATCH 13/22] drm/mediatek: dpi: move the yuv422_en_bit "
` [PATCH 14/22] drm/mediatek: dpi: move the csc_enable bit "
` [PATCH 15/22] drm/mediatek: dpi: Add dpintf support
` [PATCH 16/22] drm/meditek: dpi: Add matrix_sel helper
` [PATCH 17/22] phy: phy-mtk-dp: Add driver for DP phy
` [PATCH 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver
` [PATCH 19/22] drm/mediatek: Add mt8195 External DisplayPort support
` [PATCH 20/22] drm/mediatek: add hpd debounce
` [PATCH 21/22] drm/mediatek: change the aux retries times when receiving AUX_DEFER
` [PATCH 22/22] drm/mediatek: DP audio support for mt8195

[PATCH v9] dt-bindings: soc: grf: add naneng combo phy register compatible
 2022-03-24 12:01 UTC 

[PATCH v3 0/2] phy: mediatek: Add PCIe PHY driver
 2022-03-22 18:08 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: phy: mediatek: Add YAML schema for PCIe PHY
` [PATCH v3 2/2] phy: mediatek: Add PCIe PHY driver

[PATCH v2 0/6] UFS support on SM6350 & FP4
 2022-03-21 21:46 UTC  (5+ messages)
` [PATCH v2 2/6] dt-bindings: phy: qcom, qmp: Add SM6350 UFS PHY bindings
  ` [PATCH v2 2/6] dt-bindings: phy: qcom,qmp: "
` [PATCH v2 3/6] phy: qcom-qmp: Add SM6350 UFS PHY support

[PATCH v8 0/19] drm/mediatek: Add mt8195 DisplayPort driver
 2022-03-21  7:24 UTC  (7+ messages)
` [PATCH v8 17/19] drm/mediatek: add hpd debounce
` [PATCH v8 18/19] drm/mediatek: change the aux retries times when receiving AUX_DEFER

[PATCH v2 0/2] phy: mediatek: Add PCIe PHY driver
 2022-03-21  4:24 UTC  (13+ messages)
` [PATCH v2 1/2] dt-bindings: phy: mediatek: Add YAML schema for PCIe PHY
` [PATCH v2 2/2] phy: mediatek: Add PCIe PHY driver

[linux-next:master] BUILD REGRESSION 6d72dda014a4753974eb08950089ddf71fec4f60
 2022-03-19  3:39 UTC 

[PATCH 0/6] UFS support on SM6350 & FP4
 2022-03-19 14:40 UTC  (4+ messages)
` [PATCH 2/6] dt-bindings: phy: qcom,qmp: Add SM6350 UFS PHY bindings
` [PATCH 3/6] phy: qcom-qmp: Add SM6350 UFS PHY support

[PATCH] phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks
 2022-03-18 10:57 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v3 0/9] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / MIPI CSI-2 Support
 2022-03-17 16:25 UTC  (7+ messages)
` [PATCH v3 5/9] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v3 7/9] dt-bindings: media: Add Allwinner A83T MIPI CSI-2 bindings documentation

[PATCH 0/2] phy: mediatek: Add PCIe PHY driver
 2022-03-17  9:34 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dt-bindings: phy: mediatek: Add YAML schema for PCIe PHY

[PATCH -next] phy: Remove duplicated include in phy-fsl-lynx-28g.c
 2022-03-17  2:40 UTC  (2+ messages)

[PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
 2022-03-15 10:13 UTC  (14+ messages)

[PATCH] phy: freescale: imx8m-pcie: Handle IMX8_PCIE_REFCLK_PAD_UNUSED
 2022-03-15  0:15 UTC  (6+ messages)

[PATCH v2 0/3] Add QCOM SNPS PHY overriding params support
 2022-03-14 11:21 UTC  (13+ messages)
` [PATCH v2 1/3] dt-bindings: phy: qcom, usb-snps-femto-v2: Add phy override params bindings

[PATCH net-next v5 0/8] dpaa2-mac: add support for changing the protocol at runtime
 2022-03-14 11:00 UTC  (10+ messages)
` [PATCH net-next v5 1/8] phy: add support for the Layerscape SerDes 28G
` [PATCH net-next v5 2/8] dt-bindings: phy: add bindings for Lynx 28G PHY
` [PATCH net-next v5 3/8] dpaa2-mac: add the MC API for retrieving the version
` [PATCH net-next v5 4/8] dpaa2-mac: add the MC API for reconfiguring the protocol
` [PATCH net-next v5 5/8] dpaa2-mac: retrieve API version and detect features
` [PATCH net-next v5 6/8] dpaa2-mac: move setting up supported_interfaces into a function
` [PATCH net-next v5 7/8] dpaa2-mac: configure the SerDes phy on a protocol change
` [PATCH net-next v5 8/8] arch: arm64: dts: lx2160a: describe the SerDes block #1

[PATCH net-next v4 0/8] dpaa2-mac: add support for changing the protocol at runtime
 2022-03-11 13:15 UTC  (13+ messages)
` [PATCH net-next v4 1/8] phy: add support for the Layerscape SerDes 28G
` [PATCH net-next v4 2/8] dt-bindings: phy: add the "fsl, lynx-28g" compatible
` [PATCH net-next v4 3/8] dpaa2-mac: add the MC API for retrieving the version
` [PATCH net-next v4 4/8] dpaa2-mac: add the MC API for reconfiguring the protocol
` [PATCH net-next v4 5/8] dpaa2-mac: retrieve API version and detect features
` [PATCH net-next v4 6/8] dpaa2-mac: move setting up supported_interfaces into a function
` [PATCH net-next v4 7/8] dpaa2-mac: configure the SerDes phy on a protocol change
` [PATCH net-next v4 8/8] arch: arm64: dts: lx2160a: describe the SerDes block #1

[PATCH] phy: samsung: exynos5250-sata: fix missing device put in probe error paths
 2022-03-11  1:54 UTC  (2+ messages)

[GIT PULL] Generic phy updates for v5.18-rc1
 2022-03-10 21:52 UTC  (2+ messages)

[PATCH net-next v3 0/8] dpaa2-mac: add support for changing the protocol at runtime
 2022-03-10 21:19 UTC  (16+ messages)
` [PATCH net-next v3 1/8] phy: add support for the Layerscape SerDes 28G
` [PATCH net-next v3 2/8] dt-bindings: phy: add the "fsl, lynx-28g" compatible
` [PATCH net-next v3 3/8] dpaa2-mac: add the MC API for retrieving the version
` [PATCH net-next v3 4/8] dpaa2-mac: add the MC API for reconfiguring the protocol
` [PATCH net-next v3 5/8] dpaa2-mac: retrieve API version and detect features
` [PATCH net-next v3 6/8] dpaa2-mac: move setting up supported_interfaces into a function
` [PATCH net-next v3 7/8] dpaa2-mac: configure the SerDes phy on a protocol change
` [PATCH net-next v3 8/8] arch: arm64: dts: lx2160a: describe the SerDes block #1

[PATCH v1 0/2] Add phy driver for ehci in Sunplus SP7021
 2022-03-10 19:57 UTC  (3+ messages)
` [PATCH v1 2/2] dt-bindings: phy: Add bindings doc for Sunplus USB2 PHY driver


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