]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon/misc: amd-sbi: Move core sbrmi from hwmon to misc
authorAkshay Gupta <akshay.gupta@amd.com>
Mon, 28 Apr 2025 06:30:25 +0000 (06:30 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 May 2025 12:44:40 +0000 (14:44 +0200)
commite1565867640506166b6c4182dec9ee955492d003
tree6514e1879f7cfa3a55653487d4e97081c14e485d
parentfb410aa423b2e0bc82534e92dd4121a2046b609f
hwmon/misc: amd-sbi: Move core sbrmi from hwmon to misc

This is done to support other functionality provided by the SBRMI, which
does not fit in the hwmon subsystem.

Reviewed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com>
Signed-off-by: Akshay Gupta <akshay.gupta@amd.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20250428063034.2145566-2-akshay.gupta@amd.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwmon/Kconfig
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/amd-sbi/Kconfig [new file with mode: 0644]
drivers/misc/amd-sbi/Makefile [new file with mode: 0644]
drivers/misc/amd-sbi/sbrmi.c [moved from drivers/hwmon/sbrmi.c with 100% similarity]