]> asedeno.scripts.mit.edu Git - linux.git/commit
sparc: Use DT node full_name instead of name for resources
authorRob Herring <robh@kernel.org>
Fri, 16 Nov 2018 21:07:01 +0000 (15:07 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Nov 2018 21:35:22 +0000 (13:35 -0800)
commit86ef771ed543ad19fd984e715348eaeeb0b4e035
tree92e27b19a55ec7c039a4941e861f668fd3b0cdc8
parent8119f042d0599df848a5c55ac08b9c2a05c9b359
sparc: Use DT node full_name instead of name for resources

The device_node.name pointer is going to be removed. As the
device_node.full_name is now just the name+unit-address instead of the
full path, use the full_name pointer instead. This will add the
unit-address if there is one to the resource name.

Cc: "David S. Miller" <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/ioport.c
arch/sparc/kernel/of_device_32.c
arch/sparc/kernel/of_device_64.c