Re: [PATCH 2/2] i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5

2024-08-02 Thread David Virag
Hi Henrik, On Fri, 2024-08-02 at 19:31 +0200, Henrik Grimler wrote: [snip] > The exynos_hs_i2c driver no longer compiles for exynos4 or exynos5 > with these changes, I am getting (with for example `make > odroid-xu3_defconfig; make`): > >   CC  drivers/i2c/exynos_hs_i2c.o > ../drivers/i2c/ex

Re: [PATCH 2/2] i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5

2024-08-02 Thread Henrik Grimler
Hi David, On Sat, Jul 27, 2024 at 07:41:48PM +0200, David Virag wrote: > Newer Samsung SoCs (including newer Exynos, ExynosAuto, Google Tensor) > still use these IPs, or slightly newer versions of it. > > Make these drivers available on these platforms by guarding > EXYNOS4/EXYNOS5 specific code

[PATCH 2/2] i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5

2024-07-27 Thread David Virag
Newer Samsung SoCs (including newer Exynos, ExynosAuto, Google Tensor) still use these IPs, or slightly newer versions of it. Make these drivers available on these platforms by guarding EXYNOS4/EXYNOS5 specific code behind their configs, and using CCF for clocks on other platforms. Tested S3C I2C