summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_sai.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown2020-10-091-91/+199
|\
| * ASoC: fsl_sai: Set MCLK input or output directionShengjiu Wang2020-09-171-0/+7
| * ASoC: fsl_sai: Add fsl_sai_check_version functionShengjiu Wang2020-09-171-0/+47
| * ASoC: fsl_sai: Add new added registers and new bit definitionShengjiu Wang2020-09-171-0/+23
| * ASoC: fsl_sai: Set SAI Channel Mode to Output ModeShengjiu Wang2020-09-031-2/+8
| * ASoC: fsl_sai: Support multiple data channel enable bitsShengjiu Wang2020-09-031-18/+12
| * ASoC: fsl_sai: Add -EPROBE_DEFER check for regmap initShengjiu Wang2020-08-241-1/+1
| * ASoC: fsl_sai: Replace synchronous check with fsl_sai_dir_is_syncedShengjiu Wang2020-08-171-24/+16
| * ASoC: fsl_sai: Drop TMR/RMR settings for synchronous modeShengjiu Wang2020-08-171-6/+1
| * ASoC: fsl_sai: Refine enable/disable TE/RE sequence in trigger()Shengjiu Wang2020-08-171-41/+85
* | ASoC: fsl_sai: Instantiate snd_soc_dai_driverShengjiu Wang2020-09-251-8/+11
|/
* Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown2020-07-311-1/+2
|\
| * ASoC: fsl_sai: Refine regcache usage with pm runtimeShengjiu Wang2020-07-011-1/+2
* | ASoC: fsl_sai: Fix value of FSL_SAI_CR1_RFW_MASKShengjiu Wang2020-07-311-2/+3
|/
* ASoC: fsl_sai: Fix exiting path on probing failureOleksandr Suvorov2020-02-061-5/+17
* ASoC: fsl_sai: add IRQF_SHAREDMichael Walle2019-12-091-1/+2
* ASoC: fsl_sai: Fix noise when using EDMAMihai Serban2019-09-171-0/+15
* ASoC: fsl_sai: Implement set_bclk_ratioViorel Suman2019-09-131-2/+19
* ASoC: fsl_sai: Add support for imx8qmDaniel Baluta2019-08-211-0/+7
* ASoC: fsl_sai: Add support for imx7ulp/imx8mqDaniel Baluta2019-08-071-0/+14
* ASoC: fsl_sai: Add support for SAI new versionDaniel Baluta2019-08-071-93/+135
* ASoC: fsl_sai: Update Tx/Rx channel enable maskDaniel Baluta2019-08-071-2/+4
* ASoC: fsl_sai: Add registers definition for multiple datalinesDaniel Baluta2019-08-071-10/+66
* ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-3/+1
* ASoC: fsl_sai: mark regmap as fast_ioLucas Stach2019-07-221-0/+1
* ASoC: fsl_sai: derive TX FIFO watermark from FIFO depthLucas Stach2019-07-221-1/+3
* ASoC: fsl_sai: add of_match dataLucas Stach2019-07-221-8/+14
* ASoC: fsl_sai: Move clock operation to PM runtimeShengjiu Wang2019-05-081-10/+44
* ASoC: fsl_sai: Add missing return 0 in remove()Nicolin Chen2019-04-261-0/+2
* ASoC: fsl_sai: Add support for runtime pmDaniel Baluta2019-04-251-5/+17
* ASoC: fsl_sai: Update is_slave_mode with correct valueDaniel Baluta2019-04-251-0/+2
* ASoC: fsl_sai: Remove expensive print in irq handlerShengjiu Wang2019-01-181-4/+4
* ASoC: fsl_sai: Switch to SPDX identifierFabio Estevam2018-05-031-11/+5
* ASoC: fsl_sai: support more than 2 channelsAlexandre Belloni2017-02-131-2/+2
* ASoC: fsl_sai: Use 'np' variableFabio Estevam2016-08-171-3/+3
* ASoC: fsl_sai: Allow setting the SAI MCLK directionFabio Estevam2016-05-051-0/+20
* ASoC: fsl_sai: Introduce a compatible string for MX6ULFabio Estevam2016-05-051-1/+3
* Merge remote-tracking branches 'asoc/topic/fsl-sai', 'asoc/topic/fsl-ssl', 'a...Mark Brown2016-03-131-1/+2
|\
| * ASoC: fsl_sai: Use usleep_range() instead of msleep()Xiubo Li2016-01-221-1/+2
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dwc', 'asoc/top...Mark Brown2015-12-231-11/+87
|\ \ \
| | * | ASoC: fsl: using params_width function to simplify codeZidan Wang2015-11-251-1/+1
| | * | Merge branch 'topic/fsl-sai' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2015-11-251-8/+68
| | |\|
| | | * ASoC: fsl_sai: add tdm slots operation supportZidan Wang2015-11-251-6/+25
| | | * ASoC: fsl-sai: set xCR4/xCR5/xMR for SAI master modeZidan Wang2015-11-171-0/+29
| | | * ASoC: fsl-sai: don't set bclk for Tx/Rx Synchronous with another SAI modeZidan Wang2015-11-171-2/+14
| | |/ | |/|
| | * ASoC: fsl-sai: add default register map for regmap cacheZidan Wang2015-11-161-2/+18
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/fix/davinci', 'asoc/fix/es8328', 'asoc/f...Mark Brown2015-12-231-0/+18
|\ \ \ | | |/ | |/|
| | * ASoC: fsl_sai: fix no frame clk in master modeZidan Wang2015-12-181-0/+18
| |/
* | Merge remote-tracking branches 'asoc/fix/davinci', 'asoc/fix/es8328', 'asoc/f...Mark Brown2015-11-251-1/+2
|\ \ | |/ |/|
| * ASoC: fsl_sai: fix Rx synchrounous modeStefan Agner2015-10-261-1/+2