OSDN Git Service

ipmi:ipmb: Add initial support for IPMI over IPMB
authorCorey Minyard <minyard@acm.org>
Wed, 29 Sep 2021 11:51:05 +0000 (06:51 -0500)
committerCorey Minyard <cminyard@mvista.com>
Tue, 5 Oct 2021 11:54:17 +0000 (06:54 -0500)
commit63c4eb347164845b380089012fe43992511c0ad3
tree9f90e661da356b447fda373e90df0858c8be7fce
parent059747c245f0e9af5e109eece7d3414dbe08d513
ipmi:ipmb: Add initial support for IPMI over IPMB

This provides access to the management controllers on an IPMB bus to a
device sitting on the IPMB bus.  It also provides slave capability to
respond to received messages on the bus.

Signed-off-by: Corey Minyard <minyard@acm.org>
Tested-by: Andrew Manley <andrew.manley@sealingtech.com>
Reviewed-by: Andrew Manley <andrew.manley@sealingtech.com>
drivers/char/ipmi/Kconfig
drivers/char/ipmi/Makefile
drivers/char/ipmi/ipmi_ipmb.c [new file with mode: 0644]