Re: [PATCH] drm/amd/pm: Remove I2C_CLASS_SPD support

2023-12-19 Thread Wolfram Sang
On Mon, Nov 13, 2023 at 12:37:15PM +0100, Heiner Kallweit wrote: > I2C_CLASS_SPD was used to expose the EEPROM content to user space, > via the legacy eeprom driver. Now that this driver has been removed, > we can remove I2C_CLASS_SPD support. at24 driver with explicit > instantiation should be

Re: [PATCH] drm/amd/pm: Remove I2C_CLASS_SPD support

2023-11-16 Thread Alex Deucher
On Mon, Nov 13, 2023 at 6:37 AM Heiner Kallweit wrote: > > I2C_CLASS_SPD was used to expose the EEPROM content to user space, > via the legacy eeprom driver. Now that this driver has been removed, > we can remove I2C_CLASS_SPD support. at24 driver with explicit > instantiation should be used

Re: [PATCH] drm/amd/pm: Remove I2C_CLASS_SPD support

2023-11-13 Thread Heiner Kallweit
On 13.11.2023 12:37, Heiner Kallweit wrote: > I2C_CLASS_SPD was used to expose the EEPROM content to user space, > via the legacy eeprom driver. Now that this driver has been removed, > we can remove I2C_CLASS_SPD support. at24 driver with explicit > instantiation should be used instead. > > If

[PATCH] drm/amd/pm: Remove I2C_CLASS_SPD support

2023-11-13 Thread Heiner Kallweit
I2C_CLASS_SPD was used to expose the EEPROM content to user space, via the legacy eeprom driver. Now that this driver has been removed, we can remove I2C_CLASS_SPD support. at24 driver with explicit instantiation should be used instead. If in doubt this patch could be applied via the i2c tree.