aboutsummaryrefslogtreecommitdiff
path: root/drivers/peci/controller/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2023-08-07peci: Add peci-npcm controller driverTomer Maimon1-0/+1
Add support for Nuvoton NPCM BMC hardware to the Platform Environment Control Interface (PECI) subsystem. Signed-off-by: Tomer Maimon <[email protected]> Signed-off-by: Tyrone Ting <[email protected]> Co-developed-by: Iwona Winiarska <[email protected]> Signed-off-by: Iwona Winiarska <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2022-02-09peci: Add peci-aspeed controller driverJae Hyun Yoo1-0/+3
ASPEED AST24xx/AST25xx/AST26xx SoCs support the PECI electrical interface (a.k.a PECI wire) that provides a communication channel with Intel processors. This driver allows BMC to discover devices connected to it and communicate with them using PECI protocol. Co-developed-by: Iwona Winiarska <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Joel Stanley <[email protected]> Acked-by: Joel Stanley <[email protected]> Signed-off-by: Jae Hyun Yoo <[email protected]> Signed-off-by: Iwona Winiarska <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>