aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/kcs_bmc_serio.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-21ipmi: kcs_bmc: Add serio adaptorAndrew Jeffery1-0/+157
kcs_bmc_serio acts as a bridge between the KCS drivers in the IPMI subsystem and the existing userspace interfaces available through the serio subsystem. This is useful when userspace would like to make use of the BMC KCS devices for purposes that aren't IPMI. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Message-Id: <20210608104757.582199-12-andrew@aj.id.au> Reviewed-by: Zev Weiss <zweiss@equinix.com> Signed-off-by: Corey Minyard <cminyard@mvista.com>