aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/sh/rz-ssi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-30ASoC: sh: rz-ssi: Fix error message printLad Prabhakar1-1/+1
2023-10-09ASoC: Explicitly include correct DT includesRob Herring1-1/+0
2023-09-25ASoC: sh: convert not to use asoc_xxx()Kuninori Morimoto1-2/+2
2023-03-20ASoC: sh: rz-ssi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-05ASoC: sh: rz-ssi: Update interrupt handling for half duplex channelsLad Prabhakar1-19/+44
2022-09-27ASoC: sh: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-1/+1
2022-08-05ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error pathBiju Das1-11/+15
2022-06-27ASoC: sh: Migrate to new style legacy DAI naming flagCharles Keepax1-4/+5
2022-06-06ASoC: sh: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: sh: Update to use set_fmt_new callbackCharles Keepax1-2/+2
2022-04-27ASoC: sh: rz-ssi: Release the DMA channels in rz_ssi_probe() error pathLad Prabhakar1-3/+10
2022-04-27ASoC: sh: rz-ssi: Propagate error codes returned from platform_get_irq_byname()Lad Prabhakar1-6/+3
2022-04-27ASoC: sh: rz-ssi: Drop SSIFSR_TDC and SSIFSR_RDC macrosLad Prabhakar1-2/+0
2022-01-25ASoC: sh: rz-ssi: Remove duplicate macrosLad Prabhakar1-2/+0
2022-01-25ASoC: sh: rz-ssi: Add rz_ssi_set_substream() helper functionLad Prabhakar1-5/+13
2022-01-25ASoC: sh: rz-ssi: Use a do-while loop in rz_ssi_pio_recv()Lad Prabhakar1-8/+3
2022-01-24ASoC: sh: rz-ssi: Make return type of rz_ssi_stream_is_valid() to boolLad Prabhakar1-4/+4
2022-01-24ASoC: sh: rz-ssi: Drop ssi parameter from rz_ssi_stream_init()Lad Prabhakar1-8/+3
2022-01-24ASoC: sh: rz-ssi: Make the data structures available before registering the handlersLad Prabhakar1-2/+3
2022-01-24ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursivelyLad Prabhakar1-33/+35
2021-12-17ASoC: sh: rz-ssi: Check return value of pm_runtime_resume_and_get()Heiner Kallweit1-1/+6
2021-08-19ASoC: sh: rz-ssi: Improve error handling in rz_ssi_dma_request functionBiju Das1-2/+13
2021-08-17ASoC: sh: rz-ssi: Fix wrong operator used issueBiju Das1-1/+1
2021-08-16ASoC: sh: rz-ssi: Fix dereference of noderef expression warningBiju Das1-1/+1
2021-08-13ASoC: sh: rz-ssi: Add SSI DMAC supportBiju Das1-32/+224
2021-08-13ASoC: sh: Add RZ/G2L SSIF-2 driverBiju Das1-0/+871