2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/misc/amd-sbi
Akshay Gupta cf141287b7 misc: amd-sbi: Add support for register xfer
- Provide user register access over IOCTL.
  Both register read and write are supported.
- APML interface does not provide a synchronization method. By defining,
  a register access path, we use APML modules and library for
  all APML transactions. Without having to use external tools such as
  i2c-tools, which may cause race conditions.

Reviewed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com>
Signed-off-by: Akshay Gupta <akshay.gupta@amd.com>
Link: https://lore.kernel.org/r/20250428063034.2145566-10-akshay.gupta@amd.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-05-21 14:44:41 +02:00
..
Kconfig misc: amd-sbi: Move hwmon device sensor as separate entity 2025-05-21 14:44:40 +02:00
Makefile misc: amd-sbi: Move hwmon device sensor as separate entity 2025-05-21 14:44:40 +02:00
rmi-core.c misc: amd-sbi: Add support for register xfer 2025-05-21 14:44:41 +02:00
rmi-core.h misc: amd-sbi: Add support for CPUID protocol 2025-05-21 14:44:40 +02:00
rmi-hwmon.c misc: amd-sbi: Add support for AMD_SBI IOCTL 2025-05-21 14:44:40 +02:00
rmi-i2c.c misc: amd-sbi: Add support for AMD_SBI IOCTL 2025-05-21 14:44:40 +02:00