All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Marc Titinger <mtitinger@baylibre.com>, jdelvare@suse.com
Cc: lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org,
	mturquette@baylibre.com, bcousson@baylibre.com
Subject: Re: [RFC] hwmon: ina2xx: port to using remap, improve bandwidth.
Date: Sat, 24 Oct 2015 05:45:10 -0700	[thread overview]
Message-ID: <562B7D56.3010700@roeck-us.net> (raw)
In-Reply-To: <562A9A0A.5040503@baylibre.com>

On 10/23/2015 01:35 PM, Marc Titinger wrote:
> Hi Guenter
>
> thanks for the review, answers bellow.
>
[ ... ]

>>>   /* shunt voltage */
>>> -static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, ina2xx_show_value, NULL,
>>> +static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, ina2xx_show_shunt, NULL,
>>>                 INA2XX_SHUNT_VOLTAGE);
>>
>> If you no longer use the register parameter, there is no need to provide it.
>> But then I'll have to spend some time trying to understand _why_ you don't
>> use it anymore and why you introduced separate show functions.
>> Some explanation might help.
>>
> The interval value is no longer needed to compute a read "gard" delay, but the client Application may still need to set a different averaging value through this interval setting, based on the DUT characteristics.

I don't really understand what you are saying here, sorry, and what it has
to do with the switch from a single to multiple show functions.

> As of using separate functions, it fits better in the new logic of "per-register" accesses. It does not bloat the code either.
>
"It does not bloat the code" is not a valid reason for making such a change,
nor "it fits better" (because that is an opinion). Reducing code size,
or simplifying the code, could be valid reasons.
The change is also technically unrelated to the switch to regmap.
Also, while it may not bloat the code, it definitely bloats the patch size
and makes it much more difficult to review the patch.

Please make only one logical change per patch. So far, we have identified
three independent sets of changes:
- switch to regmap
- switch to separate show functions
- switch to prioritize devicetree data over platform data

and I am not sure if there are more, given the complexity of the patch.

I would expect separate patches to address those changes. Please split
the patch accordingly.

Thanks,
Guenter


WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux@roeck-us.net>
To: Marc Titinger <mtitinger@baylibre.com>, jdelvare@suse.com
Cc: lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org,
	mturquette@baylibre.com, bcousson@baylibre.com
Subject: Re: [lm-sensors] [RFC] hwmon: ina2xx: port to using remap, improve bandwidth.
Date: Sat, 24 Oct 2015 12:45:10 +0000	[thread overview]
Message-ID: <562B7D56.3010700@roeck-us.net> (raw)
In-Reply-To: <562A9A0A.5040503@baylibre.com>

On 10/23/2015 01:35 PM, Marc Titinger wrote:
> Hi Guenter
>
> thanks for the review, answers bellow.
>
[ ... ]

>>>   /* shunt voltage */
>>> -static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, ina2xx_show_value, NULL,
>>> +static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, ina2xx_show_shunt, NULL,
>>>                 INA2XX_SHUNT_VOLTAGE);
>>
>> If you no longer use the register parameter, there is no need to provide it.
>> But then I'll have to spend some time trying to understand _why_ you don't
>> use it anymore and why you introduced separate show functions.
>> Some explanation might help.
>>
> The interval value is no longer needed to compute a read "gard" delay, but the client Application may still need to set a different averaging value through this interval setting, based on the DUT characteristics.

I don't really understand what you are saying here, sorry, and what it has
to do with the switch from a single to multiple show functions.

> As of using separate functions, it fits better in the new logic of "per-register" accesses. It does not bloat the code either.
>
"It does not bloat the code" is not a valid reason for making such a change,
nor "it fits better" (because that is an opinion). Reducing code size,
or simplifying the code, could be valid reasons.
The change is also technically unrelated to the switch to regmap.
Also, while it may not bloat the code, it definitely bloats the patch size
and makes it much more difficult to review the patch.

Please make only one logical change per patch. So far, we have identified
three independent sets of changes:
- switch to regmap
- switch to separate show functions
- switch to prioritize devicetree data over platform data

and I am not sure if there are more, given the complexity of the patch.

I would expect separate patches to address those changes. Please split
the patch accordingly.

Thanks,
Guenter


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

  parent reply	other threads:[~2015-10-24 12:45 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-19 16:21 [RFC] hwmon: ina2xx: allow for actual measurement bandwidth above 160 Hz Marc Titinger
2015-10-19 16:21 ` [lm-sensors] " Marc Titinger
2015-10-20  1:32 ` Guenter Roeck
2015-10-20  1:32   ` [lm-sensors] " Guenter Roeck
2015-10-20  7:58   ` Marc Titinger
2015-10-20  7:58     ` [lm-sensors] " Marc Titinger
2015-10-20  8:20   ` [PATCH v2] " Marc Titinger
2015-10-20  8:20     ` [lm-sensors] " Marc Titinger
2015-10-20 12:54     ` Guenter Roeck
2015-10-20 12:54       ` [lm-sensors] " Guenter Roeck
2015-10-20 13:17       ` Marc Titinger
2015-10-20 13:17         ` [lm-sensors] " Marc Titinger
2015-10-20 13:30         ` Guenter Roeck
2015-10-20 13:30           ` [lm-sensors] " Guenter Roeck
2015-10-20 13:46           ` Marc Titinger
2015-10-20 13:46             ` [lm-sensors] " Marc Titinger
2015-10-20 17:00             ` Guenter Roeck
2015-10-20 17:00               ` [lm-sensors] " Guenter Roeck
2015-10-21  7:46               ` Marc Titinger
2015-10-21  7:46                 ` [lm-sensors] " Marc Titinger
2015-10-20 13:52           ` Michael Turquette
2015-10-20 13:52             ` [lm-sensors] " Michael Turquette
2015-10-23 16:13       ` [RFC] hwmon: ina2xx: port to using remap, improve bandwidth Marc Titinger
2015-10-23 16:13         ` [lm-sensors] " Marc Titinger
2015-10-23 16:49         ` kbuild test robot
2015-10-23 16:49           ` [lm-sensors] " kbuild test robot
2015-10-23 16:52         ` Guenter Roeck
2015-10-23 16:52           ` [lm-sensors] " Guenter Roeck
2015-10-23 20:35           ` Marc Titinger
2015-10-23 20:35             ` [lm-sensors] " Marc Titinger
2015-10-24  2:21             ` Guenter Roeck
2015-10-24  2:21               ` [lm-sensors] " Guenter Roeck
2015-10-24 12:45             ` Guenter Roeck [this message]
2015-10-24 12:45               ` Guenter Roeck
2015-10-26 16:24               ` [PATCH 0/2] hwmon: ina2xx: convert driver to using regmap Marc Titinger
2015-10-26 16:24                 ` [lm-sensors] " Marc Titinger
2015-10-26 16:24               ` [PATCH 1/2] " Marc Titinger
2015-10-26 16:24                 ` [lm-sensors] " Marc Titinger
2015-10-27  1:02                 ` Guenter Roeck
2015-10-27  1:02                   ` [lm-sensors] " Guenter Roeck
2015-10-27  1:12                 ` Guenter Roeck
2015-10-27  1:12                   ` [lm-sensors] " Guenter Roeck
2015-10-27  9:51                   ` [PATCH v2 " Marc Titinger
2015-10-27  9:51                     ` [lm-sensors] " Marc Titinger
2015-10-28  2:47                     ` Guenter Roeck
2015-10-28  2:47                       ` [lm-sensors] " Guenter Roeck
2015-10-28  9:23                       ` Marc Titinger
2015-10-28  9:23                         ` [lm-sensors] " Marc Titinger
2015-10-26 16:24               ` [PATCH 2/2] hwmon: ina2xx: give precedence to DT over checking for platform data Marc Titinger
2015-10-26 16:24                 ` [lm-sensors] " Marc Titinger
2015-10-27  1:10                 ` Guenter Roeck
2015-10-27  1:10                   ` [lm-sensors] " Guenter Roeck
2015-10-27  9:51                   ` [PATCH v2 " Marc Titinger
2015-10-27  9:51                     ` [lm-sensors] " Marc Titinger
2015-10-23 16:55         ` [RFC] hwmon: ina2xx: port to using remap, improve bandwidth kbuild test robot
2015-10-23 16:55           ` [lm-sensors] " kbuild test robot
2015-10-23 20:10         ` kbuild test robot
2015-10-23 20:10           ` [lm-sensors] " kbuild test robot

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=562B7D56.3010700@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=bcousson@baylibre.com \
    --cc=jdelvare@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=mtitinger@baylibre.com \
    --cc=mturquette@baylibre.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.