All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] phy: mediatek: Add PCIe PHY driver
@ 2022-03-18  9:54 ` Jianjun Wang
  0 siblings, 0 replies; 52+ messages in thread
From: Jianjun Wang @ 2022-03-18  9:54 UTC (permalink / raw)
  To: Chunfeng Yun, Kishon Vijay Abraham I, Vinod Koul, Rob Herring,
	Matthias Brugger, Chen-Yu Tsai
  Cc: Jianjun Wang, linux-arm-kernel, linux-mediatek, linux-phy,
	devicetree, linux-kernel, rex-bc.chen, randy.wu, jieyy.yang,
	chuanjia.liu, qizhong.cheng, jian.yang

These series patches add support for PCIe PHY driver on MediaTek chipsets.

Changes in v2:
1. Add specific compatible name;
2. Read NVMEM data at probe time;
3. Fix typos.

Jianjun Wang (2):
  dt-bindings: phy: mediatek: Add YAML schema for PCIe PHY
  phy: mediatek: Add PCIe PHY driver

 .../bindings/phy/mediatek,pcie-phy.yaml       |  75 ++++++
 drivers/phy/mediatek/Kconfig                  |  11 +
 drivers/phy/mediatek/Makefile                 |   1 +
 drivers/phy/mediatek/phy-mtk-pcie.c           | 246 ++++++++++++++++++
 4 files changed, 333 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/mediatek,pcie-phy.yaml
 create mode 100644 drivers/phy/mediatek/phy-mtk-pcie.c

-- 
2.18.0


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 52+ messages in thread

end of thread, other threads:[~2022-03-21  4:26 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-18  9:54 [PATCH v2 0/2] phy: mediatek: Add PCIe PHY driver Jianjun Wang
2022-03-18  9:54 ` Jianjun Wang
2022-03-18  9:54 ` Jianjun Wang
2022-03-18  9:54 ` Jianjun Wang
2022-03-18  9:54 ` [PATCH v2 1/2] dt-bindings: phy: mediatek: Add YAML schema for PCIe PHY Jianjun Wang
2022-03-18  9:54   ` Jianjun Wang
2022-03-18  9:54   ` Jianjun Wang
2022-03-18  9:54   ` Jianjun Wang
2022-03-18 11:12   ` AngeloGioacchino Del Regno
2022-03-18 11:12     ` AngeloGioacchino Del Regno
2022-03-18 11:12     ` AngeloGioacchino Del Regno
2022-03-18 11:12     ` AngeloGioacchino Del Regno
2022-03-18 13:51     ` Krzysztof Kozlowski
2022-03-18 13:51       ` Krzysztof Kozlowski
2022-03-18 13:51       ` Krzysztof Kozlowski
2022-03-18 13:51       ` Krzysztof Kozlowski
2022-03-18 13:56       ` AngeloGioacchino Del Regno
2022-03-18 13:56         ` AngeloGioacchino Del Regno
2022-03-18 13:56         ` AngeloGioacchino Del Regno
2022-03-18 13:56         ` AngeloGioacchino Del Regno
2022-03-18 14:43         ` Jianjun Wang
2022-03-18 14:43           ` Jianjun Wang
2022-03-18 14:43           ` Jianjun Wang
2022-03-18 14:43           ` Jianjun Wang
2022-03-21  4:24         ` Chen-Yu Tsai
2022-03-21  4:24           ` Chen-Yu Tsai
2022-03-21  4:24           ` Chen-Yu Tsai
2022-03-21  4:24           ` Chen-Yu Tsai
2022-03-18 13:55   ` Krzysztof Kozlowski
2022-03-18 13:55     ` Krzysztof Kozlowski
2022-03-18 13:55     ` Krzysztof Kozlowski
2022-03-18 13:55     ` Krzysztof Kozlowski
2022-03-18 14:45     ` Jianjun Wang
2022-03-18 14:45       ` Jianjun Wang
2022-03-18 14:45       ` Jianjun Wang
2022-03-18 14:45       ` Jianjun Wang
2022-03-18  9:54 ` [PATCH v2 2/2] phy: mediatek: Add PCIe PHY driver Jianjun Wang
2022-03-18  9:54   ` Jianjun Wang
2022-03-18  9:54   ` Jianjun Wang
2022-03-18  9:54   ` Jianjun Wang
2022-03-18  9:59   ` Chen-Yu Tsai
2022-03-18  9:59     ` Chen-Yu Tsai
2022-03-18  9:59     ` Chen-Yu Tsai
2022-03-18  9:59     ` Chen-Yu Tsai
2022-03-18 10:57   ` AngeloGioacchino Del Regno
2022-03-18 10:57     ` AngeloGioacchino Del Regno
2022-03-18 10:57     ` AngeloGioacchino Del Regno
2022-03-18 10:57     ` AngeloGioacchino Del Regno
2022-03-18 11:48     ` Jianjun Wang
2022-03-18 11:48       ` Jianjun Wang
2022-03-18 11:48       ` Jianjun Wang
2022-03-18 11:48       ` Jianjun Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.