LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Vivien Didelot <vivien.didelot@savoirfairelinux.com>,
netdev@vger.kernel.org
Cc: "David S . Miller" <davem@davemloft.net>,
linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com
Subject: Re: [PATCH] net: dsa: set parent of hwmon device
Date: Tue, 20 Jan 2015 18:48:03 -0800 [thread overview]
Message-ID: <54BF1363.2080204@roeck-us.net> (raw)
In-Reply-To: <1421799212-2028-1-git-send-email-vivien.didelot@savoirfairelinux.com>
On 01/20/2015 04:13 PM, Vivien Didelot wrote:
> Set the dsa device as the parent of the hwmon device, in order to link
> the hwmon subsystem under the corresponding /sys/devices/platform/dsa.X/
> sysfs directory.
>
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
> ---
> net/dsa/dsa.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/dsa/dsa.c b/net/dsa/dsa.c
> index 3731714..363102a 100644
> --- a/net/dsa/dsa.c
> +++ b/net/dsa/dsa.c
> @@ -347,7 +347,7 @@ dsa_switch_setup(struct dsa_switch_tree *dst, int index,
> hname[j] = '\0';
> scnprintf(ds->hwmon_name, sizeof(ds->hwmon_name), "%s_dsa%d",
> hname, index);
> - ds->hwmon_dev = hwmon_device_register_with_groups(NULL,
> + ds->hwmon_dev = hwmon_device_register_with_groups(parent,
> ds->hwmon_name, ds, dsa_hwmon_groups);
> if (IS_ERR(ds->hwmon_dev))
> ds->hwmon_dev = NULL;
>
I'll have to look into this again; not sure if this works because there is
no 1:1 relationship between dsa device and hwmon device (or switch chip).
Guenter
next prev parent reply other threads:[~2015-01-21 2:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-21 0:13 Vivien Didelot
2015-01-21 0:13 ` [PATCH] net: dsa: set slave MII bus PHY mask Vivien Didelot
2015-01-21 0:37 ` Florian Fainelli
2015-01-26 0:01 ` David Miller
2015-01-21 2:48 ` Guenter Roeck [this message]
2015-01-21 3:50 ` [PATCH] net: dsa: set parent of hwmon device Guenter Roeck
2015-01-21 5:58 ` Florian Fainelli
2015-01-21 16:26 ` Vivien Didelot
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=54BF1363.2080204@roeck-us.net \
--to=linux@roeck-us.net \
--cc=davem@davemloft.net \
--cc=kernel@savoirfairelinux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=vivien.didelot@savoirfairelinux.com \
--subject='Re: [PATCH] net: dsa: set parent of hwmon device' \
/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
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).