linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h
@ 2025-07-04 13:09 Peng Fan
  2025-07-04 13:18 ` Nicolas Frattaroli
  2025-07-04 21:42 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Peng Fan @ 2025-07-04 13:09 UTC (permalink / raw)
  To: Nicolas Frattaroli, Liam Girdwood, Mark Brown, Jaroslav Kysela,
	Takashi Iwai, Heiko Stuebner, open list:ROCKCHIP SAI DRIVER,
	open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
	moderated list:ARM/Rockchip SoC support, open list
  Cc: linus.walleij, brgl, Peng Fan

of_gpio.h is deprecated. And there is no user in this driver
using API in of_gpio.h, so remove it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 sound/soc/rockchip/rockchip_sai.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/rockchip/rockchip_sai.c b/sound/soc/rockchip/rockchip_sai.c
index 0b9f54102d69..6695349ee561 100644
--- a/sound/soc/rockchip/rockchip_sai.c
+++ b/sound/soc/rockchip/rockchip_sai.c
@@ -9,7 +9,6 @@
 #include <linux/module.h>
 #include <linux/mfd/syscon.h>
 #include <linux/delay.h>
-#include <linux/of_gpio.h>
 #include <linux/of_device.h>
 #include <linux/clk.h>
 #include <linux/pm_runtime.h>
-- 
2.37.1



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

* Re: [PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h
  2025-07-04 13:09 [PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h Peng Fan
@ 2025-07-04 13:18 ` Nicolas Frattaroli
  2025-07-04 21:42 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Frattaroli @ 2025-07-04 13:18 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Heiko Stuebner, open list:ROCKCHIP SAI DRIVER,
	open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
	moderated list:ARM/Rockchip SoC support, open list, Peng Fan
  Cc: linus.walleij, brgl, Peng Fan

On Friday, 4 July 2025 15:09:06 Central European Summer Time Peng Fan wrote:
> of_gpio.h is deprecated. And there is no user in this driver
> using API in of_gpio.h, so remove it.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  sound/soc/rockchip/rockchip_sai.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/sound/soc/rockchip/rockchip_sai.c b/sound/soc/rockchip/rockchip_sai.c
> index 0b9f54102d69..6695349ee561 100644
> --- a/sound/soc/rockchip/rockchip_sai.c
> +++ b/sound/soc/rockchip/rockchip_sai.c
> @@ -9,7 +9,6 @@
>  #include <linux/module.h>
>  #include <linux/mfd/syscon.h>
>  #include <linux/delay.h>
> -#include <linux/of_gpio.h>
>  #include <linux/of_device.h>
>  #include <linux/clk.h>
>  #include <linux/pm_runtime.h>
> 

Acked-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>

Thanks!

Kind regards,
Nicolas Frattaroli





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

* Re: [PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h
  2025-07-04 13:09 [PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h Peng Fan
  2025-07-04 13:18 ` Nicolas Frattaroli
@ 2025-07-04 21:42 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2025-07-04 21:42 UTC (permalink / raw)
  To: Nicolas Frattaroli, Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
	Heiko Stuebner, linux-rockchip, linux-sound, linux-arm-kernel,
	linux-kernel, Peng Fan
  Cc: linus.walleij, brgl

On Fri, 04 Jul 2025 21:09:06 +0800, Peng Fan wrote:
> of_gpio.h is deprecated. And there is no user in this driver
> using API in of_gpio.h, so remove it.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: codec: rockchip_sai: Remove including of_gpio.h
      commit: 571defe0dff3f1e4180bd0db79283d3d5bf74a71

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark



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

end of thread, other threads:[~2025-07-04 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 13:09 [PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h Peng Fan
2025-07-04 13:18 ` Nicolas Frattaroli
2025-07-04 21:42 ` 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).