devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Add AST2600 LPC PCC support
@ 2025-03-04 10:44 Kevin Chen
  2025-03-04 10:44 ` [PATCH v2 1/3] dt-binding: aspeed: Add LPC PCC controller Kevin Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Kevin Chen @ 2025-03-04 10:44 UTC (permalink / raw)
  To: lee, robh, krzk+dt, conor+dt, joel, andrew, derek.kiernan,
	dragan.cvetic, arnd, gregkh, devicetree, linux-arm-kernel,
	linux-aspeed, linux-kernel
  Cc: Kevin Chen

 The AST2600 has PCC controller in LPC, placed in LPC node. As a result,
 add LPC PCC controller driver to support POST code capture.

--
v2:
  -- Change driver path to drivers/misc

Kevin Chen (3):
  dt-binding: aspeed: Add LPC PCC controller
  ARM: dts: aspeed-g6: Add AST2600 LPC PCC support
  soc: aspeed: lpc-pcc: Add PCC controller support

 .../devicetree/bindings/mfd/aspeed-lpc.yaml   |  36 ++
 arch/arm/boot/dts/aspeed/aspeed-g6.dtsi       |   7 +
 drivers/misc/Kconfig                          |  10 +
 drivers/misc/Makefile                         |   1 +
 drivers/misc/aspeed-lpc-pcc.c                 | 441 ++++++++++++++++++
 5 files changed, 495 insertions(+)
 create mode 100644 drivers/misc/aspeed-lpc-pcc.c

-- 
2.34.1


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

end of thread, other threads:[~2025-03-14 10:40 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04 10:44 Add AST2600 LPC PCC support Kevin Chen
2025-03-04 10:44 ` [PATCH v2 1/3] dt-binding: aspeed: Add LPC PCC controller Kevin Chen
2025-03-05  6:38   ` Krzysztof Kozlowski
2025-03-10  1:50     ` Kevin Chen
2025-03-10  7:15       ` Krzysztof Kozlowski
2025-03-10  9:49         ` Kevin Chen
2025-03-10 11:42           ` Krzysztof Kozlowski
2025-03-11  0:22             ` Kevin Chen
2025-03-04 10:44 ` [PATCH v2 2/3] ARM: dts: aspeed-g6: Add AST2600 LPC PCC support Kevin Chen
2025-03-04 10:59   ` Krzysztof Kozlowski
2025-03-14 10:39     ` Kevin Chen
2025-03-04 10:44 ` [PATCH v2 3/3] soc: aspeed: lpc-pcc: Add PCC controller support Kevin Chen
2025-03-04 10:59   ` Krzysztof Kozlowski
2025-03-10 10:05     ` Kevin Chen
2025-03-10 11:43       ` Krzysztof Kozlowski
2025-03-11  0:17         ` Kevin Chen
2025-03-04 21:20   ` Christophe JAILLET
2025-03-10  2:15     ` Kevin Chen
2025-03-05 23:19   ` kernel test robot
2025-03-10  7:26   ` kernel test robot

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