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

Add driver nodes for MT8192 SoC and this series are based on tag: next-20220318, linux-next/master.

The current mmsys dt-binding,
Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml, doesn't define mboxes or mediatek,gce-client-reg.
Need to reference the below link
https://urldefense.com/v3/__https://lore.kernel.org/all/20220126071932.32615-2-jason-jh.lin@mediatek.com/__;!!CTRNKA9wMg0ARbw!zNfQkN-YYjiqPCd5m9DsLhrQDymgEZJoY4oSl24nC3R95P0gIXEmNjyJMhjQZXkWX7mZPa5QS7KIMlGXMbDjDA1_2A$ 

changes since v3:
- add patch: add the mmsys reset bit to reset the dsi0
- dsi0: use mmsys for reset controller support
- mmc: reorder clocks as specified in the dt-bindings
- vcodec: use ranges for regs of subnodes

changes since v2:
- rebase on next-20220304
- remove power domains controller patch from series (already in linux-next)
- scp: fix indentation
- t-phy: change node name from usb-phy to t-phy and set ranges address
- usb: change node name from xhci to usb and add disabled status
- audsys: syscon: add increasing the address range's length info in commit message
- infracfg_rst: add simple-mfd info in commit message
- nor_flash: add Fixes tag d0a197a0d064a in  commit message
- efuse: use lower case characters
- mmc: use single line for reg
- mipi_tx: change node name from mipi-dphy to dsi-phy, drop clock-names and add disabled status
- m4u and smi: fixing the formatting of the mediatek,larbs properties and remove smi-id property
- H264 venc: fix indentation, remove '0x' prefix for node address
- vcodec lat and core: use '-' instead of '_' in the node name, fix indentation and
  set mtk-vcodec-lat and mtk-vcodec-core as subnodes of vcodec-dec
- dpi: add disabled status
- display: appended "mediatek,mt8183-disp-aal" for ccorr
- dsi: fix indentation and add disabled status
- gce info: add drivers' CMDQ support inn commit message
- pwm: add disabled status
- i2c aliases: move the aliases at the board level.

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 (22):
  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: Fix nor_flash status disable typo
  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 display nodes
  arm64: dts: mt8192: Add the mmsys reset bit to reset the dsi0
  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  | 783 +++++++++++++++++++++-
 include/dt-bindings/reset/mt8192-resets.h |   3 +
 2 files changed, 775 insertions(+), 11 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2022-04-01  7:14 UTC | newest]

Thread overview: 261+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 14:45 [PATCH v4 00/22] Add driver nodes for MT8192 SoC Allen-KH Cheng
2022-03-18 14:45 ` Allen-KH Cheng
2022-03-18 14:45 ` Allen-KH Cheng
2022-03-18 14:45 ` [PATCH v4 01/22] arm64: dts: mt8192: Add pwrap node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-23 17:15   ` Matthias Brugger
2022-03-23 17:15     ` Matthias Brugger
2022-03-23 17:15     ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 02/22] arm64: dts: mt8192: Add spmi node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-23 17:16   ` Matthias Brugger
2022-03-23 17:16     ` Matthias Brugger
2022-03-23 17:16     ` Matthias Brugger
2022-03-30  7:21     ` allen-kh.cheng
2022-03-30  7:21       ` allen-kh.cheng
2022-04-01  7:07       ` allen-kh.cheng
2022-04-01  7:07         ` allen-kh.cheng
2022-03-18 14:45 ` [PATCH v4 03/22] arm64: dts: mt8192: Add gce node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-23 17:24   ` Matthias Brugger
2022-03-23 17:24     ` Matthias Brugger
2022-03-23 17:24     ` Matthias Brugger
2022-03-29 20:11     ` Nícolas F. R. A. Prado
2022-03-29 20:11       ` Nícolas F. R. A. Prado
2022-03-29 20:11       ` Nícolas F. R. A. Prado
2022-03-30 11:10       ` allen-kh.cheng
2022-03-30 11:10         ` allen-kh.cheng
2022-03-18 14:45 ` [PATCH v4 04/22] arm64: dts: mt8192: Add SCP node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 12:04   ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-22 20:28   ` Nícolas F. R. A. Prado
2022-03-22 20:28     ` Nícolas F. R. A. Prado
2022-03-22 20:28     ` Nícolas F. R. A. Prado
2022-03-23 17:26   ` Matthias Brugger
2022-03-23 17:26     ` Matthias Brugger
2022-03-23 17:26     ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 05/22] arm64: dts: mt8192: Add usb-phy node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 12:04   ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 22:22   ` Nícolas F. R. A. Prado
2022-03-21 22:22     ` Nícolas F. R. A. Prado
2022-03-21 22:22     ` Nícolas F. R. A. Prado
2022-03-24 12:28   ` Matthias Brugger
2022-03-24 12:28     ` Matthias Brugger
2022-03-24 12:28     ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 06/22] arm64: dts: mt8192: Add xhci node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 22:26   ` Nícolas F. R. A. Prado
2022-03-21 22:26     ` Nícolas F. R. A. Prado
2022-03-21 22:26     ` Nícolas F. R. A. Prado
2022-03-24 13:45   ` Matthias Brugger
2022-03-24 13:45     ` Matthias Brugger
2022-03-24 13:45     ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 07/22] arm64: dts: mt8192: Add audio-related nodes Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-24 14:45   ` Matthias Brugger
2022-03-24 14:45     ` Matthias Brugger
2022-03-24 14:45     ` Matthias Brugger
2022-03-29  6:15     ` allen-kh.cheng
2022-03-29  6:15       ` allen-kh.cheng
2022-03-18 14:45 ` [PATCH v4 08/22] arm64: dts: mt8192: Add infracfg_rst node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-22 21:57   ` Nícolas F. R. A. Prado
2022-03-22 21:57     ` Nícolas F. R. A. Prado
2022-03-22 21:57     ` Nícolas F. R. A. Prado
2022-03-23  6:27     ` allen-kh.cheng
2022-03-23  6:27       ` allen-kh.cheng
2022-03-24 13:57       ` Nícolas F. R. A. Prado
2022-03-24 13:57         ` Nícolas F. R. A. Prado
2022-03-24 13:57         ` Nícolas F. R. A. Prado
2022-03-29  3:10         ` allen-kh.cheng
2022-03-29  3:10           ` allen-kh.cheng
2022-03-18 14:45 ` [PATCH v4 09/22] arm64: dts: mt8192: Add PCIe node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 12:04   ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-22 22:18   ` Nícolas F. R. A. Prado
2022-03-22 22:18     ` Nícolas F. R. A. Prado
2022-03-22 22:18     ` Nícolas F. R. A. Prado
2022-03-24 17:44   ` Matthias Brugger
2022-03-24 17:44     ` Matthias Brugger
2022-03-24 17:44     ` Matthias Brugger
2022-03-29  5:35     ` allen-kh.cheng
2022-03-29  5:35       ` allen-kh.cheng
2022-03-18 14:45 ` [PATCH v4 10/22] arm64: dts: mt8192: Fix nor_flash status disable typo Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 23:52   ` Miles Chen
2022-03-18 23:52     ` Miles Chen
2022-03-18 23:52     ` Miles Chen
2022-03-21 22:30   ` Nícolas F. R. A. Prado
2022-03-21 22:30     ` Nícolas F. R. A. Prado
2022-03-21 22:30     ` Nícolas F. R. A. Prado
2022-03-24 17:45   ` Matthias Brugger
2022-03-24 17:45     ` Matthias Brugger
2022-03-24 17:45     ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 11/22] arm64: dts: mt8192: Add efuse node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 12:04   ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-22 15:10   ` Nícolas F. R. A. Prado
2022-03-22 15:10     ` Nícolas F. R. A. Prado
2022-03-22 15:10     ` Nícolas F. R. A. Prado
2022-03-24 17:46   ` Matthias Brugger
2022-03-24 17:46     ` Matthias Brugger
2022-03-24 17:46     ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 12/22] arm64: dts: mt8192: Add mmc device nodes Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-22 14:34   ` Nícolas F. R. A. Prado
2022-03-22 14:34     ` Nícolas F. R. A. Prado
2022-03-22 14:34     ` Nícolas F. R. A. Prado
2022-03-24 17:53   ` Matthias Brugger
2022-03-24 17:53     ` Matthias Brugger
2022-03-24 17:53     ` Matthias Brugger
2022-03-29  6:40     ` allen-kh.cheng
2022-03-29  6:40       ` allen-kh.cheng
2022-03-18 14:45 ` [PATCH v4 13/22] arm64: dts: mt8192: Add mipi_tx node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 12:04   ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 22:41   ` Nícolas F. R. A. Prado
2022-03-21 22:41     ` Nícolas F. R. A. Prado
2022-03-21 22:41     ` Nícolas F. R. A. Prado
2022-03-22  3:38     ` allen-kh.cheng
2022-03-22  3:38       ` allen-kh.cheng
2022-03-18 14:45 ` [PATCH v4 14/22] arm64: dts: mt8192: Add m4u and smi nodes Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-25 10:58   ` Matthias Brugger
2022-03-25 10:58     ` Matthias Brugger
2022-03-25 10:58     ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 15/22] arm64: dts: mt8192: Add H264 venc device node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-25 11:01   ` Matthias Brugger
2022-03-25 11:01     ` Matthias Brugger
2022-03-25 11:01     ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 16/22] arm64: dts: mt8192: Add vcodec lat and core nodes Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 12:04   ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-25 15:22   ` Matthias Brugger
2022-03-25 15:22     ` Matthias Brugger
2022-03-25 15:22     ` Matthias Brugger
2022-03-29  9:09     ` allen-kh.cheng
2022-03-29  9:09       ` allen-kh.cheng
2022-03-29  9:58       ` Matthias Brugger
2022-03-29  9:58         ` Matthias Brugger
2022-03-29  9:58         ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 17/22] arm64: dts: mt8192: Add dpi node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 12:04   ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-25 15:24   ` Matthias Brugger
2022-03-25 15:24     ` Matthias Brugger
2022-03-25 15:24     ` Matthias Brugger
2022-03-29  7:45     ` allen-kh.cheng
2022-03-29  7:45       ` allen-kh.cheng
2022-03-29 10:01       ` Matthias Brugger
2022-03-29 10:01         ` Matthias Brugger
2022-03-29 10:01         ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 18/22] arm64: dts: mt8192: Add display nodes Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 23:26   ` Nícolas F. R. A. Prado
2022-03-21 23:26     ` Nícolas F. R. A. Prado
2022-03-21 23:26     ` Nícolas F. R. A. Prado
2022-03-22  6:15     ` allen-kh.cheng
2022-03-22  6:15       ` allen-kh.cheng
2022-03-22 14:19       ` Nícolas F. R. A. Prado
2022-03-22 14:19         ` Nícolas F. R. A. Prado
2022-03-22 14:19         ` Nícolas F. R. A. Prado
2022-03-25 15:47   ` Matthias Brugger
2022-03-25 15:47     ` Matthias Brugger
2022-03-25 15:47     ` Matthias Brugger
2022-03-28  6:29     ` CK Hu
2022-03-28  6:29       ` CK Hu
2022-03-28 10:04     ` Matthias Brugger
2022-03-28 10:04       ` Matthias Brugger
2022-03-28 10:04       ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 19/22] arm64: dts: mt8192: Add the mmsys reset bit to reset the dsi0 Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 23:38   ` Rob Herring
2022-03-21 23:38     ` Rob Herring
2022-03-21 23:38     ` Rob Herring
2022-03-22 20:16   ` Nícolas F. R. A. Prado
2022-03-22 20:16     ` Nícolas F. R. A. Prado
2022-03-22 20:16     ` Nícolas F. R. A. Prado
2022-03-25 13:55   ` AngeloGioacchino Del Regno
2022-03-25 13:55     ` AngeloGioacchino Del Regno
2022-03-25 13:55     ` AngeloGioacchino Del Regno
2022-03-28 10:57   ` Matthias Brugger
2022-03-28 10:57     ` Matthias Brugger
2022-03-28 10:57     ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 20/22] arm64: dts: mt8192: Add dsi node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 12:04   ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-22 20:13   ` Nícolas F. R. A. Prado
2022-03-22 20:13     ` Nícolas F. R. A. Prado
2022-03-22 20:13     ` Nícolas F. R. A. Prado
2022-03-28 11:01   ` Matthias Brugger
2022-03-28 11:01     ` Matthias Brugger
2022-03-28 11:01     ` Matthias Brugger
2022-03-18 14:45 ` [PATCH v4 21/22] arm64: dts: mt8192: Add gce info for display nodes Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-22 21:25   ` Nícolas F. R. A. Prado
2022-03-22 21:25     ` Nícolas F. R. A. Prado
2022-03-22 21:25     ` Nícolas F. R. A. Prado
2022-03-25 13:56   ` AngeloGioacchino Del Regno
2022-03-25 13:56     ` AngeloGioacchino Del Regno
2022-03-25 13:56     ` AngeloGioacchino Del Regno
2022-03-28 11:06   ` Matthias Brugger
2022-03-28 11:06     ` Matthias Brugger
2022-03-28 11:06     ` Matthias Brugger
2022-03-29  7:02     ` allen-kh.cheng
2022-03-29  7:02       ` allen-kh.cheng
2022-03-18 14:45 ` [PATCH v4 22/22] arm64: dts: mt8192: Add pwm node Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-18 14:45   ` Allen-KH Cheng
2022-03-21 12:04   ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 12:04     ` AngeloGioacchino Del Regno
2022-03-21 22:18   ` Nícolas F. R. A. Prado
2022-03-21 22:18     ` Nícolas F. R. A. Prado
2022-03-21 22:18     ` Nícolas F. R. A. Prado
2022-03-28 11:10   ` Matthias Brugger
2022-03-28 11:10     ` Matthias Brugger
2022-03-28 11:10     ` Matthias Brugger
2022-03-29  6:51     ` allen-kh.cheng
2022-03-29  6:51       ` allen-kh.cheng
2022-03-29 10:03       ` Matthias Brugger
2022-03-29 10:03         ` Matthias Brugger
2022-03-29 10:03         ` Matthias Brugger

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.