linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next v2 0/9] ASoC: fsl: Use devm_platform_get_and_ioremap_resource()
@ 2021-06-15  1:39 Yang Yingliang
  2021-06-15  1:39 ` [PATCH -next v2 1/9] ASoC: fsl_asrc: " Yang Yingliang
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Yang Yingliang @ 2021-06-15  1:39 UTC (permalink / raw)
  To: linux-kernel, linuxppc-dev, alsa-devel; +Cc: timur, broonie

patch #1 ~ #8:
  Use devm_platform_get_and_ioremap_resource()

patch #9
  check return value of platform_get_resource_byname()

v2:
  change error message in patch #9

Yang Yingliang (9):
  ASoC: fsl_asrc: Use devm_platform_get_and_ioremap_resource()
  ASoC: fsl_aud2htx: Use devm_platform_get_and_ioremap_resource()
  ASoC: fsl_easrc: Use devm_platform_get_and_ioremap_resource()
  ASoC: fsl_esai: Use devm_platform_get_and_ioremap_resource()
  ASoC: fsl_micfil: Use devm_platform_get_and_ioremap_resource()
  ASoC: fsl_sai: Use devm_platform_get_and_ioremap_resource()
  ASoC: fsl_spdif: Use devm_platform_get_and_ioremap_resource()
  ASoC: fsl_ssi: Use devm_platform_get_and_ioremap_resource()
  ASoC: fsl_xcvr: check return value after calling
    platform_get_resource_byname()

 sound/soc/fsl/fsl_asrc.c    | 3 +--
 sound/soc/fsl/fsl_aud2htx.c | 3 +--
 sound/soc/fsl/fsl_easrc.c   | 3 +--
 sound/soc/fsl/fsl_esai.c    | 3 +--
 sound/soc/fsl/fsl_micfil.c  | 3 +--
 sound/soc/fsl/fsl_sai.c     | 3 +--
 sound/soc/fsl/fsl_spdif.c   | 3 +--
 sound/soc/fsl/fsl_ssi.c     | 3 +--
 sound/soc/fsl/fsl_xcvr.c    | 4 ++++
 9 files changed, 12 insertions(+), 16 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-06-21 18:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15  1:39 [PATCH -next v2 0/9] ASoC: fsl: Use devm_platform_get_and_ioremap_resource() Yang Yingliang
2021-06-15  1:39 ` [PATCH -next v2 1/9] ASoC: fsl_asrc: " Yang Yingliang
2021-06-15  1:39 ` [PATCH -next v2 2/9] ASoC: fsl_aud2htx: " Yang Yingliang
2021-06-15  1:39 ` [PATCH -next v2 3/9] ASoC: fsl_easrc: " Yang Yingliang
2021-06-15  1:39 ` [PATCH -next v2 4/9] ASoC: fsl_esai: " Yang Yingliang
2021-06-15  1:39 ` [PATCH -next v2 5/9] ASoC: fsl_micfil: " Yang Yingliang
2021-06-15  1:39 ` [PATCH -next v2 6/9] ASoC: fsl_sai: " Yang Yingliang
2021-06-15  1:39 ` [PATCH -next v2 7/9] ASoC: fsl_spdif: " Yang Yingliang
2021-06-15  1:39 ` [PATCH -next v2 8/9] ASoC: fsl_ssi: " Yang Yingliang
2021-06-15  1:39 ` [PATCH -next v2 9/9] ASoC: fsl_xcvr: check return value after calling platform_get_resource_byname() Yang Yingliang
2021-06-21 18:45 ` [PATCH -next v2 0/9] ASoC: fsl: Use devm_platform_get_and_ioremap_resource() Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).