On Tue, Aug 25, 2020 at 09:23:14AM +0200, Wolfram Sang wrote: > On Fri, Aug 21, 2020 at 08:03:33PM +0300, Andy Shevchenko wrote: > > When commit c64ffff7a9d1 ("i2c: core: Allow empty id_table in ACPI case > > as well") fixed the enumeration of I²C devices on ACPI enabled platforms > > when driver has no ID table, it missed the PRP0001 support. > > > > i2c_device_match() and i2c_acpi_match_device() differently match > > driver against given device. Use acpi_driver_match_device(), that is used > > in the former, in i2c_device_probe() and don't fail PRP0001 enumeration > > when no ID table exist. > > > > Fixes: c64ffff7a9d1 ("i2c: core: Allow empty id_table in ACPI case as well") > > BugLink: https://stackoverflow.com/q/63519678/2511795 > > You are monitoring SO? Nice. Monitoring is probably too strong word here, rather sometimes looking for interesting topics (mostly related to ACPI + Linux (kernel) and near to them). This makes me wonder how many commits are actually referring to SO. The 1st one I found is 8c88f87cb27a ("netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled"). Some of them referring stackexchange site, but not many (brief estimation like a couple of dozens at most). > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > Applied to for-current, thanks! Thanks! -- With Best Regards, Andy Shevchenko