ipmi: ssif_bmc: Add SSIF BMC driver
authorQuan Nguyen <quan@os.amperecomputing.com>
Tue, 4 Oct 2022 09:31:04 +0000 (16:31 +0700)
committerCorey Minyard <cminyard@mvista.com>
Mon, 17 Oct 2022 14:51:26 +0000 (09:51 -0500)
commitdd2bc5cc9e25554546f16661f8de1dcb8033dde0
tree19adf21125f3d3810a726e568143b1b5fe10c53f
parent9abf2313adc1ca1b6180c508c25f22f9395cc780
ipmi: ssif_bmc: Add SSIF BMC driver

The SMBus system interface (SSIF) IPMI BMC driver can be used to perform
in-band IPMI communication with their host in management (BMC) side.

Thanks Dan for the copy_from_user() fix in the link below.

Link: https://lore.kernel.org/linux-arm-kernel/20220310114119.13736-4-quan@os.amperecomputing.com/
Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
Message-Id: <20221004093106.1653317-2-quan@os.amperecomputing.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/Kconfig
drivers/char/ipmi/Makefile
drivers/char/ipmi/ssif_bmc.c [new file with mode: 0644]
include/uapi/linux/ipmi_ssif_bmc.h [new file with mode: 0644]