All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/23] Add driver nodes for MT8192 SoC
@ 2022-02-18  9:16 ` Allen-KH Cheng
  0 siblings, 0 replies; 252+ messages in thread
From: Allen-KH Cheng @ 2022-02-18  9:16 UTC (permalink / raw)
  To: Matthias Brugger, Rob Herring, --to=Krzysztof Kozlowski
  Cc: Project_Global_Chrome_Upstream_Group, devicetree,
	linux-arm-kernel, linux-kernel, linux-mediatek, Chen-Yu Tsai,
	Ryder Lee, Allen-KH Cheng

This series are based on tag: next-20220216, linux-next/master 
and apply the below patchs 
https://patchwork.kernel.org/project/linux-mediatek/patch/20220207094024.22674-1-allen-kh.cheng@mediatek.com/
https://patchwork.kernel.org/project/linux-mediatek/patch/20220217135620.10559-1-allen-kh.cheng@mediatek.com/

There some patches are missed in PATCH v1.
I resend series again and also add display related nodes in PATCH v2.

changes since v1:
- add usb-phy node for xhci node
- move infracfg_rst patch in front of PCIe patch
- add display nodes, i2c aliases and pwm node.

Allen-KH Cheng (23):
  arm64: dts: mt8192: Add power domains controller
  arm64: dts: mt8192: Add pwrap node
  arm64: dts: mt8192: Add spmi node
  arm64: dts: mt8192: Add gce node
  arm64: dts: mt8192: Add SCP node
  arm64: dts: mt8192: Add usb-phy node
  arm64: dts: mt8192: Add xhci node
  arm64: dts: mt8192: Add audio-related nodes
  arm64: dts: mt8192: Add infracfg_rst node
  arm64: dts: mt8192: Add PCIe node
  arm64: dts: mt8192: Correct nor_flash status of mt8192
  arm64: dts: mt8192: Add efuse node
  arm64: dts: mt8192: Add mmc device nodes
  arm64: dts: mt8192: Add mipi_tx node
  arm64: dts: mt8192: Add m4u and smi nodes
  arm64: dts: mt8192: Add H264 venc device node
  arm64: dts: mt8192: Add vcodec lat and core nodes
  arm64: dts: mt8192: Add dpi node
  arm64: dts: mt8192: Add i2c aliases
  arm64: dts: mt8192: Add display nodes
  arm64: dts: mt8192: Add dsi node
  arm64: dts: mt8192: Add gce info for display nodes
  arm64: dts: mt8192: Add pwm node

 arch/arm64/boot/dts/mediatek/mt8192.dtsi | 1000 +++++++++++++++++++++-
 1 file changed, 989 insertions(+), 11 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2022-02-25 23:07 UTC | newest]

Thread overview: 252+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18  9:16 [PATCH v2 00/23] Add driver nodes for MT8192 SoC Allen-KH Cheng
2022-02-18  9:16 ` Allen-KH Cheng
2022-02-18  9:16 ` Allen-KH Cheng
2022-02-18  9:16 ` [PATCH v2 01/23] arm64: dts: mt8192: Add power domains controller Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-22 19:18   ` Nícolas F. R. A. Prado
2022-02-22 19:18     ` Nícolas F. R. A. Prado
2022-02-22 19:18     ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 02/23] arm64: dts: mt8192: Add pwrap node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-22 19:24   ` Nícolas F. R. A. Prado
2022-02-22 19:24     ` Nícolas F. R. A. Prado
2022-02-22 19:24     ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 03/23] arm64: dts: mt8192: Add spmi node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-22 19:31   ` Nícolas F. R. A. Prado
2022-02-22 19:31     ` Nícolas F. R. A. Prado
2022-02-22 19:31     ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 04/23] arm64: dts: mt8192: Add gce node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-22 19:43   ` Nícolas F. R. A. Prado
2022-02-22 19:43     ` Nícolas F. R. A. Prado
2022-02-22 19:43     ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 05/23] arm64: dts: mt8192: Add SCP node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-21 12:37     ` allen-kh.cheng
2022-02-21 12:37       ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 06/23] arm64: dts: mt8192: Add usb-phy node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-21 13:00     ` allen-kh.cheng
2022-02-21 13:00       ` allen-kh.cheng
2022-02-22 20:10   ` Nícolas F. R. A. Prado
2022-02-22 20:10     ` Nícolas F. R. A. Prado
2022-02-22 20:10     ` Nícolas F. R. A. Prado
2022-02-23 13:24     ` allen-kh.cheng
2022-02-23 13:24       ` allen-kh.cheng
2022-02-23 15:11       ` Nícolas F. R. A. Prado
2022-02-23 15:11         ` Nícolas F. R. A. Prado
2022-02-23 15:11         ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 07/23] arm64: dts: mt8192: Add xhci node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-22 20:28   ` Nícolas F. R. A. Prado
2022-02-22 20:28     ` Nícolas F. R. A. Prado
2022-02-22 20:28     ` Nícolas F. R. A. Prado
2022-02-23 13:27     ` allen-kh.cheng
2022-02-23 13:27       ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 08/23] arm64: dts: mt8192: Add audio-related nodes Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-22 20:35   ` Nícolas F. R. A. Prado
2022-02-22 20:35     ` Nícolas F. R. A. Prado
2022-02-22 20:35     ` Nícolas F. R. A. Prado
2022-02-23 13:30     ` allen-kh.cheng
2022-02-23 13:30       ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 09/23] arm64: dts: mt8192: Add infracfg_rst node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-21 13:05     ` allen-kh.cheng
2022-02-21 13:05       ` allen-kh.cheng
2022-02-21 15:20       ` AngeloGioacchino Del Regno
2022-02-21 15:20         ` AngeloGioacchino Del Regno
2022-02-21 15:20         ` AngeloGioacchino Del Regno
2022-02-22  5:55         ` allen-kh.cheng
2022-02-22  5:55           ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 10/23] arm64: dts: mt8192: Add PCIe node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16 ` [PATCH v2 11/23] arm64: dts: mt8192: Correct nor_flash status of mt8192 Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-21 12:49     ` allen-kh.cheng
2022-02-21 12:49       ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 12/23] arm64: dts: mt8192: Add efuse node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-21 12:53     ` allen-kh.cheng
2022-02-21 12:53       ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 13/23] arm64: dts: mt8192: Add mmc device nodes Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-21 13:08     ` allen-kh.cheng
2022-02-21 13:08       ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 14/23] arm64: dts: mt8192: Add mipi_tx node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:55   ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-18 12:55     ` AngeloGioacchino Del Regno
2022-02-21 12:43     ` allen-kh.cheng
2022-02-21 12:43       ` allen-kh.cheng
2022-02-22 21:26   ` Nícolas F. R. A. Prado
2022-02-22 21:26     ` Nícolas F. R. A. Prado
2022-02-22 21:26     ` Nícolas F. R. A. Prado
2022-02-23 13:32     ` allen-kh.cheng
2022-02-23 13:32       ` allen-kh.cheng
2022-02-25 20:38     ` Nícolas F. R. A. Prado
2022-02-25 20:38       ` Nícolas F. R. A. Prado
2022-02-25 20:38       ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 15/23] arm64: dts: mt8192: Add m4u and smi nodes Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-22 21:48   ` Nícolas F. R. A. Prado
2022-02-22 21:48     ` Nícolas F. R. A. Prado
2022-02-22 21:48     ` Nícolas F. R. A. Prado
2022-02-23 13:34     ` allen-kh.cheng
2022-02-23 13:34       ` allen-kh.cheng
2022-02-25 23:06   ` Nícolas F. R. A. Prado
2022-02-25 23:06     ` Nícolas F. R. A. Prado
2022-02-25 23:06     ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 16/23] arm64: dts: mt8192: Add H264 venc device node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-22 22:13   ` Nícolas F. R. A. Prado
2022-02-22 22:13     ` Nícolas F. R. A. Prado
2022-02-22 22:13     ` Nícolas F. R. A. Prado
2022-02-23 13:36     ` allen-kh.cheng
2022-02-23 13:36       ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 17/23] arm64: dts: mt8192: Add vcodec lat and core nodes Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-21 13:10     ` allen-kh.cheng
2022-02-21 13:10       ` allen-kh.cheng
2022-02-22 22:33   ` Nícolas F. R. A. Prado
2022-02-22 22:33     ` Nícolas F. R. A. Prado
2022-02-22 22:33     ` Nícolas F. R. A. Prado
2022-02-23 13:39     ` allen-kh.cheng
2022-02-23 13:39       ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 18/23] arm64: dts: mt8192: Add dpi node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-21 13:13     ` allen-kh.cheng
2022-02-21 13:13       ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 19/23] arm64: dts: mt8192: Add i2c aliases Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-21  4:50   ` Chen-Yu Tsai
2022-02-21  4:50     ` Chen-Yu Tsai
2022-02-21  4:50     ` Chen-Yu Tsai
2022-02-21 13:22     ` allen-kh.cheng
2022-02-21 13:22       ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 20/23] arm64: dts: mt8192: Add display nodes Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-22 10:24   ` Chen-Yu Tsai
2022-02-22 10:24     ` Chen-Yu Tsai
2022-02-22 10:24     ` Chen-Yu Tsai
2022-02-23 15:35     ` Nícolas F. R. A. Prado
2022-02-23 15:35       ` Nícolas F. R. A. Prado
2022-02-23 15:35       ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 21/23] arm64: dts: mt8192: Add dsi node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-21 13:14     ` allen-kh.cheng
2022-02-21 13:14       ` allen-kh.cheng
2022-02-22 23:16   ` Nícolas F. R. A. Prado
2022-02-22 23:16     ` Nícolas F. R. A. Prado
2022-02-22 23:16     ` Nícolas F. R. A. Prado
2022-02-23 13:14     ` allen-kh.cheng
2022-02-23 13:14       ` allen-kh.cheng
2022-02-18  9:16 ` [PATCH v2 22/23] arm64: dts: mt8192: Add gce info for display nodes Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-21 13:16     ` allen-kh.cheng
2022-02-21 13:16       ` allen-kh.cheng
2022-02-22 23:24   ` Nícolas F. R. A. Prado
2022-02-22 23:24     ` Nícolas F. R. A. Prado
2022-02-22 23:24     ` Nícolas F. R. A. Prado
2022-02-23 13:12     ` allen-kh.cheng
2022-02-23 13:12       ` allen-kh.cheng
2022-02-23 15:20       ` Nícolas F. R. A. Prado
2022-02-23 15:20         ` Nícolas F. R. A. Prado
2022-02-23 15:20         ` Nícolas F. R. A. Prado
2022-02-18  9:16 ` [PATCH v2 23/23] arm64: dts: mt8192: Add pwm node Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18  9:16   ` Allen-KH Cheng
2022-02-18 12:56   ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-18 12:56     ` AngeloGioacchino Del Regno
2022-02-21 13:17     ` allen-kh.cheng
2022-02-21 13:17       ` allen-kh.cheng
2022-02-22  3:21 ` [PATCH v2 00/23] Add driver nodes for MT8192 SoC Chen-Yu Tsai
2022-02-22  3:21   ` Chen-Yu Tsai
2022-02-22  3:21   ` Chen-Yu Tsai
2022-02-23 13:21   ` allen-kh.cheng
2022-02-23 13:21     ` allen-kh.cheng

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.