mbox series

[linux,dev-6.1,v1,0/2] Add support for PECI Nuvoton

Message ID 20230628090404.234965-1-tmaimon77@gmail.com
Headers show
Series Add support for PECI Nuvoton | expand

Message

Tomer Maimon June 28, 2023, 9:04 a.m. UTC
This patch set adds NPCM PECI support for the Nuvoton NPCM Baseboard
Management Controller (BMC).

The NPCM PECI has started the upstream process to Linux vanilla version 6.4
by Iwona Winiarska.

The NPCM PECI driver tested on Olympus(NPCM750) board.

Tomer Maimon (2):
  dt-bindings: Add bindings for peci-npcm
  peci: Add peci-npcm controller driver

 .../devicetree/bindings/peci/peci-npcm.yaml   |  58 ++++
 drivers/peci/controller/Kconfig               |  16 +
 drivers/peci/controller/Makefile              |   1 +
 drivers/peci/controller/peci-npcm.c           | 298 ++++++++++++++++++
 4 files changed, 373 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/peci/peci-npcm.yaml
 create mode 100644 drivers/peci/controller/peci-npcm.c