summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_esai.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fsl: merge DAI call back functions into opsKuninori Morimoto2023-08-141-10/+10
* ASoC: fsl: fsl_esai: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=NMaarten Zanders2022-10-281-1/+1
* ASoC: fsl: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-1/+2
* ASoC: fsl: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
* ASoC: fsl: Update to use set_fmt_new callbackCharles Keepax2022-06-061-5/+5
* ASoC: fsl: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-121-4/+2
* ASoC: fsl: Drop unused argument from imx_pcm_dma_init()Sascha Hauer2022-02-281-1/+1
* ASoC: fsl-esai: Update to modern clocking terminologyMark Brown2021-09-221-14/+14
* ASoC: fsl_esai: register platform component before registering cpu daiShengjiu Wang2021-09-101-6/+10
* ASoC: fsl_esai: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-211-2/+1
* Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown2021-04-231-13/+37
|\
| * ASoC: fsl_esai: Don't use devm_regmap_init_mmio_clkShengjiu Wang2021-03-241-12/+36
| * ASoC: fsl: fsl_esai: clarify expressionPierre-Louis Bossart2021-03-101-1/+1
* | ASoC: fsl_esai: Fix TDM slot setup for I2S modeAlexander Shiyan2021-04-021-3/+5
|/
* ASoC: fsl_esai: Remove unused 'imx' fieldFabio Estevam2021-02-081-5/+0
* ASoC: fsl: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-2/+2
* ASoC: fsl_esai: Remove of_device_get_match_data() error checkFabio Estevam2021-01-201-4/+0
* ASoC: fsl: Replace tasklet with workTakashi Iwai2020-09-091-7/+7
* ASoC: fsl_esai: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-4/+3
* ASoC: fsl_esai: add IRQF_SHARED for devm_request_irqShengjiu Wang2020-07-231-1/+1
* ASoC: fsl: fsl_esai: fix kernel-docPierre-Louis Bossart2020-07-031-14/+18
* ASoC: fsl: use snd_soc_xxx_active()Kuninori Morimoto2020-05-181-1/+1
* ASoC: fsl_esai: introduce SoC specific dataShengjiu Wang2020-05-151-9/+37
* ASoC: fsl_esai: Disable exception interrupt before scheduling taskletShengjiu Wang2020-04-271-0/+4
* ASoC: fsl_esai: Add spin lock to protect reset, stop and startShengjiu Wang2019-10-281-0/+12
* ASoC: fsl_esai: Add compatible string for imx6ullShengjiu Wang2019-08-121-0/+1
* ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-3/+1
* ASoC: fsl_esai: recover the channel swap after xrunShengjiu Wang2019-07-231-0/+74
* ASoC: fsl_esai: Wrap some operations to be functionsShengjiu Wang2019-07-221-71/+117
* ASoC: fsl_esai: Add pm runtime functionS.j. Wang2019-05-061-64/+77
* ASoC: fsl_esai: Fix missing break in switch statementS.j. Wang2019-05-021-1/+1
* ASoC: fsl_esai: Support synchronous modeS.j. Wang2019-04-051-7/+14
* ASoC: fsl_esai: fix channel swap issue when stream startsS.j. Wang2019-03-211-10/+37
* ASoC: fsl_esai: fix register setting issue in RIGHT_J modeS.j. Wang2019-02-191-3/+4
* ASoC: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-281-1/+1
* ASoC: fsl_esai: Mark expected switch fall-throughGustavo A. R. Silva2018-08-031-0/+1
* ASoC: fsl_esai: Switch to SPDX identifierFabio Estevam2018-05-031-9/+5
* ASoC: fsl_esai: Add freq check in set_dai_sysclk()Nicolin Chen2018-04-161-0/+6
* ASoC: fsl_esai: Fix divisor calculation failure at lower ratioNicolin Chen2018-04-121-0/+7
* ASoC: fsl_esai: Use 'const _be *' type for ipropFabio Estevam2018-02-121-1/+1
* ASoC: fsl_esai: constify snd_soc_dai_ops structureGustavo A. R. Silva2017-07-171-1/+1
* ASoC: fsl_esai: Remove unneeded definitionFabio Estevam2017-04-121-3/+2
* ASoC: fsl_esai: use flat regmap cacheMarek Vasut2016-09-201-1/+1
* ASoC: fsl_esai: fix spelling mistake "Transmition" -> "Transmission"Colin Ian King2016-09-031-3/+3
*-. Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dwc', 'asoc/top...Mark Brown2015-12-231-23/+40
|\ \
| | * ASoC: fsl_esai: spba clock is needed by esai deviceShengjiu Wang2015-11-251-0/+17
| |/ |/|
| * ASoC: fsl: using params_width function to simplify codeZidan Wang2015-11-251-1/+1
| * ASoC: fsl_esai: ETDR and TX0~5 registers are non volatileZidan Wang2015-11-161-22/+22
|/
* ASoC: fsl: Use #ifdef instead of #if for CONFIG_PM_SLEEPNicolin Chen2015-10-261-1/+1