Message ID | 20211116205744.381790-1-pauk.denis@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Update ASUS WMI supported boards | expand |
On 11/16/21 12:57 PM, Denis Pauk wrote: > Add support by WMI interface provided by Asus for B550/X570 boards: > * PRIME X570-PRO, > * ROG CROSSHAIR VIII HERO > * ROG CROSSHAIR VIII DARK HERO > * ROG CROSSHAIR VIII FORMULA > * ROG STRIX X570-E GAMING > * ROG STRIX B550-I GAMING > * ROG STRIX B550-E GAMING > > Add support by WMI interface provided by Asus for X370/X470/ > B450/X399 boards: > * ROG CROSSHAIR VI HERO, > * PRIME X399-A, > * PRIME X470-PRO, > * ROG CROSSHAIR VI EXTREME, > * ROG CROSSHAIR VI HERO (WI-FI AC), > * ROG CROSSHAIR VII HERO, > * ROG CROSSHAIR VII HERO (WI-FI), > * ROG STRIX B450-E GAMING, > * ROG STRIX B450-F GAMING, > * ROG STRIX B450-I GAMING, > * ROG STRIX X399-E GAMING, > * ROG STRIX X470-F GAMING, > * ROG STRIX X470-I GAMING, > * ROG ZENITH EXTREME, > * ROG ZENITH EXTREME ALPHA. > > I have removed "ROG STRIX Z390-F GAMING" from list of supported boards in > asus_wmi_sensors that I have added by mistake. I had misunderstood a > comment in the [1] issue. > > I have added separate records for each of modules in MAINTAINERS file. > Before it was one shared recors for both of modules. > > Could you please review? > Series applied to hwmon-next. Thanks, Guenter
On Fri, Nov 19, 2021 at 1:36 PM Guenter Roeck <linux@roeck-us.net> wrote: > > On 11/16/21 12:57 PM, Denis Pauk wrote: > > Add support by WMI interface provided by Asus for B550/X570 boards: > > * PRIME X570-PRO, > > * ROG CROSSHAIR VIII HERO > > * ROG CROSSHAIR VIII DARK HERO > > * ROG CROSSHAIR VIII FORMULA > > * ROG STRIX X570-E GAMING > > * ROG STRIX B550-I GAMING > > * ROG STRIX B550-E GAMING > > > > Add support by WMI interface provided by Asus for X370/X470/ > > B450/X399 boards: > > * ROG CROSSHAIR VI HERO, > > * PRIME X399-A, > > * PRIME X470-PRO, > > * ROG CROSSHAIR VI EXTREME, > > * ROG CROSSHAIR VI HERO (WI-FI AC), > > * ROG CROSSHAIR VII HERO, > > * ROG CROSSHAIR VII HERO (WI-FI), > > * ROG STRIX B450-E GAMING, > > * ROG STRIX B450-F GAMING, > > * ROG STRIX B450-I GAMING, > > * ROG STRIX X399-E GAMING, > > * ROG STRIX X470-F GAMING, > > * ROG STRIX X470-I GAMING, > > * ROG ZENITH EXTREME, > > * ROG ZENITH EXTREME ALPHA. > > > > I have removed "ROG STRIX Z390-F GAMING" from list of supported boards in > > asus_wmi_sensors that I have added by mistake. I had misunderstood a > > comment in the [1] issue. > > > > I have added separate records for each of modules in MAINTAINERS file. > > Before it was one shared recors for both of modules. > > > > Could you please review? > > > > Series applied to hwmon-next. What is the repository it has been applied to? I don't see it in neither Linux Next nor [1]. It might be that I am missing the workflow. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git/log/?h=hwmon-next
On Tue, Nov 23, 2021 at 12:22:46PM +0200, Andy Shevchenko wrote: > > > > Series applied to hwmon-next. > > What is the repository it has been applied to? I don't see it in > neither Linux Next nor [1]. It might be that I am missing the > workflow. > I had not pushed the branch out. Done now. Guenter
On Tue, Nov 23, 2021 at 07:50:40AM -0800, Guenter Roeck wrote: > On Tue, Nov 23, 2021 at 12:22:46PM +0200, Andy Shevchenko wrote: > > > > > > Series applied to hwmon-next. > > > > What is the repository it has been applied to? I don't see it in > > neither Linux Next nor [1]. It might be that I am missing the > > workflow. > > I had not pushed the branch out. Done now. I can see it now, thanks!