Re: [RFC 2/2] i2c: designware: Add AMD PSP I2C bus support

From: Jan Dąbroś
Date: Mon Dec 27 2021 - 06:34:59 EST


czw., 23 gru 2021 o 15:37 Jarkko Nikula
<jarkko.nikula@xxxxxxxxxxxxxxx> napisał(a):
>
> On 12/22/21 11:45, Jan Dabros wrote:
> >
> > Introduce new CONFIG and add new menuconfig selection list in order to
> > allow (optional) selection between baytrail and amdpsp semaphore.
> >
> For the Linux distribution point of view selection must happen runtime.
> Otherwise either AMD PSP or Baytrail semaphore support is missing from
> the installation image.

I see, thanks for your input.
Will modify the driver so that it should work with both (Baytrail,
AMDPSP and potential new ones) semaphore modules compiled in.
Executing probe()'s at runtime will allow to select and install
correct callbacks.

Best Regards,
Jan