On Wed, May 29, 2024 at 2:47 AM Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > > Hi Alex, > > On Thu, May 09, 2024 at 01:15:32PM -0400, Alex Deucher wrote: > > On Thu, May 9, 2024 at 8:02 AM Heiner Kallweit <hkallweit1@xxxxxxxxx> wrote: > > > > > > Support for I2C_CLASS_SPD is currently being removed from the kernel. > > > Only remaining step is to remove the definition of I2C_CLASS_SPD. > > > Setting I2C_CLASS_SPD in a driver is a no-op meanwhile, so remove it > > > here. > > > > > > Signed-off-by: Heiner Kallweit <hkallweit1@xxxxxxxxx> > > > > Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> > > and applied. > > TLDR: can you ack this so I can apply it for -rc2? > > Reason: I2C_CLASS_SPD was scheduled to be removed for 5.10. For some > reason, the newly introduced usage of I2C_CLASS_SPD in this driver went > unnoticed in -next. I would really like to remove I2C_CLASS_SPD now > before other users appear in the next cycle. In my experience, it is > possible to send Linus such patches for early rcX. Like it fixes a "bug" > when trying to handle a moving target. > > So, would that be possible that I push this upstream so I can ultimately > remove I2C_CLASS_SPD without further dependencies? If you prefer to push > it through your tree, can you send it to Linus soon? Yes, I'll include the patch in my PR for this week. Thanks, Alex