aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/fsl/fsl_esai.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-12ASoC: fsl-esai: big-endian supportXiubo Li1-1/+4
2014-02-11ASoC: fsl_esai: Check the return value from clk_prepare_enable()Fabio Estevam1-5/+22
2014-02-10ASoC: fsl-esai: fix ESAI TDM slot settingXiubo Li1-2/+2
2014-01-10ASoC: fsl_esai: Add ESAI CPU DAI driverNicolin Chen1-0/+815