From: Marek Vasut <marex@denx.de>
To: Heiner Kallweit <hkallweit1@gmail.com>, Andrew Lunn <andrew@lunn.ch>
Cc: netdev@vger.kernel.org, f.fainelli@gmail.com
Subject: Re: [PATCH V2] net: phy: tja11xx: Add TJA11xx PHY driver
Date: Sat, 22 Dec 2018 00:22:26 +0100 [thread overview]
Message-ID: <80ec255b-ae2e-eb29-a6ea-dfa4b00ae0de@denx.de> (raw)
In-Reply-To: <42aad282-2100-87bc-7145-a19f8f46afa6@gmail.com>
On 12/15/2018 06:38 PM, Heiner Kallweit wrote:
> On 15.12.2018 18:01, Andrew Lunn wrote:
>>> +static struct tja11xx_phy_stats tja11xx_hw_stats[] = {
>>> + { "phy_symbol_error_count", 20, 0, 0xffff },
>>> + { "phy_overtemp_error", 21, 1, BIT(1) },
>>> + { "phy_undervolt_error", 21, 3, BIT(3) },
>>> + { "phy_polarity_detect", 25, 6, BIT(6) },
>>> + { "phy_open_detect", 25, 7, BIT(7) },
>>> + { "phy_short_detect", 25, 8, BIT(8) },
>>
>> Hi Marek
>>
>> You have a number of one bit counters here, which is pretty unusual.
>> The names also don't really suggest they are counters.
>>
> Apart from few counters the values seem to be flags. I just think
> it could be done in a little bit more readable form, e.g. instead of
> { "phy_short_detect", 25, 8, BIT(8) } use
> { "phy_short_detect", 25, BIT(8) } and in tja11xx_get_stats() then
> use FIELD_GET (see linux/bitfield.h).
This doesn't work with the counters, it only works with flags. The array
contains both.
> The idea of HWMON attributes sounds good to me because it allows
> to use the flags to trigger actions in a structured way. And I
> assume in case of e.g. "PHY undervolt" some monitoring system
> would like to be informed (especially because we talk about
> automotive here).
I added HWMON_T_CRIT_ALARM and HWMON_I_LCRIT_ALARM for
phy_overtemp_error and phy_undervolt_error respectively.
Are there any other hwmon attributes I can use to replace the flags in
the tja11xx_hw_stats array ?
--
Best regards,
Marek Vasut
next prev parent reply other threads:[~2018-12-21 23:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-14 16:11 [PATCH V2] net: phy: tja11xx: Add TJA11xx PHY driver Marek Vasut
2018-12-15 17:01 ` Andrew Lunn
2018-12-15 17:31 ` Florian Fainelli
2018-12-15 17:40 ` Andrew Lunn
2018-12-15 17:38 ` Heiner Kallweit
2018-12-21 23:22 ` Marek Vasut [this message]
2018-12-22 17:24 ` Heiner Kallweit
2018-12-23 9:12 ` Marek Vasut
2018-12-15 18:01 ` Heiner Kallweit
2018-12-15 18:06 ` Heiner Kallweit
2018-12-15 18:29 ` Marek Vasut
2018-12-15 19:59 ` Andrew Lunn
2018-12-15 20:01 ` Heiner Kallweit
2018-12-21 23:31 ` Marek Vasut
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=80ec255b-ae2e-eb29-a6ea-dfa4b00ae0de@denx.de \
--to=marex@denx.de \
--cc=andrew@lunn.ch \
--cc=f.fainelli@gmail.com \
--cc=hkallweit1@gmail.com \
--cc=netdev@vger.kernel.org \
/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).