[GIT PULL] IPMI bug fixes for 6.1

From: Corey Minyard
Date: Tue Oct 04 2022 - 18:20:51 EST


The following changes since commit ff6992735ade75aae3e35d16b17da1008d753d28:

Linux 5.19-rc7 (2022-07-17 13:30:22 -0700)

are available in the Git repository at:

https://github.com/cminyard/linux-ipmi.git tags/for-linus-6.1-1

for you to fetch changes up to 05763c996f72ef934432639fe412f5193816fd9d:

ipmi: Remove unused struct watcher_entry (2022-09-28 06:48:54 -0500)

----------------------------------------------------------------
Fix a bunch of little problems in IPMI

This is mostly just doc, config, and little tweaks. Nothing big, which
is why there was nothing for 6.0. There is one crash fix, but it's not
something that I think anyone is using yet.

----------------------------------------------------------------
Chia-Wei Wang (1):
ipmi: kcs: aspeed: Update port address comments

Corey Minyard (2):
ipmi:ipmb: Fix a vague comment and a typo
ipmi:ipmb: Don't call ipmi_unregister_smi() on a register failure

Jason Wang (1):
ipmi: Fix comment typo

Tomer Maimon (3):
dt-bindings: ipmi: Add npcm845 compatible
char: ipmi: modify NPCM KCS configuration
dt-binding: ipmi: add fallback to npcm845 compatible

Xiu Jianfeng (1):
ipmi: Add __init/__exit annotations to module init/exit funcs

Yuan Can (1):
ipmi: Remove unused struct watcher_entry

.../devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt | 5 ++--
drivers/char/ipmi/Kconfig | 6 ++---
drivers/char/ipmi/ipmi_ipmb.c | 16 +++++++-----
drivers/char/ipmi/ipmi_msghandler.c | 8 +-----
drivers/char/ipmi/ipmi_ssif.c | 4 +--
drivers/char/ipmi/kcs_bmc_aspeed.c | 29 ++++++++++++++--------
drivers/char/ipmi/kcs_bmc_cdev_ipmi.c | 4 +--
drivers/char/ipmi/kcs_bmc_serio.c | 4 +--
8 files changed, 41 insertions(+), 35 deletions(-)