summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rz-ssi.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error pathBiju Das2022-08-051-11/+15
* ASoC: sh: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-4/+5
* ASoC: sh: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
* ASoC: sh: Update to use set_fmt_new callbackCharles Keepax2022-06-061-2/+2
* ASoC: sh: rz-ssi: Release the DMA channels in rz_ssi_probe() error pathLad Prabhakar2022-04-271-3/+10
* ASoC: sh: rz-ssi: Propagate error codes returned from platform_get_irq_byname()Lad Prabhakar2022-04-271-6/+3
* ASoC: sh: rz-ssi: Drop SSIFSR_TDC and SSIFSR_RDC macrosLad Prabhakar2022-04-271-2/+0
* ASoC: sh: rz-ssi: Remove duplicate macrosLad Prabhakar2022-01-251-2/+0
* ASoC: sh: rz-ssi: Add rz_ssi_set_substream() helper functionLad Prabhakar2022-01-251-5/+13
* ASoC: sh: rz-ssi: Use a do-while loop in rz_ssi_pio_recv()Lad Prabhakar2022-01-251-8/+3
* ASoC: sh: rz-ssi: Make return type of rz_ssi_stream_is_valid() to boolLad Prabhakar2022-01-241-4/+4
* ASoC: sh: rz-ssi: Drop ssi parameter from rz_ssi_stream_init()Lad Prabhakar2022-01-241-8/+3
* ASoC: sh: rz-ssi: Make the data structures available before registering the h...Lad Prabhakar2022-01-241-2/+3
* ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursivelyLad Prabhakar2022-01-241-33/+35
* ASoC: sh: rz-ssi: Check return value of pm_runtime_resume_and_get()Heiner Kallweit2021-12-171-1/+6
* ASoC: sh: rz-ssi: Improve error handling in rz_ssi_dma_request functionBiju Das2021-08-191-2/+13
* ASoC: sh: rz-ssi: Fix wrong operator used issueBiju Das2021-08-171-1/+1
* ASoC: sh: rz-ssi: Fix dereference of noderef expression warningBiju Das2021-08-161-1/+1
* ASoC: sh: rz-ssi: Add SSI DMAC supportBiju Das2021-08-131-32/+224
* ASoC: sh: Add RZ/G2L SSIF-2 driverBiju Das2021-08-131-0/+871