index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
kcs_bmc.c
Age
Commit message (
Expand
)
Author
2023-07-04
ipmi: fix potential deadlock on &kcs_bmc->lock
Chengfeng Ye
2021-06-21
ipmi: kcs_bmc: Enable IBF on open
Andrew Jeffery
2021-06-21
ipmi: kcs_bmc: Allow clients to control KCS IRQ state
Andrew Jeffery
2021-06-21
ipmi: kcs_bmc: Decouple the IPMI chardev from the core
Andrew Jeffery
2021-06-21
ipmi: kcs_bmc: Strip private client data from struct kcs_bmc
Andrew Jeffery
2021-06-21
ipmi: kcs_bmc: Split headers into device and client
Andrew Jeffery
2021-06-21
ipmi: kcs_bmc: Turn the driver data-structures inside-out
Andrew Jeffery
2021-06-21
ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi
Andrew Jeffery
2021-06-21
ipmi: kcs_bmc: Rename {read,write}_{status,data}() functions
Andrew Jeffery
2021-06-21
ipmi: kcs_bmc: Make status update atomic
Andrew Jeffery
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-02-09
ipmi: kcs_bmc: handle devm_kasprintf() failure case
Nicholas Mc Guire
2018-08-30
ipmi: kcs_bmc: don't change device name
Benjamin Fair
2018-06-24
ipmi: kcs_bmc: fix IRQ exception if the channel is not open
Haiyue Wang
2018-02-26
ipmi: kcs_bmc: coding-style fixes and use new poll type
Haiyue Wang
2018-02-26
ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_data
Gustavo A. R. Silva
2018-02-26
ipmi: add a KCS IPMI BMC driver
Haiyue Wang