summaryrefslogtreecommitdiff
path: root/sound/soc/atmel/mchp-spdifrx.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-14ASoC: atmel: merge DAI call back functions into opsKuninori Morimoto1-7/+7
2023-08-13ASoC: atmel: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-03-20ASoC: atmel: mchp-spdifrx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-02-02ASoC: mchp-spdifrx: Fix uninitialized use of mr in mchp_spdifrx_hw_params()Nathan Chancellor1-1/+1
2023-01-30ASoC: mchp-spdifrx: document data structuresClaudiu Beznea1-0/+29
2023-01-30ASoC: mchp-spdifrx: add runtime pm supportClaudiu Beznea1-44/+166
2023-01-30ASoC: mchp-spdifrx: remove struct mchp_spdifrx_dev::fmt memberClaudiu Beznea1-1/+0
2023-01-30ASoC: mchp-spdifrx: use unsigned long to store clk_get_rate() valueClaudiu Beznea1-1/+1
2023-01-30ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove()Claudiu Beznea1-1/+1
2023-01-30ASoC: mchp-spdifrx: fix controls that works with completion mechanismClaudiu Beznea1-66/+77
2023-01-30ASoC: mchp-spdifrx: fix return value in case completion times outClaudiu Beznea1-2/+3
2023-01-30ASoC: mchp-spdifrx: fix controls which rely on rsr registerClaudiu Beznea1-50/+142
2022-07-28ASoC: atmel: one fix and one cleanupMark Brown1-3/+6
2022-07-27ASoC: mchp-spdifrx: disable end of block interrupt on failuresClaudiu Beznea1-3/+6
2022-07-26ASoC: atmel: one fix and few cleanupsMark Brown1-5/+5
2022-07-26ASoC: mchp-spdifrx: use single tab indent for structureClaudiu Beznea1-5/+5
2022-06-27ASoC: atmel: Migrate to new style legacy DAI naming flagCharles Keepax1-1/+2
2022-03-11ASoC: mchp-spdifrx: fix typoClaudiu Beznea1-1/+1
2021-07-12ASoC: atmel: fix spelling mistakesGu Shengxian1-3/+3
2020-10-07ASoC: mchp-spdifrx: fix spelling mistake "overrrun" -> "overrun"Colin Ian King1-1/+1
2020-10-05ASoC: mchp-spdifrx: convert to devm_platform_get_and_ioremap_resourceCodrin Ciubotariu1-2/+1
2020-10-02ASoC: mchp-spdifrx: add driver for SPDIF RXCodrin Ciubotariu1-0/+954