Messages in this thread |  | | Date | Fri, 1 Nov 2013 13:48:53 -0700 | From | Greg Kroah-Hartman <> | Subject | Re: Strange location and name for platform devices when device-tree is used. |
| |
On Fri, Nov 01, 2013 at 11:04:59AM -0700, Grant Likely wrote: > Second, I expect there is going to be userspace breakage to move them. > I've considered moving them before, but so far have felt that being > tidier hasn't been worth the potential breakage. Userspace /shouldn't/ > be relying on the node name, but we all know that userspace always does > what it should, right?
Userspace should _never_ rely on where in the /sys/devices/ tree a device is, if so, it's _really_ broken. They should be iterating and getting to the device from within the bus and class section of the tree as devices move all over the place when the box boots different times.
thanks,
greg k-h
|  |