Wolfram Sang <w...@the-dreams.de> writes: > Commit af503716ac14 made sure OF devices get an OF style modalias with > I2C events. It assumed all in-tree users were converted, yet it missed > some Macintosh drivers. > > Add an OF module device table for all windfarm drivers to make them > automatically load again. > > Fixes: af503716ac14 ("i2c: core: report OF style module alias for devices > registered via OF") > Link: https://bugzilla.kernel.org/show_bug.cgi?id=199471 > Reported-by: Erhard Furtner <erhar...@mailbox.org> > Tested-by: Erhard Furtner <erhar...@mailbox.org> > Signed-off-by: Wolfram Sang <w...@the-dreams.de> > --- > > This should also help with this: > https://lists.debian.org/debian-powerpc/2020/01/msg00062.html > Some more testing would be appreciated because lm75 also has some code > changes I can't test myself obviusly. > > By grepping, I found some more potential candidates (using a "MAC," > prefix but not defining a OF MODULE DEVICE TABLE). Does someone know > about bugreports filed for those? I don't want to change them for no > reason: > > drivers/macintosh/ams/ams-i2c.c > drivers/macintosh/therm_adt746x.c > sound/aoa/codecs/onyx.c > sound/aoa/codecs/tas.c > sound/ppc/keywest.c > > Happy hacking, > > Wolfram > > drivers/macintosh/windfarm_ad7417_sensor.c | 7 +++++++ > drivers/macintosh/windfarm_fcu_controls.c | 7 +++++++ > drivers/macintosh/windfarm_lm75_sensor.c | 16 +++++++++++++++- > drivers/macintosh/windfarm_lm87_sensor.c | 7 +++++++ > drivers/macintosh/windfarm_max6690_sensor.c | 7 +++++++ > drivers/macintosh/windfarm_smu_sat.c | 7 +++++++ > 6 files changed, 50 insertions(+), 1 deletion(-)
Acked-by: Michael Ellerman <m...@ellerman.id.au> (powerpc) cheers