Linux-Aspeed Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v0 0/3] Add AST2600 LPC PCC support
@ 2025-01-17  9:52 Kevin Chen
  2025-01-17  9:52 ` [PATCH v0 1/3] dt-binding: aspeed: Add LPC PCC controller Kevin Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Kevin Chen @ 2025-01-17  9:52 UTC (permalink / raw)
  To: joel, andrew, linux-arm-kernel, linux-aspeed, linux-kernel,
	elbadrym
  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.

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

 .../bindings/soc/aspeed/lpc-pcc.yaml          |  51 ++
 arch/arm/boot/dts/aspeed/aspeed-g6.dtsi       |   7 +
 drivers/soc/aspeed/Kconfig                    |  10 +
 drivers/soc/aspeed/Makefile                   |   1 +
 drivers/soc/aspeed/aspeed-lpc-pcc.c           | 505 ++++++++++++++++++
 5 files changed, 574 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/aspeed/lpc-pcc.yaml
 create mode 100644 drivers/soc/aspeed/aspeed-lpc-pcc.c

-- 
2.34.1



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

end of thread, other threads:[~2025-02-18 11:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17  9:52 [PATCH v0 0/3] Add AST2600 LPC PCC support Kevin Chen
2025-01-17  9:52 ` [PATCH v0 1/3] dt-binding: aspeed: Add LPC PCC controller Kevin Chen
2025-01-18  8:19   ` Krzysztof Kozlowski
2025-02-13  8:46     ` Kevin Chen
2025-02-17 11:55       ` Krzysztof Kozlowski
2025-02-18 11:05         ` Kevin Chen
2025-02-18 11:32           ` Krzysztof Kozlowski
2025-01-17  9:52 ` [PATCH v0 2/3] ARM: dts: aspeed-g6: Add AST2600 LPC PCC support Kevin Chen
2025-01-17  9:52 ` [PATCH v0 3/3] soc: aspeed: lpc-pcc: Add PCC controller support Kevin Chen
2025-01-18  8:24   ` Krzysztof Kozlowski
2025-02-13  8:57     ` Kevin Chen
2025-01-17 14:32 ` [PATCH v0 0/3] Add AST2600 LPC PCC support Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox