aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/jz4740 (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-14ASoC: jz4740: merge DAI call back functions into opsKuninori Morimoto1-2/+1
2023-05-15ASoC: Merge up fixes for CIMark Brown1-4/+50
2023-05-11ASoC: jz4740-i2s: Add support for X1000 SoCAidan MacDonald1-0/+9
2023-05-11ASoC: jz4740-i2s: Make I2S divider calculations more robustAidan MacDonald1-4/+50
2022-10-31ASoC: jz4740-i2s: Remove .set_sysclk()Aidan MacDonald2-42/+0
2022-10-26ASoC: jz4740-i2s: Refactor DAI probe/remove ops as component opsAidan MacDonald1-24/+30
2022-10-26ASoC: jz4740-i2s: Move component functions near the component driverAidan MacDonald1-36/+36
2022-10-26ASoC: jz4740-i2s: Support continuous sample rateAidan MacDonald1-4/+4
2022-10-26ASoC: jz4740-i2s: Support S20_LE and S24_LE sample formatsAidan MacDonald1-2/+10
2022-10-26ASoC: jz4740-i2s: Align macro values and sort includesAidan MacDonald1-34/+32
2022-10-26ASoC: jz4740-i2s: Use FIELD_PREP() macros in hw_params callbackAidan MacDonald1-9/+8
2022-10-26ASoC: jz4740-i2s: Simplify using regmap fieldsAidan MacDonald1-58/+77
2022-10-26ASoC: jz4740-i2s: Convert to regmap APIAidan MacDonald2-68/+39
2022-10-26ASoC: jz4740-i2s: Handle independent FIFO flush bitsAidan MacDonald1-5/+34
2022-07-20ASoC: jz4740-i2s: Remove unused 'mem' resourceAidan MacDonald1-1/+0
2022-07-07ASoC: jz4740-i2s: Refactor DMA channel setupAidan MacDonald1-18/+5
2022-07-07ASoC: jz4740-i2s: Remove Open Firmware dependencyAidan MacDonald2-3/+2
2022-06-27ASoC: jz4740-i2c: Migrate to new style legacy DAI naming flagCharles Keepax1-3/+4
2022-06-06ASoC: jz4740-i2s: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: js4740-i2s: Update to use set_fmt_new callbackCharles Keepax1-6/+6
2021-06-15ASoC: jz4740-i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-05-10ASoC: jz4740-i2s: fix function nameH. Nikolaus Schaller1-2/+2
2021-05-10ASoc: Fix unused define in jz4740-i2s.hTang Bin1-2/+0
2021-01-21ASoC: jz4740: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2020-12-11Merge remote-tracking branch 'asoc/for-5.11' into asoc-nextMark Brown1-5/+0
2020-12-04ASoC: jz4740-i2s: add missed checks for clk_get()Chuhong Yuan1-0/+4
2020-10-26ASoC: jz4740-i2s: Remove manual DMA peripheral ID assignmentLars-Peter Clausen1-5/+0
2020-05-28ASoC: ingenic: Unconditionally depend on devicetreePaul Cercueil2-4/+2
2020-05-18ASoC: jz4740: use snd_soc_xxx_active()Kuninori Morimoto1-4/+4
2020-03-24ASoC: jz4740-i2s: Add support for the JZ4770Paul Cercueil1-3/+10
2020-03-24ASoC: jz4740-i2s: Add support for the JZ4760Paul Cercueil1-9/+12
2020-03-13Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-1/+1
2020-03-09ASoC: jz4740-i2s: Avoid passing enum as match dataPaul Cercueil1-13/+23
2020-03-09ASoC: jz4740-i2s: Add local dev variable in probe functionPaul Cercueil1-9/+9
2020-03-09ASoC: jz4740-i2s: Fix divider written at incorrect offset in registerPaul Cercueil1-1/+1
2020-01-21ASoC: jz4740: jz4740-i2s: move .suspend/.resume to componentKuninori Morimoto1-10/+8
2019-10-09ASoC: jz4740: Remove unused match variableStephen Boyd1-1/+0
2019-10-07ASoC: jz4740: Use of_device_get_match_data()Stephen Boyd1-3/+2
2019-07-30ASoC: jz4740: Drop lb60 board codePaul Cercueil3-134/+2
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown5-24/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 239Thomas Gleixner1-9/+1
2019-06-06ASoC: jz4740: qi_lb60: use modern dai_link styleKuninori Morimoto1-4/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-20ASoC: jz4740: Depend on MIPS instead of MACH_JZ4740Paul Cercueil1-1/+1
2017-07-26ASoC: jz4740: Handle return value of clk_prepare_enable.Arvind Yadav1-4/+17
2015-09-14ASoC: jz4740: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-03-09ASoC: jz4740: Add jz4780 supportZubair Lutfullah Kakakhel1-10/+74
2015-02-04ASoC: jz4740: Add DT support to jz4740-i2s driverZubair Lutfullah Kakakhel1-0/+10