Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmi
Pull IPMI updates from Corey Minyard: "Some small fixes for various things, nothing huge, mostly found by automated tools. Plus add a driver that allows Linux to act as an IPMB slave device, so it can be a satellite MC in an IPMI network" * tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmi: docs: ipmb: place it at driver-api and convert to ReST fix platform_no_drv_owner.cocci warnings ipmi: ipmb: don't allocate i2c_client on stack ipmi: ipmb: Fix build error while CONFIG_I2C is set to m Add support for IPMB driver drivers: ipmi: Drop device reference ipmi_ssif: fix unexpected driver unregister warning ipmi_si: use bool type for initialized variable ipmi_si: fix unexpected driver unregister warning
Showing
- Documentation/driver-api/index.rst 1 addition, 0 deletionsDocumentation/driver-api/index.rst
- Documentation/driver-api/ipmb.rst 105 additions, 0 deletionsDocumentation/driver-api/ipmb.rst
- drivers/char/ipmi/Kconfig 9 additions, 0 deletionsdrivers/char/ipmi/Kconfig
- drivers/char/ipmi/Makefile 1 addition, 0 deletionsdrivers/char/ipmi/Makefile
- drivers/char/ipmi/ipmb_dev_int.c 364 additions, 0 deletionsdrivers/char/ipmi/ipmb_dev_int.c
- drivers/char/ipmi/ipmi_si_intf.c 2 additions, 2 deletionsdrivers/char/ipmi/ipmi_si_intf.c
- drivers/char/ipmi/ipmi_si_platform.c 6 additions, 1 deletiondrivers/char/ipmi/ipmi_si_platform.c
- drivers/char/ipmi/ipmi_ssif.c 4 additions, 1 deletiondrivers/char/ipmi/ipmi_ssif.c
Loading
Please register or sign in to comment