summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-13Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-17/+20
2018-11-13ASoC: wm_adsp: Factor out common init codeRichard Fitzgerald1-6/+8
2018-11-13ASoC: wm_adsp: Fix dma-unsafe read of scratch registersRichard Fitzgerald1-17/+20
2018-10-19ASoC: wm_adsp: Log addresses as 8 digits in wm_adsp_buffer_populateRichard Fitzgerald1-1/+1
2018-10-19ASoC: wm_adsp: Rename memory fields in wm_adsp_bufferRichard Fitzgerald1-12/+12
2018-08-08ASoC: wm_adsp: Make DSP name configurable by codec driverRichard Fitzgerald1-21/+48
2018-08-08Merge branch 'asoc-4.18' into asoc-4.19 wmadsp depMark Brown1-2/+8
2018-08-08ASoC: wm_adsp: Declare firmware controls from codec driverRichard Fitzgerald1-26/+9
2018-08-08ASoC: wm_adsp: Correct DSP pointer for preloader controlAjit Pandey1-2/+6
2018-07-19ASoC: wm_adsp: Parse HOST_BUFFER controlsRichard Fitzgerald1-1/+65
2018-07-19ASoC: wm_adsp: Allow up to 8 channels for voice controlRichard Fitzgerald1-1/+1
2018-07-19ASoC: wm_adsp: Take prefix into account in control name lengthCharles Keepax1-0/+3
2018-07-19ASoC: wm_adsp: Correct algorithm list allocation sizeCharles Keepax1-1/+1
2018-07-19ASoC: wm_adsp: Ensure DSP boot work complete before preloader_put returnStuart Henderson1-0/+2
2018-06-20ASoC: wm_adsp: Simplify handling of alg offset and lengthCharles Keepax1-9/+20
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-05Merge tag 'asoc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai1-4/+4
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-6/+5
2018-04-24ASoC: wm_adsp: Account for name prefixes when toggling preloaderCharles Keepax1-4/+4
2018-03-28Merge remote-tracking branches 'asoc/topic/wm9090', 'asoc/topic/wm9712', 'aso...Mark Brown1-13/+28
2018-03-28Merge remote-tracking branches 'asoc/topic/arizona', 'asoc/topic/atmel', 'aso...Mark Brown1-29/+29
2018-02-28ASoC: wm_adsp: For TLV controls only register TLV get/setRichard Fitzgerald1-6/+8
2018-02-26ASoC: wm_adsp: Support streams which can start/stop with DSP activeCharles Keepax1-10/+18
2018-02-14ASoC: arizona: replace codec to componentKuninori Morimoto1-29/+29
2018-02-12ASoC: wm_adsp: Don't init cache from DSP memory if control is write-onlyRichard Fitzgerald1-3/+10
2017-12-08ASoC: wm_adsp: Fix validation of firmware and coeff lengthsBen Hutchings1-6/+6
2017-05-26ASoC: wm_adsp: Fix typo in algorithm list warning messageRichard Fitzgerald1-1/+1
2017-05-24ASoC: wm_adsp: Remove unused member of struct wm_coeff_ctl_opsRichard Fitzgerald1-2/+0
2017-05-24ASoC: wm_adsp: Fix type warning in sprintfRichard Fitzgerald1-1/+1
2017-04-05ASoC: wm_adsp: add support for DSP region lockMayuresh Kulkarni1-0/+137
2017-04-05ASoC: wm_adsp: Add support for ADSP2V2Richard Fitzgerald1-43/+144
2017-03-07ASoC: wm_adsp: Acknowledge controls should also check the DSP is runningCharles Keepax1-1/+1
2017-03-07ASoC: wm_adsp: Return an error on write to a disabled volatile controlCharles Keepax1-1/+6
2017-02-19Merge remote-tracking branches 'asoc/topic/adau17x1', 'asoc/topic/adsp', 'aso...Mark Brown1-13/+64
2017-01-24ASoC: wm_adsp: Fixup wm_adsp2_boot_work error pathsCharles Keepax1-1/+4
2017-01-24ASoC: wm_adsp: Set booted/running flags at the end of bring upCharles Keepax1-4/+4
2017-01-24ASoC: wm_adsp: Correct some missing lockingCharles Keepax1-7/+12
2017-01-06ASoC: wm_adsp: Add mechanism to preload firmware on a coreCharles Keepax1-1/+44
2016-12-20ASoC: wm_adsp: Don't overrun firmware file buffer when reading region dataRichard Fitzgerald1-1/+24
2016-12-12ASoC: wm_adsp: wm_adsp_buf_alloc should use kfree in error pathRichard Fitzgerald1-1/+1
2016-11-22ASoC: wm_adsp: Check return value from wm_adsp_buffer_initCharles Keepax1-1/+6
2016-11-22ASoC: wm_adsp: Remove unused wm_coeff_ctl.kcontrolRichard Fitzgerald1-3/+0
2016-11-22ASoC: wm_adsp: Firmware controls should be added as codec controlsRichard Fitzgerald1-4/+4
2016-11-21ASoC: wm_adsp: Only write shutdown controls for active firmwaresCharles Keepax1-0/+3
2016-11-14ASoC: wm_adsp: factor out getting base register for a controlRichard Fitzgerald1-22/+24
2016-11-11ASoC: wm_adsp: Support acknowledged controlsRichard Fitzgerald1-8/+81
2016-11-11ASoC: wm_adsp: Add support for SYSTEM firmware controlsStuart Henderson1-10/+18
2016-11-11ASoC: wm_adsp: factor out getting region name from typeRichard Fitzgerald1-31/+22
2016-11-11ASoC: wm_adsp: Signal firmware shutdown through event controlRichard Fitzgerald1-0/+114
2016-10-21ASoC: wm_adsp: Remove duplicate set of kcontrol->ifaceRichard Fitzgerald1-1/+0