perf-test(1) ============ NAME ---- perf-test - Runs sanity tests. SYNOPSIS -------- [verse] 'perf test [] [{list |[|]}]' DESCRIPTION ----------- This command does assorted sanity tests, initially through linked routines but also will look for a directory with more tests in the form of scripts. To get a list of available tests use 'perf test list', specifying a test name fragment will show all tests that have it. To run just specific tests, inform test name fragments or the numbers obtained from 'perf test list'. OPTIONS ------- -s:: --skip:: Tests to skip (comma separated numeric list). -v:: --verbose:: Be more verbose. -F:: --dont-fork:: Do not fork child for each test, run all tests within single process. method='get'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
r>
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
authorMike Looijmans <mike.looijmans@topic.nl>2017-01-16 15:49:38 +0100
committerWolfram Sang <wsa@the-dreams.de>2017-01-25 22:07:40 +0100
commit0e1929dedea36781e25902118c93edd8d8f09af1 (patch)
tree5e353f42c88f892c20528b8a4c28856919594944 /net/ipv6/ip6_flowlabel.c
parent7a308bb3016f57e5be11a677d15b821536419d36 (diff)
i2c: i2c-cadence: Initialize 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/ipv6/ip6_flowlabel.c')