All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 85476] add device/name to /sys/class/hwmon/hwmonX/ to better follow hwmon practices
       [not found] <bug-85476-502@http.bugs.freedesktop.org/>
@ 2014-10-26 18:08 ` bugzilla-daemon
  2014-10-26 18:21 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-10-26 18:08 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 742 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=85476

Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Other                       |DRM/Radeon
           Assignee|mesa-dev@lists.freedesktop. |dri-devel@lists.freedesktop
                   |org                         |.org
            Product|Mesa                        |DRI

--- Comment #1 from Alex Deucher <agd5f@yahoo.com> ---
It does provide a name via /sys/class/hwmon/hwmonX/name.  The driver calls
hwmon_device_register_with_groups() and passes the name to hwmon.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2292 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 85476] add device/name to /sys/class/hwmon/hwmonX/ to better follow hwmon practices
       [not found] <bug-85476-502@http.bugs.freedesktop.org/>
  2014-10-26 18:08 ` [Bug 85476] add device/name to /sys/class/hwmon/hwmonX/ to better follow hwmon practices bugzilla-daemon
@ 2014-10-26 18:21 ` bugzilla-daemon
  2014-10-26 18:40 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-10-26 18:21 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 319 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=85476

--- Comment #2 from Henrik Asp <solenskiner@gmail.com> ---
Oh yeah, it does, didnt notice that. That'll work =)

None of my other devices do though. They all place name in the device folder.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1138 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 85476] add device/name to /sys/class/hwmon/hwmonX/ to better follow hwmon practices
       [not found] <bug-85476-502@http.bugs.freedesktop.org/>
  2014-10-26 18:08 ` [Bug 85476] add device/name to /sys/class/hwmon/hwmonX/ to better follow hwmon practices bugzilla-daemon
  2014-10-26 18:21 ` bugzilla-daemon
@ 2014-10-26 18:40 ` bugzilla-daemon
  2014-10-26 21:20 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-10-26 18:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 623 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=85476

--- Comment #3 from Alex Deucher <agd5f@yahoo.com> ---
Created attachment 108466
  --> https://bugs.freedesktop.org/attachment.cgi?id=108466&action=edit
possible fix

(In reply to Henrik Asp from comment #2)
> Oh yeah, it does, didnt notice that. That'll work =)
> 
> None of my other devices do though. They all place name in the device folder.

I'm not entirely sure how that's done off hand.  I guess it may take the name
from the device structure passed in.  Does the attached patch fix it?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1716 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 85476] add device/name to /sys/class/hwmon/hwmonX/ to better follow hwmon practices
       [not found] <bug-85476-502@http.bugs.freedesktop.org/>
                   ` (2 preceding siblings ...)
  2014-10-26 18:40 ` bugzilla-daemon
@ 2014-10-26 21:20 ` bugzilla-daemon
  2014-10-27  1:02 ` bugzilla-daemon
  2019-11-19  8:58 ` bugzilla-daemon
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-10-26 21:20 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 392 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=85476

--- Comment #4 from Henrik Asp <solenskiner@gmail.com> ---
Doesnt seem to have made any difference.

Since i had to recompile i also upgraded from linux 3.16 to 3.17, and it seems
fam15h_power moved hwmonX/device/name to hwmonX/name. dunno what to make of
that...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1211 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 85476] add device/name to /sys/class/hwmon/hwmonX/ to better follow hwmon practices
       [not found] <bug-85476-502@http.bugs.freedesktop.org/>
                   ` (3 preceding siblings ...)
  2014-10-26 21:20 ` bugzilla-daemon
@ 2014-10-27  1:02 ` bugzilla-daemon
  2019-11-19  8:58 ` bugzilla-daemon
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-10-27  1:02 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 305 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=85476

--- Comment #5 from Alex Deucher <agd5f@yahoo.com> ---
Might be worth asking the hwmon people.  I'm not sure how hwmon decides where
to hang the name element in the sysfs tree.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1120 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 85476] add device/name to /sys/class/hwmon/hwmonX/ to better follow hwmon practices
       [not found] <bug-85476-502@http.bugs.freedesktop.org/>
                   ` (4 preceding siblings ...)
  2014-10-27  1:02 ` bugzilla-daemon
@ 2019-11-19  8:58 ` bugzilla-daemon
  5 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:58 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 804 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=85476

Martin Peres <martin.peres@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |MOVED

--- Comment #6 from Martin Peres <martin.peres@free.fr> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/552.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2447 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-19  8:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-85476-502@http.bugs.freedesktop.org/>
2014-10-26 18:08 ` [Bug 85476] add device/name to /sys/class/hwmon/hwmonX/ to better follow hwmon practices bugzilla-daemon
2014-10-26 18:21 ` bugzilla-daemon
2014-10-26 18:40 ` bugzilla-daemon
2014-10-26 21:20 ` bugzilla-daemon
2014-10-27  1:02 ` bugzilla-daemon
2019-11-19  8:58 ` bugzilla-daemon

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.