Re: [PATCH] i2c: pasemi: split driver into two separate modules

2024-02-14 Thread Andi Shyti
Hi On Mon, 12 Feb 2024 12:19:04 +0100, Arnd Bergmann wrote: > On powerpc, it is possible to compile test both the new apple (arm) and > old pasemi (powerpc) drivers for the i2c hardware at the same time, > which leads to a warning about linking the same object file twice: > > scripts/Makefile.bui

Re: [PATCH] i2c: pasemi: split driver into two separate modules

2024-02-13 Thread Sven Peter
> > On 12. Feb 2024, at 12:19, Arnd Bergmann wrote: > > From: Arnd Bergmann > > On powerpc, it is possible to compile test both the new apple (arm) and > old pasemi (powerpc) drivers for the i2c hardware at the same time, > which leads to a warning about linking the same object file twice: