aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_esai.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-28ASoC: fsl_esai: Add spin lock to protect reset, stop and startShengjiu Wang1-0/+12
2019-08-12ASoC: fsl_esai: Add compatible string for imx6ullShengjiu Wang1-0/+1
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-23ASoC: fsl_esai: recover the channel swap after xrunShengjiu Wang1-0/+74
2019-07-22ASoC: fsl_esai: Wrap some operations to be functionsShengjiu Wang1-71/+117
2019-05-06ASoC: fsl_esai: Add pm runtime functionS.j. Wang1-64/+77
2019-05-02ASoC: fsl_esai: Fix missing break in switch statementS.j. Wang1-1/+1
2019-04-05ASoC: fsl_esai: Support synchronous modeS.j. Wang1-7/+14
2019-03-21ASoC: fsl_esai: fix channel swap issue when stream startsS.j. Wang1-10/+37
2019-02-19ASoC: fsl_esai: fix register setting issue in RIGHT_J modeS.j. Wang1-3/+4
2018-08-28ASoC: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-08-03ASoC: fsl_esai: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-05-03ASoC: fsl_esai: Switch to SPDX identifierFabio Estevam1-9/+5
2018-04-16ASoC: fsl_esai: Add freq check in set_dai_sysclk()Nicolin Chen1-0/+6
2018-04-12ASoC: fsl_esai: Fix divisor calculation failure at lower ratioNicolin Chen1-0/+7
2018-02-12ASoC: fsl_esai: Use 'const _be *' type for ipropFabio Estevam1-1/+1
2017-07-17ASoC: fsl_esai: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-04-12ASoC: fsl_esai: Remove unneeded definitionFabio Estevam1-3/+2
2016-09-20ASoC: fsl_esai: use flat regmap cacheMarek Vasut1-1/+1
2016-09-03ASoC: fsl_esai: fix spelling mistake "Transmition" -> "Transmission"Colin Ian King1-3/+3
2015-12-23Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dwc', 'asoc/topic/fsl', 'asoc/topic/fsl-asrc' and 'asoc/topic/fsl-esai' into asoc-nextMark Brown1-23/+40
2015-11-25ASoC: fsl_esai: spba clock is needed by esai deviceShengjiu Wang1-0/+17
2015-11-25ASoC: fsl: using params_width function to simplify codeZidan Wang1-1/+1
2015-11-16ASoC: fsl_esai: ETDR and TX0~5 registers are non volatileZidan Wang1-22/+22
2015-10-26ASoC: fsl: Use #ifdef instead of #if for CONFIG_PM_SLEEPNicolin Chen1-1/+1
2015-10-05ASoC: fsl_esai: Add driver suspend and resume to support MEGA FastZidan Wang1-0/+88
2015-09-04Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2015-08-07ASoC: fsl_esai: Spelling s/specifially/specifically/Geert Uytterhoeven1-1/+1
2015-07-07ASoC: fsl: Add dedicated DMA buffer size for each cpu daiShengjiu Wang1-1/+1
2015-01-08ASoC: fsl_esai: Make error message conciseFabio Estevam1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-25ASoC: fsl_esai: Use dynamic slot width as defaultNicolin Chen1-5/+7
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-10-22ASoC: fsl: use strncpy() to prevent copying of over-long namesDaniel Mack1-1/+1
2014-10-20ASoC: fsl: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-01Merge branch 'topic/fsl' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-fsl-esaiMark Brown1-4/+1
2014-08-27ASoC: fsl-esai: Convert to use regmap framework's endianness method.Xiubo Li1-4/+1
2014-08-16Merge branch 'fix/fsl-esai' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-fsl-esaiMark Brown1-2/+0
2014-08-16ASoC: fsl_esai: refine esai for TDM supportShengjiu Wang1-3/+11
2014-08-13ASoC: fsl-esai: Revert .xlate_tdm_slot_mask() supportShengjiu Wang1-2/+0
2014-07-31ASoC: fsl_esai: Add stream names for DPCM usageNicolin Chen1-0/+2
2014-05-22Merge remote-tracking branches 'asoc/topic/devm', 'asoc/topic/fsl', 'asoc/topic/fsl-esai', 'asoc/topic/fsl-sai', 'asoc/topic/fsl-spdif' and 'asoc/topic/fsl-ssi' into asoc-nextMark Brown1-6/+26
2014-05-12ASoC: fsl_esai: Bypass divider settings if clock requirement is not changedNicolin Chen1-3/+20
2014-05-12ASoC: fsl_esai: Set PCRC and PRRC registers at the end of hw_params()Nicolin Chen1-6/+5
2014-05-12ASoC: fsl_esai: Only bypass sck_div for EXTAL sourceNicolin Chen1-1/+7
2014-05-12ASoC: fsl_esai: Fix incorrect condition within ratio range check for FPNicolin Chen1-1/+2
2014-04-14ASoC: esai: Add VF610+ compatibles support.Xiubo Li1-0/+1
2014-04-14ASoC: esai: use the precise definition of 'ret'.Xiubo Li1-3/+5
2014-03-25ASoC: fsl-esai: Add .xlate_tdm_slot_mask() support.Xiubo Li1-0/+2
2014-03-12Merge remote-tracking branches 'asoc/topic/da7213', 'asoc/topic/da732x', 'asoc/topic/da9055', 'asoc/topic/davinci', 'asoc/topic/fsl', 'asoc/topic/fsl-esai', 'asoc/topic/fsl-sai' and 'asoc/topic/fsl-spdif' into asoc-nextMark Brown1-6/+26