From: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>, Heiko Stuebner <heiko@sntech.de>,
"open list:ROCKCHIP SAI DRIVER"
<linux-rockchip@lists.infradead.org>,
"open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..."
<linux-sound@vger.kernel.org>,
"moderated list:ARM/Rockchip SoC support"
<linux-arm-kernel@lists.infradead.org>,
open list <linux-kernel@vger.kernel.org>,
Peng Fan <peng.fan@nxp.com>
Cc: linus.walleij@linaro.org, brgl@bgdev.pl, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h
Date: Fri, 04 Jul 2025 15:18:32 +0200 [thread overview]
Message-ID: <5011203.GXAFRqVoOG@workhorse> (raw)
In-Reply-To: <20250704130906.1207134-1-peng.fan@nxp.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>, Heiko Stuebner <heiko@sntech.de>,
"open list:ROCKCHIP SAI DRIVER"
<linux-rockchip@lists.infradead.org>,
"open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..."
<linux-sound@vger.kernel.org>,
"moderated list:ARM/Rockchip SoC support"
<linux-arm-kernel@lists.infradead.org>,
open list <linux-kernel@vger.kernel.org>,
Peng Fan <peng.fan@nxp.com>
Cc: linus.walleij@linaro.org, brgl@bgdev.pl, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h
Date: Fri, 04 Jul 2025 15:18:32 +0200 [thread overview]
Message-ID: <5011203.GXAFRqVoOG@workhorse> (raw)
In-Reply-To: <20250704130906.1207134-1-peng.fan@nxp.com>
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
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2025-07-04 13:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-04 13:09 [PATCH] ASoC: codec: rockchip_sai: Remove including of_gpio.h Peng Fan
2025-07-04 13:09 ` Peng Fan
2025-07-04 13:18 ` Nicolas Frattaroli [this message]
2025-07-04 13:18 ` Nicolas Frattaroli
2025-07-04 21:42 ` Mark Brown
2025-07-04 21:42 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5011203.GXAFRqVoOG@workhorse \
--to=nicolas.frattaroli@collabora.com \
--cc=brgl@bgdev.pl \
--cc=broonie@kernel.org \
--cc=heiko@sntech.de \
--cc=lgirdwood@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-sound@vger.kernel.org \
--cc=peng.fan@nxp.com \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.