summaryrefslogtreecommitdiff
path: root/sound/soc/sof/imx
AgeCommit message (Expand)AuthorFilesLines
2025-07-04ASoC: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)1-29/+7
2025-06-16ASoC: SOF: imx8: add core shutdown operation for imx8/imx8xLaurentiu Mihalcea1-0/+15
2025-05-06ASoC: SOF: imx8m: Use reset controller API to control the DSPDaniel Baluta1-16/+8
2025-03-17ASoC: SOF: of: Convert to EXPORT_DEV_PM_OPS()Takashi Iwai2-2/+2
2025-02-18ASoC: SOF: imx: Fix error code in probe()Dan Carpenter1-2/+1
2025-02-18ASoC: SOF: imx: Fix an IS_ERR() vs NULL bug in imx_parse_ioremap_memory()Dan Carpenter1-2/+2
2025-02-12ASoC: SOF: imx-common: set sdev->pdata->hw_pdata after common is alloc'dLaurentiu Mihalcea1-1/+1
2025-02-07ASoC: SOF: imx: add driver for the imx95 chipLaurentiu Mihalcea3-0/+148
2025-02-07ASoC: SOF: imx: merge imx8 and imx8ulp driversLaurentiu Mihalcea4-531/+113
2025-02-07ASoC: SOF: imx: merge imx8 and imx8m driversLaurentiu Mihalcea4-580/+134
2025-02-07ASoC: SOF: imx8: drop unneeded/unused macros/header includesLaurentiu Mihalcea1-29/+0
2025-02-07ASoC: SOF: imx8: use IMX_SOF_* macrosLaurentiu Mihalcea1-60/+11
2025-02-07ASoC: SOF: imx8: use common imx chip interfaceLaurentiu Mihalcea1-457/+65
2025-02-07ASoC: SOF: imx: introduce more common structures and functionsLaurentiu Mihalcea2-1/+581
2025-01-23Add SOF support for new board revisionsMark Brown2-0/+26
2025-01-23ASoC: use to_platform_device() instead of container_of()Luoxi Li3-6/+3
2025-01-22ASoC: SOF: imx8m: Add entry for new 8M Plus revisionIuliana Prodan1-0/+5
2025-01-22ASoC: SOF: imx8: Add entries for new 8QM and 8QXP revisionsIuliana Prodan1-0/+10
2025-01-22ASoC: SOF: imx: Add mach entry to select cs42888 topologyDaniel Baluta1-0/+11
2025-01-22ASoC: SOF: imx8m: add SAI2,5,6,7Alexander Boehm1-0/+44
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra3-3/+3
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König3-3/+3
2024-07-15ASoC: SOF: imx8m: Fix DSP control regmap retrievalDaniel Baluta1-1/+1
2024-05-27ASoC: SOF: add missing MODULE_DESCRIPTION()Pierre-Louis Bossart4-3/+7
2024-05-08ASoC: SOF: Use *-y instead of *-objs in MakefileTakashi Iwai1-4/+4
2024-04-29ASoC: SOF: imx8ulp: Constify snd_sof_dsp_opsKrzysztof Kozlowski1-1/+1
2024-04-29ASoC: SOF: imx8m: Constify snd_sof_dsp_opsKrzysztof Kozlowski1-1/+1
2024-04-29ASoC: SOF: imx8: Constify snd_sof_dsp_opsKrzysztof Kozlowski1-2/+2
2024-04-03ASoC: SOF: imx: remove imx8_*_clocks APILaurentiu Mihalcea2-33/+0
2024-04-03ASoC: SOF: imx: drop usage of the imx8_*_clocks APILaurentiu Mihalcea3-70/+53
2024-02-12ASoC: SOF: imx: Add devicetree support to select topologiesDaniel Baluta3-0/+36
2023-12-29ASoC: SOF: imx: Add SNDRV_PCM_INFO_BATCH flagShengjiu Wang3-0/+3
2023-11-13ASoC: SOF: imx8m: Add DAI driver entry for MICFIL PDMDaniel Baluta1-0/+7
2023-10-12ASoC: SOF: make .remove callback return voidPierre-Louis Bossart3-9/+3
2023-10-10ASoC: SOF: Convert to platform remove callback returning voidUwe Kleine-König3-3/+3
2023-09-19ASoC: SOF: imx: Use generic names for IPC typesPeter Ujfalusi3-20/+20
2022-08-24ASoC: SOF: imx8ulp: add missing of_node_put() in imx8ulp_probe()Yang Yingliang1-0/+1
2022-08-23ASoC: SOF: imx: imx8ulp: declare ops structure as staticPierre-Louis Bossart1-1/+1
2022-08-19ASoC: SOF: imx: Add i.MX8ULP HW supportZhang Peng3-0/+525
2022-06-14ASoC: SOF: Compile and runtime IPC version selectionPeter Ujfalusi1-0/+1
2022-04-29ASoC: SOF: imx: Do not set the load_module opsPeter Ujfalusi2-6/+3
2022-04-25ASoC: SOF: imx: Do not set fw_ready callbackPeter Ujfalusi2-3/+0
2022-04-19ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart2-3/+3
2022-04-19ASoC: SOF: add IPC-dependent file namesPierre-Louis Bossart2-3/+9
2022-04-19ASoC: SOF: add default IPC capability and file pathsPierre-Louis Bossart2-0/+6
2022-04-19ASoC: SOF: add path indirection to each IPC typePierre-Louis Bossart2-6/+18
2022-03-11ASoC: SOF: imx: Convert to use the generic set_stream_data_offset opsPeter Ujfalusi2-3/+3
2022-03-08ASoC: SOF: Add missing of_node_put() in imx8m_probeMiaoqian Lin1-0/+1
2021-12-23ASoC: SOF: Rename snd_sof_get_status() and add kernel log level parameterPeter Ujfalusi1-2/+2
2021-12-23ASoC: SOF: Add 'non_recoverable' parameter to snd_sof_dsp_panic()Peter Ujfalusi2-2/+2