Revision 4f001fd30145a6a8f72f9544c982cfd3dcb7c6df authored by Pantelis Antoniou on 24 January 2015, 07:16:29 UTC, committed by Wolfram Sang on 09 July 2015, 20:25:54 UTC
Mark (and unmark) device nodes with the POPULATE flag as appropriate.
This is required to avoid multi probing when using I2C and device
overlays containing a mux.
This patch is also more careful with the release of the adapter device
which caused a deadlock with muxes, and does not break the build
on !OF since the node flag accessors are not defined then.

Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
1 parent eb8173e
History
File Mode Size
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 401 bytes
addr.c -rw-r--r-- 4.2 KB
addr.h -rw-r--r-- 2.8 KB
bcast.c -rw-r--r-- 26.4 KB
bcast.h -rw-r--r-- 5.2 KB
bearer.c -rw-r--r-- 24.8 KB
bearer.h -rw-r--r-- 8.0 KB
core.c -rw-r--r-- 4.4 KB
core.h -rw-r--r-- 3.9 KB
discover.c -rw-r--r-- 13.0 KB
discover.h -rw-r--r-- 2.3 KB
eth_media.c -rw-r--r-- 3.6 KB
ib_media.c -rw-r--r-- 3.6 KB
link.c -rw-r--r-- 59.5 KB
link.h -rw-r--r-- 9.5 KB
msg.c -rw-r--r-- 15.7 KB
msg.h -rw-r--r-- 19.1 KB
name_distr.c -rw-r--r-- 11.6 KB
name_distr.h -rw-r--r-- 3.3 KB
name_table.c -rw-r--r-- 27.8 KB
name_table.h -rw-r--r-- 5.0 KB
net.c -rw-r--r-- 8.3 KB
net.h -rw-r--r-- 2.1 KB
netlink.c -rw-r--r-- 4.9 KB
netlink.h -rw-r--r-- 2.1 KB
netlink_compat.c -rw-r--r-- 30.6 KB
node.c -rw-r--r-- 15.8 KB
node.h -rw-r--r-- 6.6 KB
server.c -rw-r--r-- 15.1 KB
server.h -rw-r--r-- 3.6 KB
socket.c -rw-r--r-- 72.4 KB
socket.h -rw-r--r-- 2.5 KB
subscr.c -rw-r--r-- 10.6 KB
subscr.h -rw-r--r-- 3.4 KB
sysctl.c -rw-r--r-- 2.5 KB
udp_media.c -rw-r--r-- 12.6 KB

back to top