From: Guenter Roeck <linux@roeck-us.net>
To: Andrew Lunn <andrew@lunn.ch>
Cc: David Miller <davem@davemloft.net>,
netdev <netdev@vger.kernel.org>,
Florian Fainelli <f.fainelli@gmail.com>,
Russell King <rmk+kernel@arm.linux.org.uk>,
linux-hwmon@vger.kernel.org
Subject: Re: [PATCH net-next 1/4] hwmon: Add missing HWMON_T_LCRIT_ALARM define
Date: Tue, 17 Jul 2018 13:12:04 -0700 [thread overview]
Message-ID: <20180717201204.GA15476@roeck-us.net> (raw)
In-Reply-To: <1531856893-27884-2-git-send-email-andrew@lunn.ch>
On Tue, Jul 17, 2018 at 09:48:10PM +0200, Andrew Lunn wrote:
> The enum hwmon_temp_lcrit_alarm exists, but the BIT definition is
> missing.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Guenter Roeck <linux@roeck-us.net>
... and, yes, I assume the series will be picked up by David.
> ---
> include/linux/hwmon.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/hwmon.h b/include/linux/hwmon.h
> index e5fd2707b6df..1b74ad11a5a4 100644
> --- a/include/linux/hwmon.h
> +++ b/include/linux/hwmon.h
> @@ -93,6 +93,7 @@ enum hwmon_temp_attributes {
> #define HWMON_T_MIN_ALARM BIT(hwmon_temp_min_alarm)
> #define HWMON_T_MAX_ALARM BIT(hwmon_temp_max_alarm)
> #define HWMON_T_CRIT_ALARM BIT(hwmon_temp_crit_alarm)
> +#define HWMON_T_LCRIT_ALARM BIT(hwmon_temp_lcrit_alarm)
> #define HWMON_T_EMERGENCY_ALARM BIT(hwmon_temp_emergency_alarm)
> #define HWMON_T_FAULT BIT(hwmon_temp_fault)
> #define HWMON_T_OFFSET BIT(hwmon_temp_offset)
> --
> 2.18.0
>
next prev parent reply other threads:[~2018-07-17 20:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-17 19:48 [PATCH net-next 0/4] HWMON support for SFP modules Andrew Lunn
2018-07-17 19:48 ` [PATCH net-next 1/4] hwmon: Add missing HWMON_T_LCRIT_ALARM define Andrew Lunn
2018-07-17 20:12 ` Guenter Roeck [this message]
2018-07-17 19:48 ` [PATCH net-next 2/4] hwmon: Add support for power min, lcrit, min_alarm and lcrit_alarm Andrew Lunn
2018-07-17 20:12 ` Guenter Roeck
2018-07-17 19:48 ` [PATCH net-next 3/4] hwmon: Add helper to tell if a char is invalid in a name Andrew Lunn
2018-07-17 20:12 ` Guenter Roeck
2018-07-17 19:48 ` [PATCH net-next 4/4] net: phy: sfp: Add HWMON support for module sensors Andrew Lunn
2018-07-17 20:13 ` Guenter Roeck
2018-07-18 1:02 ` [PATCH net-next 0/4] HWMON support for SFP modules David Miller
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=20180717201204.GA15476@roeck-us.net \
--to=linux@roeck-us.net \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=linux-hwmon@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=rmk+kernel@arm.linux.org.uk \
/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).