Re: [PATCH 1/4] i2c: designware: Create shared header hosting driver name

From: Andrew Lunn
Date: Wed Apr 24 2024 - 08:19:19 EST


> > > #include <linux/i2c.h>
> > > +#include <linux/i2c-designware.h>
> >
> > Can it be hidden in the subfolder?
>
> That would require the MFD and ethernet drivers to include relative to where
> they are in the source tree, do we really want that?

Maybe linux/platform_data/i2c-designware.h ? There are a few NAME
macros in there.

Andrew