devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] mtk-socinfo driver implementation
@ 2023-07-18 11:21 William-tw Lin
  2023-07-18 11:21 ` [PATCH 1/3] soc: mediatek: mtk-socinfo: Add driver for getting chip information William-tw Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: William-tw Lin @ 2023-07-18 11:21 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno, Kevin Hilman
  Cc: Project_Global_Chrome_Upstream_Group, devicetree,
	linux-arm-kernel, linux-kernel, linux-mediatek, William-tw Lin

This purpose for these patches is to enable soc-related information 
retrival. Such information includes manufacturer information, SoC name,
SoC segment name, and SoC marketing name.

Based on tag: next-20230718, linux-next/master

William-tw Lin (3):
  soc: mediatek: mtk-socinfo: Add driver for getting chip information
  dt-bindings: soc: mediatek: Add mtk-socinfo driver
  arm64: dts: Add node for chip info driver

 .../bindings/soc/mediatek/mtk-socinfo.yaml    |  58 +++++
 arch/arm64/boot/dts/mediatek/mt8173.dtsi      |  15 ++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi      |  15 ++
 arch/arm64/boot/dts/mediatek/mt8186.dtsi      |  10 +
 arch/arm64/boot/dts/mediatek/mt8192.dtsi      |  14 ++
 arch/arm64/boot/dts/mediatek/mt8195.dtsi      |   9 +
 drivers/soc/mediatek/Kconfig                  |  18 ++
 drivers/soc/mediatek/Makefile                 |   1 +
 drivers/soc/mediatek/mtk-socinfo.c            | 203 +++++++++++++++++
 drivers/soc/mediatek/mtk-socinfo.h            | 213 ++++++++++++++++++
 10 files changed, 556 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/mediatek/mtk-socinfo.yaml
 create mode 100644 drivers/soc/mediatek/mtk-socinfo.c
 create mode 100644 drivers/soc/mediatek/mtk-socinfo.h

-- 
2.18.0


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

end of thread, other threads:[~2023-07-19  7:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-18 11:21 [PATCH 0/3] mtk-socinfo driver implementation William-tw Lin
2023-07-18 11:21 ` [PATCH 1/3] soc: mediatek: mtk-socinfo: Add driver for getting chip information William-tw Lin
2023-07-18 11:46   ` Krzysztof Kozlowski
2023-07-19  7:20   ` AngeloGioacchino Del Regno
2023-07-18 11:21 ` [PATCH 2/3] dt-bindings: soc: mediatek: Add mtk-socinfo driver William-tw Lin
2023-07-18 11:42   ` Krzysztof Kozlowski
2023-07-18 11:21 ` [PATCH 3/3] arm64: dts: Add node for chip info driver William-tw Lin
2023-07-18 11:47   ` Krzysztof Kozlowski
2023-07-18 11:51   ` Krzysztof Kozlowski

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