linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali@kernel.org>
To: Guenter Roeck <linux@roeck-us.net>
Cc: W_Armin@gmx.de, jdelvare@suse.com, linux-hwmon@vger.kernel.org
Subject: Re: [PATCH 0/5] hwmon: (dell-smm-hwmon) Convert to new hwmon
Date: Wed, 26 May 2021 19:16:38 +0200	[thread overview]
Message-ID: <20210526171638.jrzvre35cxqipro6@pali> (raw)
In-Reply-To: <ac961946-bfe4-cf47-b3f0-f173e9e5e661@roeck-us.net>

On Wednesday 26 May 2021 09:10:05 Guenter Roeck wrote:
> On 5/19/21 6:29 AM, W_Armin@gmx.de wrote:
> > From: Armin Wolf <W_Armin@gmx.de>
> > 
> > This patch series is converting the dell-smm-hwmon driver
> > to the new hwmon registration API. In order to do so,
> > it introduces a platform device in the first patch, and
> > applies some optimisations in the next three patches.
> > The switch to the new hwmon registration API is done in
> > the last patch.
> > 
> > The caching of the fan/temp values was modified to better fit
> > the new hwmon API.
> > 
> > The patches work fine for my Dell Latitude C600, but i whould
> > appreciate someone testing the code on another model too.
> > 
> > Armin Wolf (5):
> >    hwmon: (dell-smm-hwmon) Use platform device
> >    hwmon: (dell-smm-hwmon) Mark functions as __init
> >    hwmon: (dell-smm-hwmon) Use devm_add_action_or_reset()
> >    hwmon: (dell-smm-hwmon) Move variables into a driver private data
> >      structure
> >    hwmon: (dell-smm-hwmon) Convert to
> >      devm_hwmon_device_register_with_info()
> > 
> >   drivers/hwmon/dell-smm-hwmon.c | 860 ++++++++++++++++-----------------
> >   1 file changed, 425 insertions(+), 435 deletions(-)
> > 
> 
> Any chance to get a Reviewed-by/Tested-by: for the series from someone ?

Hello! I'm quite busy with other stuff. I will try to look and review
this patch series later.

> Thanks,
> Guenter
> 
> 

      reply	other threads:[~2021-05-26 17:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19 13:29 [PATCH 0/5] hwmon: (dell-smm-hwmon) Convert to new hwmon W_Armin
2021-05-19 13:29 ` [PATCH 1/5] hwmon: (dell-smm-hwmon) Use platform device W_Armin
2021-05-19 13:29 ` [PATCH 2/5] hwmon: (dell-smm-hwmon) Mark functions as __init W_Armin
2021-05-19 13:29 ` [PATCH 3/5] hwmon: (dell-smm-hwmon) Use devm_add_action_or_reset() W_Armin
2021-05-19 13:29 ` [PATCH 4/5] hwmon: (dell-smm-hwmon) Move variables into a driver private data structure W_Armin
2021-05-19 13:29 ` [PATCH 5/5] hwmon: (dell-smm-hwmon) Convert to devm_hwmon_device_register_with_info() W_Armin
2021-05-26 16:10 ` [PATCH 0/5] hwmon: (dell-smm-hwmon) Convert to new hwmon Guenter Roeck
2021-05-26 17:16   ` Pali Rohár [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210526171638.jrzvre35cxqipro6@pali \
    --to=pali@kernel.org \
    --cc=W_Armin@gmx.de \
    --cc=jdelvare@suse.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux@roeck-us.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).