[GIT PULL] IPMI bug fixes for 6.8
From: Corey Minyard
Date: Mon Jan 08 2024 - 08:58:39 EST
The following changes since commit ceb6a6f023fd3e8b07761ed900352ef574010bcb:
Linux 6.7-rc6 (2023-12-17 15:19:28 -0800)
are available in the Git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-6.8-1
for you to fetch changes up to 9bd9fbd9032a3b7e9ea916d6e58ba0116e0621be:
ipmi: Remove usage of the deprecated ida_simple_xx() API (2023-12-19 06:33:45 -0600)
----------------------------------------------------------------
IPMI: Some small fixes
Nothing big, just aligning things with some changes.
----------------------------------------------------------------
Christophe JAILLET (1):
ipmi: Remove usage of the deprecated ida_simple_xx() API
Emilio Perez (1):
ipmi: Use regspacings passed as a module parameter
Rob Herring (1):
ipmi: si: Use device_get_match_data()
drivers/char/ipmi/ipmi_msghandler.c | 4 ++--
drivers/char/ipmi/ipmi_si_hardcode.c | 2 +-
drivers/char/ipmi/ipmi_si_platform.c | 12 ++++--------
3 files changed, 7 insertions(+), 11 deletions(-)