Re: [PATCH v4 00/35] Remove .notify callback in acpi_device_ops

2023-06-05 Thread Andy Shevchenko
help. You can send it to yourself first to test. The biggest issue with your thread is making `b4` unable to catch the thread. Since it cooperates with lore archive, it's extremely hard to see the whole thing via the web either. -- With Best Regards, Andy Shevchenko

Re: [PATCH v4 00/35] Remove .notify callback in acpi_device_ops

2023-06-03 Thread andy . shevchenko
ad when formatting it. Yet you have a possibility to Cc different patches to the different mailing lists and people. -- With Best Regards, Andy Shevchenko

Re: [PATCH 2/2] hwmon: (asus_atk0110) Make use of device managed memory

2018-06-01 Thread Andy Shevchenko
of the objects used for debugfs communication. Please double check that it's not affected by the change. Otherwise looks good. -- With Best Regards, Andy Shevchenko -- To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v3 03/10] drivers/peci: Add support for PECI bus driver core

2018-04-24 Thread Andy Shevchenko
e comment in a certain place, re-check _entire_ series for the same / similar patterns! -- Andy Shevchenko <andriy.shevche...@linux.intel.com> Intel Finland Oy -- To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in the body of a message to majord...@vger.kerne

Re: [PATCH v3 09/10] drivers/hwmon: Add PECI hwmon client drivers

2018-04-24 Thread Andy Shevchenko
.cpu_id = 0x50650, /* Family code: 6, Model number: 85 > (0x55) */ > + .core_max = CORE_MAX_ON_SKX }, > +}; Are we talking about x86 CPU IDs here? If so, why x86 corresponding headers, including intel-family.h are not used? -- Andy Shevchenko <andriy.shevche...@linux.intel.com> Intel Fi

Re: [PATCH v2 1/2] hwmon: (ucd9000) Add gpio chip interface

2018-03-13 Thread Andy Shevchenko
", > + ret); > + } > + > return pmbus_do_probe(client, mid, info); > } > > -- > 1.8.3.1 > -- With Best Regards, Andy Shevchenko -- To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v3 06/10] pwm: add PWM modes

2018-02-22 Thread Andy Shevchenko
+be used What DT stands for? -- With Best Regards, Andy Shevchenko -- To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v1 09/15] hwmon: (w83781d) Remove duplicate NULL check

2017-11-02 Thread Andy Shevchenko
So, other subsystems > could pick it at rc1 time. If you are going to resend, you can add my > > Acked-by: Wolfram Sang <w...@the-dreams.de> > > to all of the remaining patches. Noted, thanks! -- Andy Shevchenko <andriy.shevche...@linux.intel.com> Intel

Re: [PATCH v1 09/15] hwmon: (w83781d) Remove duplicate NULL check

2017-11-01 Thread Andy Shevchenko
On Wed, 2017-11-01 at 06:19 -0700, Guenter Roeck wrote: > On 10/31/2017 07:21 AM, Andy Shevchenko wrote: > > Since i2c_unregister_device() became NULL-aware we may remove > > duplicate > > NULL check. > > > > Cc: Jean Delvare <jdelv...@suse.com> > >

[PATCH v1 12/15] hwmon: (w83793) Remove duplicate NULL check

2017-10-31 Thread Andy Shevchenko
Since i2c_unregister_device() became NULL-aware we may remove duplicate NULL check. Cc: Rudolf Marek <r.ma...@assembler.cz> Cc: Jean Delvare <jdelv...@suse.com> Cc: Guenter Roeck <li...@roeck-us.net> Cc: linux-hwmon@vger.kernel.org Signed-off-by: Andy Shevchenko <andriy.shevc

[PATCH v1 09/15] hwmon: (w83781d) Remove duplicate NULL check

2017-10-31 Thread Andy Shevchenko
Since i2c_unregister_device() became NULL-aware we may remove duplicate NULL check. Cc: Jean Delvare <jdelv...@suse.com> Cc: Guenter Roeck <li...@roeck-us.net> Cc: linux-hwmon@vger.kernel.org Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- drivers/hw

Re: [PATCH] hwmon: (dell-smm) Add Dell XPS 15 9560 into DMI list

2017-03-04 Thread Andy Shevchenko
gt; + .ident = "Dell XPS 15 9560", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), > + DMI_MATCH(DMI_PRODUCT_NAME, "XPS 15 9560"), > + }, > + }, > { } > }; &