Age | Commit message (Expand) | Author | Files | Lines |
2024-09-09 | ASoC: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
2024-08-14 | ASoC: fsl_ssi: Switch to SYSTEM_SLEEP_PM_OPS | Fabio Estevam | 1 | -4/+2 |
2024-03-25 | ASoC: fsl: fsl_ssi: Add dev_err_probe if PCM DMA init fails | Alexander Stein | 1 | -1/+3 |
2023-09-25 | ASoC: fsl: convert not to use asoc_xxx() | Kuninori Morimoto | 1 | -8/+8 |
2023-08-14 | ASoC: fsl: merge DAI call back functions into ops | Kuninori Morimoto | 1 | -2/+1 |
2023-03-20 | ASoC: fsl: fsl_ssi: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-11 | ASoC: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -1/+1 |
2023-01-10 | ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC | Mark Brown | 1 | -2/+2 |
2022-06-27 | ASoC: fsl: Migrate to new style legacy DAI naming flag | Charles Keepax | 1 | -0/+1 |
2022-06-06 | ASoC: fsl: Rename set_fmt_new back to set_fmt | Charles Keepax | 1 | -1/+1 |
2022-06-06 | ASoC: fsl: Update to use set_fmt_new callback | Charles Keepax | 1 | -12/+12 |
2022-05-11 | ASoC: fsl_ssi: Add support multi fifo script | Shengjiu Wang | 1 | -2/+32 |
2022-02-28 | ASoC: fsl: Drop unused argument from imx_pcm_dma_init() | Sascha Hauer | 1 | -1/+1 |
2021-09-22 | ASoC: fsl_ssi: Update to modern clocking terminology | Mark Brown | 1 | -19/+19 |
2021-06-21 | ASoC: fsl_ssi: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 1 | -2/+1 |
2021-03-10 | ASoC: fsl: fsl_ssi: fix kernel-doc warning | Pierre-Louis Bossart | 1 | -1/+1 |
2021-03-10 | ASoC: fsl: fsl_ssi: remove unnecessary tests | Pierre-Louis Bossart | 1 | -3/+2 |
2021-03-10 | ASoC: fsl_ssi: Fix TDM slot setup for I2S mode | Alexander Shiyan | 1 | -2/+4 |
2021-01-21 | ASoC: fsl: sync parameter naming (rate/sample_bits) | Kuninori Morimoto | 1 | -2/+2 |
2021-01-20 | ASoC: fsl_ssi: Use of_device_get_match_data() | Fabio Estevam | 1 | -7/+1 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-23 | ASoC: fsl: use asoc_substream_to_rtd() | Kuninori Morimoto | 1 | -4/+4 |
2020-07-03 | ASoC: fsl: fsl_ssi: fix kernel-doc | Pierre-Louis Bossart | 1 | -26/+44 |
2020-06-16 | ASoC: fsl_ssi: Fix bclk calculation for mono channel | Shengjiu Wang | 1 | -4/+9 |
2020-03-27 | ASoC: fsl: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer | Kuninori Morimoto | 1 | -4/+4 |
2020-01-21 | ASoC: soc-core: remove bus_control | Kuninori Morimoto | 1 | -1/+0 |
2019-09-09 | Merge branch 'asoc-5.4' into asoc-next | Mark Brown | 1 | -3/+1 |
2019-08-29 | ASoC: fsl_ssi: Fix clock control issue in master mode | Shengjiu Wang | 1 | -9/+9 |
2019-08-02 | ASoC: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
2019-06-14 | ASoC: fsl: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -3/+1 |
2019-02-20 | ASoC: fsl: Fix of-node refcount unbalance in fsl_ssi_probe_from_dt() | Takashi Iwai | 1 | -2/+4 |
2018-05-03 | ASoC: fsl_ssi: Switch to SPDX identifier | Fabio Estevam | 1 | -31/+26 |
2018-04-26 | ASoC: fsl_ssi: Use u32 variable type when using regmap_read() | Fabio Estevam | 1 | -2/+1 |
2018-04-12 | ASoC: fsl_ssi: Fix mode setting when changing channel number | Nicolin Chen | 1 | -3/+11 |
2018-02-21 | ASoC: fsl_ssi: Use ssi->streams instead of reading register | Nicolin Chen | 1 | -6/+1 |
2018-02-21 | ASoC: fsl_ssi: Move DT related code to a separate probe() | Nicolin Chen | 1 | -95/+124 |
2018-02-21 | ASoC: fsl_ssi: Add bool synchronous to mark synchronous mode | Nicolin Chen | 1 | -5/+8 |
2018-02-21 | ASoC: fsl_ssi: Clean up _fsl_ssi_set_dai_fmt() | Nicolin Chen | 1 | -39/+35 |
2018-02-21 | ASoC: fsl_ssi: Setup AC97 in fsl_ssi_hw_init() | Nicolin Chen | 1 | -6/+27 |
2018-02-21 | ASoC: fsl_ssi: Move one-time configurations to probe() | Nicolin Chen | 1 | -13/+26 |
2018-02-21 | ASoC: fsl_ssi: Use snd_soc_init_dma_data instead | Nicolin Chen | 1 | -4/+3 |
2018-02-21 | ASoC: fsl_ssi: Set xFEN0 and xFEN1 together | Nicolin Chen | 1 | -6/+6 |
2018-02-21 | ASoC: fsl_ssi: Clean up fsl_ssi_setup_regvals() | Nicolin Chen | 1 | -11/+6 |
2018-02-21 | ASoC: fsl_ssi: Add DAIFMT define for AC97 | Nicolin Chen | 1 | -3/+12 |
2018-02-21 | ASoC: fsl_ssi: Clean up helper functions of trigger() | Nicolin Chen | 1 | -134/+122 |
2018-02-21 | ASoC: fsl_ssi: Clear FIFO directly in fsl_ssi_config() | Nicolin Chen | 1 | -23/+10 |
2018-02-21 | ASoC: fsl_ssi: Rename fsl_ssi_disable_val macro | Nicolin Chen | 1 | -32/+23 |
2018-02-21 | ASoC: fsl_ssi: Maintain a mask of active streams | Nicolin Chen | 1 | -4/+11 |
2018-02-21 | ASoC: fsl_ssi: Clean up set_dai_tdm_slot() | Nicolin Chen | 1 | -5/+2 |
2018-02-21 | ASoC: fsl_ssi: Keep ssi->i2s_net updated | Nicolin Chen | 1 | -6/+6 |