public inbox for linux-phy@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-08-12 20:43:11 to 2021-09-10 18:49:21 UTC [more...]

[PATCH 00/22] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2021-09-10 18:41 UTC  (15+ messages)
` [PATCH 01/22] clk: sunxi-ng: v3s: Make the ISP PLL clock public
` [PATCH 02/22] ARM: dts: sun8i: v3s: Parent the CSI module clock to the ISP PLL
` [PATCH 03/22] dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property
` [PATCH 04/22] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH 05/22] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH 06/22] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH 07/22] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH 08/22] MAINTAINERS: Add entry for the Allwinner A31 MIPI CSI-2 bridge driver
` [PATCH 09/22] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH 10/22] dt-bindings: media: Add Allwinner A83T MIPI CSI-2 bindings documentation
` [PATCH 11/22] media: sunxi: Add support for the A83T MIPI CSI-2 controller
` [PATCH 12/22] MAINTAINERS: Add entry for the Allwinner A83T MIPI CSI-2 bridge
` [PATCH NOT FOR MERGE 13/22] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH 14/22] ARM: dts: sun8i: a83t: bananapi-m3: Enable MIPI CSI-2 with OV8865

[PATCH] phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe()
 2021-09-09  7:21 UTC 

[PATCH 0/5] PHY: Add support to output derived and received reference clock from Torrent
 2021-09-08 18:26 UTC  (6+ messages)
` [PATCH 1/5] phy: cadence-torrent: Migrate to clk_hw based registration and OF APIs
` [PATCH 2/5] dt-bindings: phy: cadence-torrent: Add clock IDs for derived and received refclk
` [PATCH 3/5] phy: cadence-torrent: Add support for derived reference clock output
` [PATCH 4/5] phy: cadence-torrent: Add support for received "
` [PATCH 5/5] phy: cadence-torrent: Model reference clock driver as a gate and mux clock

[PATCH v2 00/15] PHY: Add support for multilink configurations in Cadence Sierra PHY driver
 2021-09-08 12:29 UTC  (16+ messages)
` [PATCH v2 01/15] phy: cadence: Sierra: Use of_device_get_match_data() to get driver data
` [PATCH v2 02/15] phy: cadence: Sierra: Prepare driver to add support for multilink configurations
` [PATCH v2 03/15] dt-bindings: phy: cadence-torrent: Rename SSC macros to use generic names
` [PATCH v2 04/15] dt-bindings: phy: cadence-sierra: Add binding to specify SSC mode
` [PATCH v2 05/15] phy: cadence: Sierra: Add support to get SSC type from device tree
` [PATCH v2 06/15] phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra documentation
` [PATCH v2 07/15] phy: cadence: Sierra: Add PHY PCS common register configurations
` [PATCH v2 08/15] phy: cadence: Sierra: Check cmn_ready assertion during PHY power on
` [PATCH v2 09/15] phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operation
` [PATCH v2 10/15] phy: cadence: Sierra: Update single link PCIe register configuration
` [PATCH v2 11/15] phy: cadence: Sierra: Fix to get correct parent for mux clocks
` [PATCH v2 12/15] phy: cadence: Sierra: Add support for PHY multilink configurations
` [PATCH v2 13/15] phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configuration
` [PATCH v2 14/15] dt-bindings: phy: cadence-sierra: Add clock ID for derived reference clock
` [PATCH v2 15/15] phy: cadence: Sierra: Add support for derived reference clock output

[PATCH v5 0/6] Rx mode support for Cadence DPHY
 2021-09-07 19:03 UTC  (9+ messages)
` [PATCH v5 1/6] phy: cdns-dphy: Prepare for Rx support
` [PATCH v5 2/6] phy: cdns-dphy: Add "
` [PATCH v5 3/6] phy: dt-bindings: Convert Cadence DPHY binding to YAML
` [PATCH v5 4/6] phy: dt-bindings: cdns, dphy: make clocks optional for Rx mode
` [PATCH v5 5/6] phy: dt-bindings: cdns, dphy: add power-domains property
` [PATCH v5 6/6] phy: dt-bindings: cdns,dphy: add Rx DPHY compatible

[PATCH 0/4] MT8195 HDMI Tx support
 2021-09-07 16:47 UTC  (8+ messages)
` [PATCH 1/4] phy: mediatek: add support for phy-mtk-hdmi-mt8195
` [PATCH 2/4] drm/mediatek: add mt8195 hdmi TX support
` [PATCH 3/4] dt-bindings: phy: Add binding for Mediatek MT8195 HDMI PHY
` [PATCH 4/4] dt-bindings: display: mediatek: add MT8195 hdmi bindings

[PATCH] dt-bindings: Use 'enum' instead of 'oneOf' plus 'const' entries
 2021-09-06 15:31 UTC  (9+ messages)

[PATCH 00/14] PHY: Add support for multilink configurations in Cadence Sierra PHY driver
 2021-09-03 16:12 UTC  (16+ messages)
` [PATCH 01/14] phy: cadence: Sierra: Use of_device_get_match_data() to get driver data
` [PATCH 02/14] phy: cadence: Sierra: Prepare driver to add support for multilink configurations
` [PATCH 03/14] dt-bindings: phy: cadence-sierra: Add binding to specify SSC mode
` [PATCH 04/14] phy: cadence: Sierra: Add support to get SSC type from device tree
` [PATCH 05/14] phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra documentation
` [PATCH 06/14] phy: cadence: Sierra: Add PHY PCS common register configurations
` [PATCH 07/14] phy: cadence: Sierra: Check cmn_ready assertion during PHY power on
` [PATCH 08/14] phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operation
` [PATCH 09/14] phy: cadence: Sierra: Update single link PCIe register configuration
` [PATCH 10/14] phy: cadence: Sierra: Fix to get correct parent for mux clocks
` [PATCH 11/14] phy: cadence: Sierra: Add support for PHY multilink configurations
` [PATCH 12/14] phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configuration
` [PATCH 13/14] dt-bindings: phy: cadence-sierra: Add clock ID for derived reference clock
` [PATCH 14/14] phy: cadence: Sierra: Add support for derived reference clock output

[PATCH 1/2] dt-bindings: phy: rockchip: remove usb-phy fallback string for rk3066a/rk3188
 2021-08-31 21:33 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: "

[PATCHv3 0/6] Meson-8b and Meson-gxbb Fix some missing code
 2021-08-31 20:47 UTC  (17+ messages)
` [PATCHv3 1/6] ARM: dts: meson8b: odroidc1: Add usb phy power node
` [PATCHv3 2/6] ARM: dts: meson8b: odroidc1: Set usb power source to always on
` [PATCHv3 3/6] arm64: dts: amlogic: odroidc2: Fix the chip enable signal for usb power
` [PATCHv3 4/6] arm64: dts: amlogic: odroidc2: use vbus-supply for power source for usb nodes
` [PATCHv3 5/6] phy: amlogic: meson8b-usb2: Power off the PHY by putting it into reset mode
` [PATCHv3 6/6] phy: amlogic: meson8b-usb2: don't log an error on -EPROBE_DEFER

[PATCH v1 0/5] phy: phy-rockchip-dphy-rx0: add support for tx1rx1 rx mode
 2021-08-31 12:58 UTC  (14+ messages)
` [PATCH v1 1/5] phy: phy-rockchip-dphy-rx0: refactor for tx1rx1 addition
` [PATCH v1 2/5] phy: phy-rockchip-dphy-rx0: add support for tx1rx1 in receive mode
` [PATCH v1 3/5] phy: rename phy-rockchip-dphy-rx0 to phy-rockchip-dphy-rx
` [PATCH v1 4/5] dt-bindings: phy: phy-rockchip-dphy-rx0: add support for tx1rx1 phy
` [PATCH v1 5/5] arm64: dts: rockchip: add mipi-dphy-tx1rx1 for rk3399

[PATCH v2 0/4] Add support of eMMC PHY for Intel Thunder Bay
 2021-08-29 18:24 UTC  (5+ messages)
` [PATCH v2 1/4] mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC driver
` [PATCH v2 2/4] dt-bindings: mmc: Add bindings for Intel Thunder Bay SoC
` [PATCH v2 3/4] dt-bindings: phy: intel: Add Thunder Bay eMMC PHY bindings
` [PATCH v2 4/4] phy: intel: Add Thunder Bay eMMC PHY support

[PATCH 1/3] phy: marvell: phy-mvebu-cp110-comphy: Rename HS-SGMMI to 2500Base-X
 2021-08-27 21:10 UTC  (9+ messages)
` [PATCH 2/3] phy: marvell: phy-mvebu-a3700-comphy: "
` [PATCH 3/3] phy: marvell: phy-mvebu-a3700-comphy: Remove unsupported modes

[PATCH v4 0/6] Rx mode support for Cadence DPHY
 2021-08-26 19:34 UTC  (16+ messages)
` [PATCH v4 1/6] phy: cdns-dphy: Prepare for Rx support
` [PATCH v4 2/6] phy: cdns-dphy: Add "
` [PATCH v4 3/6] phy: dt-bindings: Convert Cadence DPHY binding to YAML
` [PATCH v4 4/6] phy: dt-bindings: cdns,dphy: make clocks optional
` [PATCH v4 5/6] phy: dt-bindings: cdns, dphy: add power-domains property
` [PATCH v4 6/6] phy: dt-bindings: cdns,dphy: add Rx DPHY compatible

[PATCH v1 0/3]
 2021-08-26 13:26 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: phy: rockchip: Add Naneng combo PHY bindings
` [PATCH v1 3/3] arm64: dts: rockchip: add naneng combo phy nodes for rk3568

[PATCH v2 0/6] arm64: IPQ6018 PCIe support
 2021-08-25 16:37 UTC  (9+ messages)
` [PATCH v2 2/6] PCI: qcom: add support for IPQ60xx PCIe controller

[GIT PULL]: Generic phy updates for v5.15
 2021-08-24 13:36 UTC  (2+ messages)

[PATCH v14] phy: HiSilicon: Add driver for Kirin 970 PCIe PHY
 2021-08-24 11:54 UTC 

[PATCH v3 0/2] Add UFS PHY support for SM6115/4250
 2021-08-23  5:43 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: phy: qcom, qmp: Add SM6115 UFS PHY bindings
` [PATCH v3 2/2] phy: qcom-qmp: Add support for SM6115 UFS phy

[PATCH v11 00/11] Add support for Hikey 970 PCIe
 2021-08-20 13:43 UTC  (10+ messages)
` [PATCH v11 01/11] phy: HiSilicon: Add driver for Kirin 970 PCIe PHY
            ` [PATCH v13] "
        ` [PATCH v12] "

[PATCH linux-next] phy/tegra: add put_device() after of_find_device_by_node()
 2021-08-20 11:34 UTC  (2+ messages)

[PATCH] phy: xilinx: zynqmp: skip PHY initialization and PLL lock for USB
 2021-08-18 10:14 UTC  (2+ messages)

[PATCH v2 0/8] phy-rockchip-inno-usb2: support rk356x usb2phy
 2021-08-17 21:43 UTC  (7+ messages)
` [PATCH v2 2/8] dt-bindings: phy: phy-rockchip-inno-usb2: add rk3568 documentation
` [PATCH v2 4/8] phy: phy-rockchip-inno-usb2: support standalone phy nodes
` [PATCH v2 5/8] phy: phy-rockchip-inno-usb2: support muxed interrupts
` [PATCH v2 6/8] phy: phy-rockchip-inno-usb2: add rk3568 support

[PATCH v3 1/9] dt-bindings: phy: mediatek: tphy: support type switch by pericfg
 2021-08-17 10:22 UTC  (10+ messages)
` [PATCH v3 2/9] phy: phy-mtk-tphy: use clock bulk to get clocks
` [PATCH v3 3/9] phy: phy-mtk-tphy: support type switch by pericfg
` [PATCH v3 4/9] phy: phy-mtk-tphy: print error log using child device
` [PATCH v3 5/9] phy: phy-mtk-tphy: remove error log of ioremap failure
` [PATCH v3 6/9] phy: phy-mtk-ufs: use clock bulk to get clocks
` [PATCH v3 7/9] phy: phy-mtk-hdmi: convert to devm_platform_ioremap_resource
` [PATCH v3 8/9] phy: phy-mtk-mipi-dsi: remove dummy assignment of error number
` [PATCH v3 9/9] phy: phy-mtk-mipi-dsi: convert to devm_platform_ioremap_resource

[PATCH v3 0/9] PHY: Prepare Cadence Torrent PHY driver to support multilink DP
 2021-08-17 10:12 UTC  (2+ messages)

[PATCH v2 0/2] Add UFS PHY support for SM6115/4250
 2021-08-17  5:34 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: phy: qcom, qmp: Add SM6115 UFS PHY bindings
` [PATCH v2 2/2] phy: qcom-qmp: Add support for SM6115 UFS phy

[PATCH v2 1/6] dt-bindings: phy: qcom,qmp: Add IPQ6018 USB3 PHY
 2021-08-13 19:52 UTC  (10+ messages)
` [PATCH v2 3/6] dt-bindings: usb: dwc3: add reference clock period
` [PATCH v2 4/6] usb: dwc3: reference clock period configuration
` [PATCH v2 5/6] dt-bindings: usb: qcom,dwc3: add binding for IPQ6018

[PATCHv2 0/4] Meson-8b and Meson-gxbb Fix some missing code
 2021-08-13 19:35 UTC  (11+ messages)
` [PATCHv2 1/4] ARM: dts: meson8b: odroidc1: Add usb phy power node

[PATCH v1 0/2] Add UFS PHY support for SM6115/4250
 2021-08-13 18:38 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: phy: qcom, qmp: Add SM6115 UFS PHY bindings
  ` [PATCH v1 1/2] dt-bindings: phy: qcom,qmp: "

[PATCH v4 0/9] MIPS: Migrate pistachio to generic kernel
 2021-08-13 16:03 UTC  (3+ messages)
` [PATCH v4 4/9] clocksource/drivers/pistachio: Make it selectable for MIPS


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