ipmi: kcs_bmc: Add serio adaptor
authorAndrew Jeffery <andrew@aj.id.au>
Tue, 8 Jun 2021 10:47:52 +0000 (20:17 +0930)
committerCorey Minyard <cminyard@mvista.com>
Tue, 22 Jun 2021 00:50:28 +0000 (19:50 -0500)
commit3a3d2f6a4c64b9e709edc13b685ce46c8629060e
treed567e590c9e8448bc05d9e4a564216b6306c46c3
parentfb6379f524ff56314fa857bb5c84bd22eee41eb7
ipmi: kcs_bmc: Add serio adaptor

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>
drivers/char/ipmi/Kconfig
drivers/char/ipmi/Makefile
drivers/char/ipmi/kcs_bmc_serio.c [new file with mode: 0644]