summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/kcs_bmc_cdev_ipmi.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-22ipmi: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2021-06-22ipmi: kcs_bmc: Decouple the IPMI chardev from the coreAndrew Jeffery1-6/+25
2021-06-22ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery1-171/+257
2021-06-22ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery1-13/+26
2021-06-22ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery1-19/+41
2021-06-22ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmiAndrew Jeffery1-0/+428