summaryrefslogtreecommitdiff
path: root/staging
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-11-15 15:56:39 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-11-15 15:56:39 +0100
commit7cec7def47bf55762c422508bac1b6e2e142b24e (patch)
treec6ba1c6b3552d8e4f7696e558af2849a126db725 /staging
parentbb60eb2e6af696443426f45360c697d03167507d (diff)
lookup: Keep track of lookup table initialization state
Make sure every lookup table is only initialized once. Preparatory patch before moving OUI lookup. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'staging')
0 files changed, 0 insertions, 0 deletions
e configuration before probing devices
The cadence I2C driver calls cdns_i2c_writereg(..) to setup a workaround in the controller, but did so after calling i2c_add_adapter() which starts probing devices on the bus. Change the order so that the configuration is completely finished before using the adapter. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'net/caif/caif_socket.c')