A Travis CI instance for continuous integration testing of netsniff-ng can be found here: https://travis-ci.org/netsniff-ng/netsniff-ng An analysis by the Coverity Scanner is run occasionally against the source of netsniff-ng. The corresponding scan reports can be found here: https://scan.coverity.com/projects/329 Use the command `make COV_EMAIL= COV_PASSWD= coverity' to trigger a new scan yourself, if you are a project admin. el='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
0:11 +0100
committerMark Brown <broonie@kernel.org>2016-11-23 12:30:55 +0000
commit222e728ca29b5976accd1fc520a716d168ee2ca5 (patch)
tree2dad68b5e9ef0926f5e94a7513af58d1a16cea10
parent4185d4be22a3fbf8e065437883ced195e692642b (diff)
ASoC: uda1380: Request GPIOs at bus probe time
Resources should be requested when the device is probed on the control bus rather then when the CODEC is bound to the sound card. This allows things like probe deferring and device managed allocations to work. So move the GPIO request calls from the CODEC probe to the bus probe and also make them managed along the way. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>