diff options
| author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-06-27 11:58:27 +0200 |
|---|---|---|
| committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-06-27 11:58:27 +0200 |
| commit | 48e29133ae880a8f30ff098a9843d22e012350e0 (patch) | |
| tree | 0cc03e08a35f8f16ce0294d703c024c122129921 /include/linux | |
| parent | 86731a2a651e58953fc949573895f2fa6d456841 (diff) | |
| parent | 666c23af755dccca8c25b5d5200ca28153c69a05 (diff) | |
Merge tag 'i2c-host-fixes-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current
i2c-host fixes for v6.16-rc4
- imx: fix SMBus protocol compliance during block read
- omap: fix error handling path in probe
- robotfuzz, tiny-usb: prevent zero-length reads
- x86, designware, amdisp: fix build error when modules are
disabled
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/soc/amd/isp4_misc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/soc/amd/isp4_misc.h b/include/linux/soc/amd/isp4_misc.h new file mode 100644 index 000000000000..6738796986a7 --- /dev/null +++ b/include/linux/soc/amd/isp4_misc.h @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0+ + +/* + * Copyright (C) 2025 Advanced Micro Devices, Inc. + */ + +#ifndef __SOC_ISP4_MISC_H +#define __SOC_ISP4_MISC_H + +#define AMDISP_I2C_ADAP_NAME "AMDISP DesignWare I2C adapter" + +#endif |
