Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipmi: kcs_bmc: coding-style fixes and use new poll type | Haiyue Wang | 2018-02-26 | 1 | -3/+5 |
| | | | | | | | | Many for coding-style fixes, and update the poll API with the new type '__poll_t', this is new commit from linux-4.16-rc1. Signed-off-by: Haiyue Wang <haiyue.wang@linux.intel.com> Signed-off-by: Corey Minyard <cminyard@mvista.com> | ||||
* | ipmi: add a KCS IPMI BMC driver | Haiyue Wang | 2018-02-26 | 1 | -0/+14 |
Provides a device driver for the KCS (Keyboard Controller Style) IPMI interface which meets the requirement of the BMC (Baseboard Management Controllers) side for handling the IPMI request from host system software. Signed-off-by: Haiyue Wang <haiyue.wang@linux.intel.com> [Removed the selectability of IPMI_KCS_BMC, as it doesn't do much good to have it by itself.] Signed-off-by: Corey Minyard <cminyard@mvista.com> |