summaryrefslogtreecommitdiff
path: root/sound/soc/sh/fsi.c
AgeCommit message (Expand)Author
2023-11-27ASoC: sh: convert not to use dma_request_slave_channel()Christophe JAILLET
2023-10-09ASoC: Explicitly include correct DT includesRob Herring
2023-09-25ASoC: sh: convert not to use asoc_xxx()Kuninori Morimoto
2023-03-20ASoC: sh: fsi: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-11ASoC: Use of_property_present() for testing DT property presenceRob Herring
2022-06-06ASoC: sh: Rename set_fmt_new back to set_fmtCharles Keepax
2022-06-06ASoC: sh: Update to use set_fmt_new callbackCharles Keepax
2022-03-07ASoC: fsi: Add check for clk_enableJiasheng Jiang
2021-06-18ASoC: fsi: fix spelling mistakeFlavio Suligoi
2021-06-07ASoC: fsi: add .auto_selectable_formats supportKuninori Morimoto
2020-07-23ASoC: sh: use asoc_substream_to_rtd()Kuninori Morimoto
2020-07-14ASoC: fsi: don't use discriminatory terms for commentKuninori Morimoto
2020-03-27ASoC: sh: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto
2020-02-12ASoC: sh: fsi: Restore devm_ioremap() alignmentGeert Uytterhoeven
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-11ASoC: sh: Drop superfluous ioctl PCM opsTakashi Iwai
2019-12-11ASoC: fsi: Use managed buffer allocationTakashi Iwai
2019-10-08ASoC: sh: fsi: remove snd_pcm_opsKuninori Morimoto
2019-02-28Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai
2019-02-18ASoC: fsi: fix spelling mistake "doens't" -> "doesn't"Colin Ian King
2019-02-06ASoC: sh: Drop superfluous PCM preallocation error checksTakashi Iwai
2018-06-18ASoC: fsi: convert to SPDX identifiersKuninori Morimoto
2018-02-12ASoC: sh: fsi: replace platform to componentKuninori Morimoto
2017-10-04ASoC: fsi: Use of_device_get_match_data() helperGeert Uytterhoeven
2017-09-01Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8316', 'asoc/t...Mark Brown
2017-08-17ASoC: sh: make snd_pcm_hardware constBhumika Goyal
2017-08-14ASoC: fsi: Delete an error message for a failed memory allocation in fsi_probe()Markus Elfring
2017-08-14ASoC: sh: constify snd_pcm_ops structuresArvind Yadav
2017-08-14ASoC: sh: make snd_soc_platform_driver constBhumika Goyal
2017-07-17ASoC: fsi: constify dev_pm_ops structureGustavo A. R. Silva
2017-05-17ASoC: fsi: Move inline fsi_stream_is_play() before useGeert Uytterhoeven
2015-11-21ASoC: sh: fix fsi build warnings for 64 bitArnd Bergmann
2015-07-16ASoC: fsi: Remove obsolete sh_fsi2 platform_device_id entryGeert Uytterhoeven
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-04-01ASoC: fsi: mark several data structures as constUwe Kleine-König
2015-04-01ASoC: fsi: reorder code to make a forward declaration superfluousUwe Kleine-König
2015-03-31ASoC: fsi: fix license specificationUwe Kleine-König
2015-03-22ASoC: fsi: constify of_device_id arrayFabian Frederick
2015-02-23ASoC: fsi: Configure DMA slave settingsKuninori Morimoto
2015-02-23ASoC: fsi: remove slave_id settings for DMAEngineKuninori Morimoto
2015-02-04Merge remote-tracking branches 'asoc/topic/rx51', 'asoc/topic/samsung', 'asoc...Mark Brown
2015-01-05ASoC: sh: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()Lars-Peter Clausen
2015-01-05ASoC: fsi: Deletion of unnecessary checks before the function call "clk_enable"Markus Elfring
2014-12-08Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/doc', 'asoc/...Mark Brown
2014-12-03ASoC: fsi: Deletion of unnecessary checks before the function call "clk_disable"Markus Elfring
2014-10-29ASoC: fsi: remove unsupported PAUSE flagKuninori Morimoto
2014-08-17ASoC: sh: Fix dma direction typeLars-Peter Clausen
2014-08-04Merge remote-tracking branches 'asoc/topic/rt5670', 'asoc/topic/rt5677', 'aso...Mark Brown
2014-06-28ASoC: fsi: use dmaengine_prep_dma_cyclic() for DMA transferKuninori Morimoto