]> git.ipfire.org Git - thirdparty/linux.git/commit
misc: amd-sbi: CPUID/MCAMSR protocol for Revision 0x21
authorAkshay Gupta <akshay.gupta@amd.com>
Mon, 15 Sep 2025 10:36:47 +0000 (10:36 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Oct 2025 05:59:57 +0000 (07:59 +0200)
commitdd68c06380f67beda28b0cb7d77a75b91a6174e4
tree383357bdba232057b1dbc3596df60833fc4af75b
parent45392fd4394cb8d4b39ba0f144651aba05b7b2a7
misc: amd-sbi: CPUID/MCAMSR protocol for Revision 0x21

- CPUID and MCAMSR protocol for newer platform with revision
  0x21 and later is modified as per two byte register address size.
- Modify the CPUID and MCAMSR protocol to return error, "-EOPNOTSUPP",
  for revision 0x21.
- Next set of patches will add support for CPUID and MCAMSR for Turin and
  later platforms.

Reviewed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com>
Signed-off-by: Akshay Gupta <akshay.gupta@amd.com>
Link: https://patch.msgid.link/20250915103649.1705078-4-akshay.gupta@amd.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/amd-sbi/rmi-core.c