]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
i2c: amd-isp: Initialize unique adapter name
authorPratap Nirujogi <pratap.nirujogi@amd.com>
Mon, 9 Jun 2025 15:53:56 +0000 (11:53 -0400)
committerAndi Shyti <andi.shyti@kernel.org>
Wed, 25 Jun 2025 21:38:33 +0000 (23:38 +0200)
commitc8dc579169738a3546f57ecb38e62d3872a3cc04
treeb72cc9149f2989ffde0c1dcffebfc4ea5d7b3af6
parent942e1aece13e4007656e41d3182c0adf05cf08b8
i2c: amd-isp: Initialize unique adapter name

Initialize unique name for amdisp i2c adapter, which is used
in the platform driver to detect the matching adapter for
i2c_client creation.

Add definition of amdisp i2c adapter name in a new header file
(include/linux/soc/amd/isp4_misc.h) as it is referred in different
driver modules.

Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Pratap Nirujogi <pratap.nirujogi@amd.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20250609155601.1477055-3-pratap.nirujogi@amd.com
MAINTAINERS
drivers/i2c/busses/i2c-designware-amdisp.c
include/linux/soc/amd/isp4_misc.h [new file with mode: 0644]