public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/misc/amd-sbi/Kconfig: select REGMAP_I2C
@ 2025-08-29  9:14 Max Kellermann
  2025-09-04  5:56 ` Gupta, Akshay
  0 siblings, 1 reply; 2+ messages in thread
From: Max Kellermann @ 2025-08-29  9:14 UTC (permalink / raw)
  To: akshay.gupta, arnd, gregkh, naveenkrishna.chatradhi, linux,
	linux-kernel
  Cc: Max Kellermann, stable

Without CONFIG_REGMAP, rmi-i2c.c fails to build because struct
regmap_config is not defined:

 drivers/misc/amd-sbi/rmi-i2c.c: In function ‘sbrmi_i2c_probe’:
 drivers/misc/amd-sbi/rmi-i2c.c:57:16: error: variable ‘sbrmi_i2c_regmap_config’ has initializer but incomplete type
    57 |         struct regmap_config sbrmi_i2c_regmap_config = {
       |                ^~~~~~~~~~~~~

Additionally, CONFIG_REGMAP_I2C is needed for devm_regmap_init_i2c():

 ld: drivers/misc/amd-sbi/rmi-i2c.o: in function `sbrmi_i2c_probe':
 drivers/misc/amd-sbi/rmi-i2c.c:69:(.text+0x1c0): undefined reference to `__devm_regmap_init_i2c'

Fixes: 013f7e7131bd ("misc: amd-sbi: Use regmap subsystem")
Cc: stable@vger.kernel.org
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
---
 drivers/misc/amd-sbi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/amd-sbi/Kconfig b/drivers/misc/amd-sbi/Kconfig
index 4840831c84ca..4aae0733d0fc 100644
--- a/drivers/misc/amd-sbi/Kconfig
+++ b/drivers/misc/amd-sbi/Kconfig
@@ -2,6 +2,7 @@
 config AMD_SBRMI_I2C
 	tristate "AMD side band RMI support"
 	depends on I2C
+	select REGMAP_I2C
 	help
 	  Side band RMI over I2C support for AMD out of band management.
 
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/misc/amd-sbi/Kconfig: select REGMAP_I2C
  2025-08-29  9:14 [PATCH] drivers/misc/amd-sbi/Kconfig: select REGMAP_I2C Max Kellermann
@ 2025-09-04  5:56 ` Gupta, Akshay
  0 siblings, 0 replies; 2+ messages in thread
From: Gupta, Akshay @ 2025-09-04  5:56 UTC (permalink / raw)
  To: Max Kellermann, arnd, gregkh, naveenkrishna.chatradhi, linux,
	linux-kernel
  Cc: stable


On 8/29/2025 2:44 PM, Max Kellermann wrote:
> Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.
>
>
> Without CONFIG_REGMAP, rmi-i2c.c fails to build because struct
> regmap_config is not defined:
>
>   drivers/misc/amd-sbi/rmi-i2c.c: In function ‘sbrmi_i2c_probe’:
>   drivers/misc/amd-sbi/rmi-i2c.c:57:16: error: variable ‘sbrmi_i2c_regmap_config’ has initializer but incomplete type
>      57 |         struct regmap_config sbrmi_i2c_regmap_config = {
>         |                ^~~~~~~~~~~~~
>
> Additionally, CONFIG_REGMAP_I2C is needed for devm_regmap_init_i2c():
>
>   ld: drivers/misc/amd-sbi/rmi-i2c.o: in function `sbrmi_i2c_probe':
>   drivers/misc/amd-sbi/rmi-i2c.c:69:(.text+0x1c0): undefined reference to `__devm_regmap_init_i2c'
>
> Fixes: 013f7e7131bd ("misc: amd-sbi: Use regmap subsystem")
> Cc: stable@vger.kernel.org
> Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
> ---
>   drivers/misc/amd-sbi/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/misc/amd-sbi/Kconfig b/drivers/misc/amd-sbi/Kconfig
> index 4840831c84ca..4aae0733d0fc 100644
> --- a/drivers/misc/amd-sbi/Kconfig
> +++ b/drivers/misc/amd-sbi/Kconfig
> @@ -2,6 +2,7 @@
>   config AMD_SBRMI_I2C
>          tristate "AMD side band RMI support"
>          depends on I2C
> +       select REGMAP_I2C
>          help
>            Side band RMI over I2C support for AMD out of band management.
>
> --
> 2.47.2

Thank you for the patch.

Tested-by: Akshay Gupta <Akshay.Gupta@amd.com>

Reviewed-by: Akshay Gupta <Akshay.Gupta@amd.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-04  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-29  9:14 [PATCH] drivers/misc/amd-sbi/Kconfig: select REGMAP_I2C Max Kellermann
2025-09-04  5:56 ` Gupta, Akshay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox