Re: [PATCH v2] i2c: designware: platdrv: Set class based on dmi

2020-06-25 Thread Jarkko Nikula
On 6/24/20 2:25 PM, Ricardo Ribalda wrote: Current AMD's zen-based APUs use this core for some of its i2c-buses. With this patch we re-enable autodetection of hwmon-alike devices, so lm-sensors will be able to work automatically. It does not affect the boot-time of embedded devices, as the

Re: [PATCH v2] i2c: designware: platdrv: Set class based on dmi

2020-06-24 Thread Jarkko Nikula
On 6/24/20 4:22 PM, Andy Shevchenko wrote: On Wed, Jun 24, 2020 at 01:25:30PM +0200, Ricardo Ribalda wrote: Current AMD's zen-based APUs use this core for some of its i2c-buses. With this patch we re-enable autodetection of hwmon-alike devices, so lm-sensors will be able to work automatically.

Re: [PATCH v2] i2c: designware: platdrv: Set class based on dmi

2020-06-24 Thread Andy Shevchenko
On Wed, Jun 24, 2020 at 01:25:30PM +0200, Ricardo Ribalda wrote: > Current AMD's zen-based APUs use this core for some of its i2c-buses. > > With this patch we re-enable autodetection of hwmon-alike devices, so > lm-sensors will be able to work automatically. > > It does not affect the boot-time

[PATCH v2] i2c: designware: platdrv: Set class based on dmi

2020-06-24 Thread Ricardo Ribalda
Current AMD's zen-based APUs use this core for some of its i2c-buses. With this patch we re-enable autodetection of hwmon-alike devices, so lm-sensors will be able to work automatically. It does not affect the boot-time of embedded devices, as the class is set based on the dmi information.