Hi, >Ah, I think I understand now. And those addresses, 0a00-0a01 is where >you're >driver detects the hwmon part of the fintek, correct? Yes >IOW, this printk in your driver, gets printed on those MSI boards: >printk(KERN_INFO DRVNAME ": Found F71882FG chip at %#x\n", *address); >With an address of 0x0a00, correct? >And then when creating the platform device in f71882fg_device_add, the >device >resource allocation fails, triggering this error printk: > printk(KERN_ERR DRVNAME ": Device resource addition failed >%d\n", err); >Do I have it correct, that this is the problem the MSI users are seeing? The resource addition failed message is not shown on the test system. Regards, Hans