aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bitops.h
diff options
context:
space:
mode:
authorFrank Rowand <frank.rowand@sony.com>2018-10-12 19:21:16 -0700
committerFrank Rowand <frank.rowand@sony.com>2018-11-08 22:12:17 -0800
commitf96278810150fc39085d1872e5b39ea06366d03e (patch)
treee3d8b764a36583111816305b759bd9ab555bf590 /include/linux/bitops.h
parent8c329655c14f9596bb0534492ea740994ded440c (diff)
of: overlay: set node fields from properties when add new overlay node
Overlay nodes added by add_changeset_node() do not have the node fields name, phandle, and type set. The node passed to __of_attach_node() when the add node changeset entry is processed does not contain any properties. The node's properties are located in add property changeset entries that will be processed after the add node changeset is applied. Set the node's fields in the node contained in the add node changeset entry and do not set them to incorrect values in add_changeset_node(). A visible symptom that is fixed by this patch is the names of nodes added by overlays that have an entry in /sys/bus/platform/drivers/*/ will contain the unit-address but the node-name will be <NULL>, for example, "fc4ab000.<NULL>". After applying the patch the name, in this example, for node restart@fc4ab000 is "fc4ab000.restart". Tested-by: Alan Tull <atull@kernel.org> Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Diffstat (limited to 'include/linux/bitops.h')
0 files changed, 0 insertions, 0 deletions
-6/+1 2010-10-27PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger4-8/+12 2010-10-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds5-17/+39 2010-10-25Merge branch 'pnp-log' into releaseLen Brown2-7/+8 2010-10-25Merge branch 'pnpacpi-invalid-device-id' into releaseLen Brown1-5/+24 2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+0 2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+0 2010-10-01ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger4-5/+7 2010-10-01PNPACPI: cope with invalid device IDsDmitry Torokhov1-5/+24 2010-10-01PNP: log PNP resources, as we do for PCIBjorn Helgaas2-7/+8 2010-09-26isapnp: BKL removalArnd Bergmann1-7/+8 2010-07-19