summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGuiting Shen <aarongt.shen@gmail.com>2023-07-15 11:06:20 +0800
committerMark Brown <broonie@kernel.org>2023-07-25 12:10:00 +0100
commitf85739c0b2b0d98a32f5ca4fcc5501d2b76df4f6 (patch)
treee27eff67f24fb4af9be81207923a8100bc9acd7e /tools/perf/scripts/python
parent23adeb7056acd4fd866969f4afb91441776cc4f5 (diff)
downloadkernel-f85739c0b2b0d98a32f5ca4fcc5501d2b76df4f6.tar.gz
ASoC: atmel: Fix the 8K sample parameter in I2SC master
The 8K sample parameter of 12.288Mhz main system bus clock doesn't work because the I2SC_MR.IMCKDIV must not be 0 according to the sama5d2 series datasheet(I2SC Mode Register of Register Summary). So use the 6.144Mhz instead of 12.288Mhz to support 8K sample. Signed-off-by: Guiting Shen <aarongt.shen@gmail.com> Link: https://lore.kernel.org/r/20230715030620.62328-1-aarongt.shen@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
>2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens 2009-01-06mm: make get_user_pages() interruptibleYing Han 2008-12-20x86, bts: memory accountingMarkus Metzger 2008-11-16unitialized return value in mm/mlock.c: __mlock_vma_pages_range()Helge Deller 2008-11-12mm: remove lru_add_drain_all() from the munlock pathKOSAKI Motohiro 2008-10-20mlock: make mlock error return Posixly CorrectLee Schermerhorn 2008-10-20vmstat: mlocked pages statisticsNick Piggin 2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel 2008-10-20mlock: downgrade mmap sem while populating mlocked regionsLee Schermerhorn 2008-10-20mlock: mlocked pages are unevictableNick Piggin 2008-08-04mlock() fix return valuesKOSAKI Motohiro