summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: wm_adsp: Add a handler for the compressed IRQCharles Keepax2016-01-063-0/+218
* ASoC: wm_adsp: Attach buffers and streams togetherCharles Keepax2015-12-233-0/+64
* ASoC: wm_adsp: Add code to locate and initialise compressed bufferCharles Keepax2015-12-232-0/+293
* ASoC: wm_adsp: Add support for opening a compressed streamCharles Keepax2015-12-233-3/+227
* ALSA: compress: Add SND_AUDIOCODEC_BESPOKECharles Keepax2015-12-231-2/+3
* ASoC: wm_adsp: Factor out finding the location of an algorithm regionCharles Keepax2015-12-231-14/+21
* ASoC: wm5110: Provide basic hookup for voice controlCharles Keepax2015-12-233-2/+47
* Merge branch 'topic/cs47l24' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2015-12-234-0/+1181
|\
| * ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecsRichard Fitzgerald2015-11-164-0/+1181
* | Merge branch 'topic/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2015-12-234-50/+306
|\ \
| * | ASoC: arizona: In arizona_calc_fratio make new codecs the default caseRichard Fitzgerald2015-12-161-4/+4
| * | ASoC: arizona: Fix type of clock rate pointer in arizona_set_sysclkCharles Keepax2015-12-031-1/+1
| * | ASoC: arizona: Correct types of mixer texts and valuesCharles Keepax2015-12-032-8/+8
| * | ASoC: arizona: Add 32uS delay after putting FLL into freerunCharles Keepax2015-12-011-3/+3
| * | ASoC: wm5110: Add DAPM/routing hookup for the ANC blockCharles Keepax2015-11-193-0/+262
| * | Merge branch 'fix/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2015-11-191-11/+5
| |\ \
| | * | ASoC: arizona: fix range of OPCLK_REFRichard Fitzgerald2015-11-031-11/+5
| * | | ASoC: wm8998: Remove duplicated constsRichard Fitzgerald2015-11-161-23/+23
| | |/ | |/|
* | | ASoC: wm_adsp: Mimic legacy behaviour of reading controls when DSP is onCharles Keepax2015-12-171-0/+3
* | | ASoC: wm_adsp: Add locking to DSP firmware controlsCharles Keepax2015-12-121-7/+17
* | | ASoC: wm_adsp: Fixup some minor formatting and checkpatch errorsCharles Keepax2015-12-122-16/+15
* | | ASoC: wm_adsp: Add power lock for firmware change controlCharles Keepax2015-12-121-3/+8
* | | ASoC: wm_adsp: Replace debugfs lock with more general DSP power lockCharles Keepax2015-12-122-34/+44
* | | ASoC: wm_adsp: Expand the list of available firmwaresCharles Keepax2015-11-271-14/+35
|/ /
* | Linux 4.4-rc1v4.4-rc1Linus Torvalds2015-11-151-2/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-1537-292/+947
|\ \
| * | perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macroHuang Rui2015-11-121-6/+0
| * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-11-125-4/+14
| |\ \
| | * | tools include: Add compiler.h to list.hArnaldo Carvalho de Melo2015-11-111-0/+1
| | * | perf probe: Verify parameters in two functionsWang Nan2015-11-111-0/+6
| | * | perf session: Add missing newlines to some pr_err() callsArnaldo Carvalho de Melo2015-11-111-4/+4
| | * | perf annotate: Support full source file paths for srcline fixMichael Petlan2015-11-111-0/+1
| | * | perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignoreYunlong Song2015-11-111-0/+2
| |/ /
| * | perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra2015-11-091-0/+4
| * | perf: Disable IRQs across RCU RS CS that acquires scheduler lockPaul E. McKenney2015-11-091-8/+9
| * | Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-11-0831-274/+920
| |\ \
| | * | perf test: Do not be case sensitive when searching for matching testsArnaldo Carvalho de Melo2015-11-061-1/+1
| | * | perf test: Add 'perf test BPF'Wang Nan2015-11-066-1/+248
| | * | perf test: Enhance the LLVM tests: add kbuild testWang Nan2015-11-064-1/+35
| | * | perf test: Enhance the LLVM test: update basic BPF test programWang Nan2015-11-064-31/+129
| | * | perf bpf: Improve BPF related error messagesWang Nan2015-11-064-15/+108
| | * | perf tools: Make fetch_kernel_version() publicly availableWang Nan2015-11-063-33/+49
| | * | bpf tools: Add new API bpf_object__get_kversion()Wang Nan2015-11-062-0/+9
| | * | bpf tools: Improve libbpf error reportingWang Nan2015-11-065-59/+159
| | * | perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancyMasami Hiramatsu2015-11-061-5/+2
| | * | perf annotate: Inform the user about objdump failures in --stdioAndi Kleen2015-11-061-2/+18
| | * | perf stat: Make stat options globalJiri Olsa2015-11-051-81/+82
| | * | perf sched latency: Fix thread pid reuse issueJiri Olsa2015-11-051-2/+3
| | * | perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su...Wang Nan2015-11-051-0/+3
| | * | perf trace: Fix documentation for -iPeter Feiner2015-11-051-1/+0
OpenPOWER on IntegriCloud