aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/imx-sgtl5000.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-11ASoC: fsl: Fix refcount leak in imx_sgtl5000_probeMiaoqian Lin1-6/+8
2021-12-20ASoC: fsl: Use dev_err_probe() helperKuninori Morimoto1-3/+1
2021-09-22ASoC: imx-sgtl5000: Update to modern clocking terminologyMark Brown1-1/+1
2020-03-27ASoC: fsl: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-1/+1
2019-06-28ASoC: fsl: imx-sgtl5000: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-19ASoC: fsl: imx-sgtl5000: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-06ASoC: fsl: imx-sgtl5000: use modern dai_link styleKuninori Morimoto1-4/+19
2019-02-19SoC: imx-sgtl5000: add missing put_device()Wen Yang1-0/+1
2019-01-18ASoC: imx-sgtl5000: don't print EPROBE_DEFER as errorStefan Agner1-1/+3
2019-01-18ASoC: imx-sgtl5000: lower log level for potential probe deferral casesStefan Agner1-2/+2
2019-01-18ASoC: imx-sgtl5000: put of nodes if finding codec failsStefan Agner1-1/+2
2018-07-24ASoC: imx-sgtl5000: Switch to SPDX identifierFabio Estevam1-11/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-20ASoC: fsl: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20ASoC: fsl: imx-sgtl5000: Delete unneeded test before of_node_putFabio Estevam1-4/+2
2014-02-10ASoC: fsl: fix pm support of machine driversShawn Guo1-4/+6
2013-10-24Merge remote-tracking branch 'asoc/topic/fsl' into asoc-nextMark Brown1-0/+1
2013-10-24ASoC: fsl: Add missing pm to current machine driversNicolin Chen1-0/+1
2013-10-01ASoC: fsl: imx-sgtl5000: Add .remove backFabio Estevam1-0/+1
2013-09-26Merge remote-tracking branch 'asoc/fix/fsl' into asoc-devmMark Brown1-2/+13
2013-09-26ASoC: imx-sgtl5000: Fix uninitialized pointer use in error pathPhilipp Zabel1-2/+2
2013-09-26ASoC: imx-sgtl5000: do not use devres on a foreign devicePhilipp Zabel1-1/+4
2013-09-19ASoC: imx-sgtl5000: Use devm_snd_soc_register_cardSachin Kamat1-11/+1
2013-09-05Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-1/+1
2013-07-16ASoC: imx-sgtl5000: fix error return code in imx_sgtl5000_probe()Wei Yongjun1-1/+3
2013-07-04ASoC: imx-sgtl5000: return E_PROBE_DEFER if ssi/codec not foundArnaud Patard (Rtp)1-2/+2
2013-06-12ASoC: imx-sgtl5000: Use devm_clk_get()Fabio Estevam1-1/+1
2013-06-10ASoC: sgtl5000: Let the codec acquire its clockFabio Estevam1-23/+7
2013-05-15ASoC: fsl: remove use of imx-pcm-audio from fsl_ssiShawn Guo1-1/+1
2013-05-12ASoC: imx-sgtl5000: Do not enter the error path on successFabio Estevam1-0/+5
2013-03-25ASoC: imx-sgtl5000: use of_node to match cpu daiShawn Guo1-1/+1
2012-12-10ASoC: fsl: remove __dev* attributesBill Pemberton1-3/+3
2012-11-23ASoC: imx-sgtl5000: prevent module from being unloaded when in useLothar Waßmann1-0/+1
2012-08-20ASoC: imx-sgtl5000: fix error return codeJulia Lawall1-1/+1
2012-07-05ASoC: fsl: remove unneeded AUDMUX register setting from imx-sgtl5000Hui Wang1-2/+1
2012-04-27ASoC: fsl: add sgtl5000 clock support for imx-sgtl5000Richard Zhao1-8/+32
2012-04-27ASoC: imx-sgtl5000: add of_node_put when probe fail.Richard Zhao1-11/+18
2012-04-01ASoC: fsl: add audio routing for imx-sgtl5000Shawn Guo1-0/+13
2012-04-01ASoC: fsl: add imx-sgtl5000 machine driverShawn Guo1-0/+177