diff options
author | Grant Likely <[email protected]> | 2014-02-20 18:02:11 +0000 |
---|---|---|
committer | Grant Likely <[email protected]> | 2014-03-11 20:48:26 +0000 |
commit | 75b57ecf9d1d1e17d099ab13b8f48e6e038676be (patch) | |
tree | 1fcf03dae1722cf5c7917023a404958be2bce036 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | dab2310d9d90eded48625c5382c6a60389bf8ca9 (diff) |
of: Make device nodes kobjects so they show up in sysfs
Device tree nodes are already treated as objects, and we already want to
expose them to userspace which is done using the /proc filesystem today.
Right now the kernel has to do a lot of work to keep the /proc view in
sync with the in-kernel representation. If device_nodes are switched to
be kobjects then the device tree code can be a whole lot simpler. It
also turns out that switching to using /sysfs from /proc results in
smaller code and data size, and the userspace ABI won't change if
/proc/device-tree symlinks to /sys/firmware/devicetree/base.
v7: Add missing sysfs_bin_attr_init()
v6: Add __of_add_property() early init fixes from Pantelis
v5: Rename firmware/ofw to firmware/devicetree
Fix updating property values in sysfs
v4: Fixed build error on Powerpc
Fixed handling of dynamic nodes on powerpc
v3: Fixed handling of duplicate attribute and child node names
v2: switch to using sysfs bin_attributes which solve the problem of
reporting incorrect property size.
Signed-off-by: Grant Likely <[email protected]>
Tested-by: Sascha Hauer <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Nathan Fontenot <[email protected]>
Cc: Pantelis Antoniou <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions