summaryrefslogtreecommitdiffstats
path: root/sound/soc/jz4740/jz4740-i2s.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: jz4740-i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-151-2/+1
* ASoC: jz4740-i2s: fix function nameH. Nikolaus Schaller2021-05-101-2/+2
* ASoC: jz4740: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* Merge remote-tracking branch 'asoc/for-5.11' into asoc-nextMark Brown2020-12-111-5/+0
|\
| * ASoC: jz4740-i2s: Remove manual DMA peripheral ID assignmentLars-Peter Clausen2020-10-261-5/+0
* | ASoC: jz4740-i2s: add missed checks for clk_get()Chuhong Yuan2020-12-041-0/+4
|/
* ASoC: ingenic: Unconditionally depend on devicetreePaul Cercueil2020-05-281-3/+1
* ASoC: jz4740: use snd_soc_xxx_active()Kuninori Morimoto2020-05-181-4/+4
* ASoC: jz4740-i2s: Add support for the JZ4770Paul Cercueil2020-03-241-3/+10
* ASoC: jz4740-i2s: Add support for the JZ4760Paul Cercueil2020-03-241-9/+12
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-131-1/+1
|\
| * ASoC: jz4740-i2s: Fix divider written at incorrect offset in registerPaul Cercueil2020-03-091-1/+1
* | ASoC: jz4740-i2s: Avoid passing enum as match dataPaul Cercueil2020-03-091-13/+23
* | ASoC: jz4740-i2s: Add local dev variable in probe functionPaul Cercueil2020-03-091-9/+9
|/
* ASoC: jz4740: jz4740-i2s: move .suspend/.resume to componentKuninori Morimoto2020-01-211-10/+8
* ASoC: jz4740: Remove unused match variableStephen Boyd2019-10-091-1/+0
* ASoC: jz4740: Use of_device_get_match_data()Stephen Boyd2019-10-071-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner2019-05-301-10/+1
* ASoC: jz4740: Handle return value of clk_prepare_enable.Arvind Yadav2017-07-261-4/+17
* ASoC: jz4740: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-141-0/+1
* ASoC: jz4740: Add jz4780 supportZubair Lutfullah Kakakhel2015-03-091-10/+74
* ASoC: jz4740: Add DT support to jz4740-i2s driverZubair Lutfullah Kakakhel2015-02-041-0/+10
* ASoC: jz4740: Add dynamic sampling rate support to jz4740-i2sZubair Lutfullah Kakakhel2015-02-041-1/+10
* ASoC: jz4740: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ASoC: jz4740: Improve build test coverageLars-Peter Clausen2014-04-231-2/+3
* ASoC: jz4740: Use the generic dmaengine PCM driverLars-Peter Clausen2013-12-031-32/+22
* ASoC: jz4740-i2s: Use managed resourcesLars-Peter Clausen2013-12-031-70/+15
* ASoC: jz4740-i2s: Use clk_prepare_enable/clk_disable_unprepareLars-Peter Clausen2013-05-121-8/+8
* ASoC: jz4740: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-121-1/+0
* ASoC: switch over to use snd_soc_register_component() on jz4740 i2sKuninori Morimoto2013-03-261-2/+7
* ASoC: jz4740: remove __dev* attributesBill Pemberton2012-12-101-3/+3
* ASoC: JZ4740: Replaced comma operators with semicolons.Maarten ter Huurne2012-04-061-2/+2
* ASoC: Convert jz4740 directory to module_platform_driverAxel Lin2011-11-241-11/+1
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: JZ4740: Fix i2s shutdownLars-Peter Clausen2011-05-031-1/+1
* ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-53/+51
* ASoC: Add JZ4740 ASoC supportLars-Peter Clausen2010-06-231-0/+540