All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] soc: add NPCM LPC BPC driver support
@ 2022-11-22 20:12 ` Tomer Maimon
  0 siblings, 0 replies; 27+ messages in thread
From: Tomer Maimon @ 2022-11-22 20:12 UTC (permalink / raw)
  To: avifishman70, tali.perry1, joel, venture, yuenn, benjaminfair,
	arnd, hasegawa-hitomi, marcan, nicolas.ferre, conor.dooley,
	heiko, sven, briannorris, robh+dt, krzysztof.kozlowski+dt
  Cc: openbmc, linux-kernel, devicetree, Tomer Maimon

This patch set adds LPC BIOS Post code (BPC) support for the
Nuvoton NPCM Baseboard Management Controller (BMC).

Nuvoton BMC NPCM LPC BIOS Post Code (BPC) monitoring two
configurable I/O addresses written by the host on the
Low Pin Count (LPC) bus, the capture data stored in 128-word FIFO.

NPCM BPC can support capture double words.

The NPCM LPC BPC driver tested on NPCM750 Olympus board and NPCM845 EVB.

Tomer Maimon (2):
  dt-binding: soc: nuvoton: Add NPCM BPC LPC documentation
  soc: nuvoton: add NPCM LPC BPC driver

 .../bindings/soc/nuvoton/npcm-lpc-bpc.yaml    | 112 +++++
 drivers/soc/Kconfig                           |   1 +
 drivers/soc/Makefile                          |   1 +
 drivers/soc/nuvoton/Kconfig                   |  24 ++
 drivers/soc/nuvoton/Makefile                  |   3 +
 drivers/soc/nuvoton/npcm-lpc-bpc.c            | 396 ++++++++++++++++++
 6 files changed, 537 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/nuvoton/npcm-lpc-bpc.yaml
 create mode 100644 drivers/soc/nuvoton/Kconfig
 create mode 100644 drivers/soc/nuvoton/Makefile
 create mode 100644 drivers/soc/nuvoton/npcm-lpc-bpc.c

-- 
2.33.0


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

end of thread, other threads:[~2022-11-30 19:30 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 20:12 [PATCH v1 0/2] soc: add NPCM LPC BPC driver support Tomer Maimon
2022-11-22 20:12 ` Tomer Maimon
2022-11-22 20:12 ` [PATCH v1 1/2] dt-binding: soc: nuvoton: Add NPCM BPC LPC documentation Tomer Maimon
2022-11-22 20:12   ` Tomer Maimon
2022-11-23 10:03   ` Krzysztof Kozlowski
2022-11-24 15:38     ` Tomer Maimon
2022-11-24 15:38       ` Tomer Maimon
2022-11-24 16:18       ` Krzysztof Kozlowski
2022-11-29 16:44         ` Tomer Maimon
2022-11-29 16:44           ` Tomer Maimon
2022-11-30  8:27           ` Krzysztof Kozlowski
2022-11-30 10:31             ` Tomer Maimon
2022-11-30 10:31               ` Tomer Maimon
2022-11-30 19:30     ` Rob Herring
2022-11-30 19:30       ` Rob Herring
2022-11-22 20:12 ` [PATCH v1 2/2] soc: nuvoton: add NPCM LPC BPC driver Tomer Maimon
2022-11-22 20:12   ` Tomer Maimon
2022-11-23 10:57   ` Arnd Bergmann
2022-11-23 10:57     ` Arnd Bergmann
2022-11-23 18:01     ` Tomer Maimon
2022-11-23 18:01       ` Tomer Maimon
2022-11-25 10:25       ` Arnd Bergmann
2022-11-25 10:25         ` Arnd Bergmann
2022-11-29 18:20         ` Tomer Maimon
2022-11-29 18:20           ` Tomer Maimon
2022-11-25  2:27   ` kernel test robot
2022-11-25  2:27     ` kernel test robot

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.