summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorMartin Povišer <povik+lin@cutebit.org>2022-06-30 09:51:32 +0200
committerMark Brown <broonie@kernel.org>2022-07-07 17:16:32 +0100
commitcd10bb89b0d57bca98eb75e0444854a1c129a14e (patch)
treecccd8eabd6d09ea093a150cc25a9c03b7baa2881 /tools/perf/scripts/python/net_dropmonitor.py
parent94c65dffd4c4af052b3ea8934fbcb2fa8da276a8 (diff)
downloadkernel-cd10bb89b0d57bca98eb75e0444854a1c129a14e.tar.gz
ASoC: tas2764: Add post reset delays
Make sure there is at least 1 ms delay from reset to first command as is specified in the datasheet. This is a fix similar to commit 307f31452078 ("ASoC: tas2770: Insert post reset delay"). Fixes: 827ed8a0fa50 ("ASoC: tas2764: Add the driver for the TAS2764") Signed-off-by: Martin Povišer <povik+lin@cutebit.org> Link: https://lore.kernel.org/r/20220630075135.2221-1-povik+lin@cutebit.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
70486f0e669730bad6713063e3f59e2e870044f'>xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller 2011-02-23xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller 2011-02-23xfrm: Remove unused 'saddr' and 'daddr' args to xfrm_state_look_at.David S. Miller 2011-02-23xfrm: Const'ify xfrm_address_t args to __xfrm_state_lookup{,_byaddr}.David S. Miller 2011-02-23xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.David S. Miller 2011-02-23xfrm: Const'ify xfrm_address_t args to xfrm_*_hash.David S. Miller 2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller 2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller 2011-02-22xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller 2011-02-22xfrm: Mark flowi arg to xfrm_init_tempstate() const.David S. Miller 2011-02-22xfrm: Mark flowi arg to xfrm_state_look_at() const.David S. Miller 2010-12-09xfrm: Fix xfrm_state_migrate leakThomas Egerer 2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer 2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2010-04-01xfrm: Remove xfrm_state_genidHerbert Xu 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2010-02-22xfrm: SA lookups with markJamal Hadi Salim 2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim 2010-02-19xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim 2010-02-17xfrm: Revert false event eliding commits.David S. Miller 2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2010-02-16xfrm: avoid spinlock in get_acqseq() used by xfrm userjamal 2010-02-16xfrm: Fix xfrm_state_clone leakHerbert Xu 2010-02-15xfrm: Flushing empty SAD generates false eventsjamal 2010-01-23netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan 2009-11-25xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi 2009-11-08xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy