amd / apml_modules

AMD APML modules, apml_sbtsi and apml_sbrmi registers to hwmon framework provding temperature and power metrics of the socket. They are extended by registering a misc_device, which provides ioctl interface to BMC admins.
28 stars 3 forks source link

Driver adapted to build with kernel `6.1.1` #2

Closed cyring closed 1 year ago

cyring commented 1 year ago

This PR is fixing the remove function prototype changed in Linux 6.1.1 It also replaces module_i3c_i2c_driver macro with standard module init, exit.

akky16 commented 1 year ago

Thank you for the pull request, added comments

nchatrad commented 1 year ago

we have submitted a proper fix for the kernel vrsio related issues.