From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: "Rob Herring" <robh@kernel.org>,
"Weidong Wang" <wangweidong.a@awinic.com>,
"Mark Brown" <broonie@kernel.org>,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Shenghao Ding" <shenghao-ding@ti.com>,
"Marco Felsch" <m.felsch@pengutronix.de>,
"Alper Nebi Yasak" <alpernebiyasak@gmail.com>,
"Chancel Liu" <chancel.liu@nxp.com>,
"Kuninori Morimoto" <kuninori.morimoto.gx@renesas.com>,
linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
alsa-devel@alsa-project.org, patches@opensource.cirrus.com,
linuxppc-dev@lists.ozlabs.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
James Schulman <james.schulman@cirrus.com>,
David Rhodes <david.rhodes@cirrus.com>,
Richard Fitzgerald <rf@opensource.cirrus.com>,
Kevin Lu <kevin-lu@ti.com>, Baojun Xu <baojun.xu@ti.com>,
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Banajit Goswami <bgoswami@quicinc.com>,
Shengjiu Wang <shengjiu.wang@gmail.com>,
Xiubo Li <Xiubo.Lee@gmail.com>,
Fabio Estevam <festevam@gmail.com>,
Nicolin Chen <nicoleotsuka@gmail.com>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Heiko Stuebner <heiko@sntech.de>,
Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: [PATCH v1 2/6] ASoC: fsl: Remove unused of_gpio.h
Date: Fri, 31 May 2024 01:58:48 +0300 [thread overview]
Message-ID: <20240530230037.1156253-3-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <20240530230037.1156253-1-andriy.shevchenko@linux.intel.com>
of_gpio.h is deprecated and subject to remove. The drivers in question
don't use it, simply remove the unused header.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
sound/soc/fsl/imx-es8328.c | 1 -
sound/soc/fsl/imx-rpmsg.c | 2 --
2 files changed, 3 deletions(-)
diff --git a/sound/soc/fsl/imx-es8328.c b/sound/soc/fsl/imx-es8328.c
index 5b9648f3b087..3ef92f6dfc6b 100644
--- a/sound/soc/fsl/imx-es8328.c
+++ b/sound/soc/fsl/imx-es8328.c
@@ -8,7 +8,6 @@
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/i2c.h>
-#include <linux/of_gpio.h>
#include <sound/soc.h>
#include <sound/jack.h>
diff --git a/sound/soc/fsl/imx-rpmsg.c b/sound/soc/fsl/imx-rpmsg.c
index 0f1ad7ad7d27..ce98d2288193 100644
--- a/sound/soc/fsl/imx-rpmsg.c
+++ b/sound/soc/fsl/imx-rpmsg.c
@@ -5,9 +5,7 @@
#include <linux/of_platform.h>
#include <linux/of_reserved_mem.h>
#include <linux/i2c.h>
-#include <linux/of_gpio.h>
#include <linux/slab.h>
-#include <linux/gpio.h>
#include <linux/clk.h>
#include <sound/soc.h>
#include <sound/jack.h>
--
2.43.0.rc1.1336.g36b5255a03ac
WARNING: multiple messages have this Message-ID (diff)
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: "Rob Herring" <robh@kernel.org>,
"Weidong Wang" <wangweidong.a@awinic.com>,
"Mark Brown" <broonie@kernel.org>,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Shenghao Ding" <shenghao-ding@ti.com>,
"Marco Felsch" <m.felsch@pengutronix.de>,
"Alper Nebi Yasak" <alpernebiyasak@gmail.com>,
"Chancel Liu" <chancel.liu@nxp.com>,
"Kuninori Morimoto" <kuninori.morimoto.gx@renesas.com>,
linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
alsa-devel@alsa-project.org, patches@opensource.cirrus.com,
linuxppc-dev@lists.ozlabs.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
James Schulman <james.schulman@cirrus.com>,
David Rhodes <david.rhodes@cirrus.com>,
Richard Fitzgerald <rf@opensource.cirrus.com>,
Kevin Lu <kevin-lu@ti.com>, Baojun Xu <baojun.xu@ti.com>,
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Banajit Goswami <bgoswami@quicinc.com>,
Shengjiu Wang <shengjiu.wang@gmail.com>,
Xiubo Li <Xiubo.Lee@gmail.com>,
Fabio Estevam <festevam@gmail.com>,
Nicolin Chen <nicoleotsuka@gmail.com>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Heiko Stuebner <heiko@sntech.de>,
Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: [PATCH v1 2/6] ASoC: fsl: Remove unused of_gpio.h
Date: Fri, 31 May 2024 01:58:48 +0300 [thread overview]
Message-ID: <20240530230037.1156253-3-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <20240530230037.1156253-1-andriy.shevchenko@linux.intel.com>
of_gpio.h is deprecated and subject to remove. The drivers in question
don't use it, simply remove the unused header.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
sound/soc/fsl/imx-es8328.c | 1 -
sound/soc/fsl/imx-rpmsg.c | 2 --
2 files changed, 3 deletions(-)
diff --git a/sound/soc/fsl/imx-es8328.c b/sound/soc/fsl/imx-es8328.c
index 5b9648f3b087..3ef92f6dfc6b 100644
--- a/sound/soc/fsl/imx-es8328.c
+++ b/sound/soc/fsl/imx-es8328.c
@@ -8,7 +8,6 @@
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/i2c.h>
-#include <linux/of_gpio.h>
#include <sound/soc.h>
#include <sound/jack.h>
diff --git a/sound/soc/fsl/imx-rpmsg.c b/sound/soc/fsl/imx-rpmsg.c
index 0f1ad7ad7d27..ce98d2288193 100644
--- a/sound/soc/fsl/imx-rpmsg.c
+++ b/sound/soc/fsl/imx-rpmsg.c
@@ -5,9 +5,7 @@
#include <linux/of_platform.h>
#include <linux/of_reserved_mem.h>
#include <linux/i2c.h>
-#include <linux/of_gpio.h>
#include <linux/slab.h>
-#include <linux/gpio.h>
#include <linux/clk.h>
#include <sound/soc.h>
#include <sound/jack.h>
--
2.43.0.rc1.1336.g36b5255a03ac
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: "Rob Herring" <robh@kernel.org>,
"Weidong Wang" <wangweidong.a@awinic.com>,
"Mark Brown" <broonie@kernel.org>,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Shenghao Ding" <shenghao-ding@ti.com>,
"Marco Felsch" <m.felsch@pengutronix.de>,
"Alper Nebi Yasak" <alpernebiyasak@gmail.com>,
"Chancel Liu" <chancel.liu@nxp.com>,
"Kuninori Morimoto" <kuninori.morimoto.gx@renesas.com>,
linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
alsa-devel@alsa-project.org, patches@opensource.cirrus.com,
linuxppc-dev@lists.ozlabs.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org
Cc: Nicolin Chen <nicoleotsuka@gmail.com>,
Fabio Estevam <festevam@gmail.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Liam Girdwood <lgirdwood@gmail.com>,
Shengjiu Wang <shengjiu.wang@gmail.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
Xiubo Li <Xiubo.Lee@gmail.com>, Takashi Iwai <tiwai@suse.com>,
James Schulman <james.schulman@cirrus.com>,
Kevin Lu <kevin-lu@ti.com>,
Richard Fitzgerald <rf@opensource.cirrus.com>,
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Banajit Goswami <bgoswami@quicinc.com>,
Jaroslav Kysela <perex@perex.cz>, Shawn Guo <shawnguo@kernel.org>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
David Rhodes <david.rhodes@cirrus.com>,
Baojun Xu <baojun.xu@ti.com>, Heiko Stuebner <heiko@sntech.de>
Subject: [PATCH v1 2/6] ASoC: fsl: Remove unused of_gpio.h
Date: Fri, 31 May 2024 01:58:48 +0300 [thread overview]
Message-ID: <20240530230037.1156253-3-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <20240530230037.1156253-1-andriy.shevchenko@linux.intel.com>
of_gpio.h is deprecated and subject to remove. The drivers in question
don't use it, simply remove the unused header.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
sound/soc/fsl/imx-es8328.c | 1 -
sound/soc/fsl/imx-rpmsg.c | 2 --
2 files changed, 3 deletions(-)
diff --git a/sound/soc/fsl/imx-es8328.c b/sound/soc/fsl/imx-es8328.c
index 5b9648f3b087..3ef92f6dfc6b 100644
--- a/sound/soc/fsl/imx-es8328.c
+++ b/sound/soc/fsl/imx-es8328.c
@@ -8,7 +8,6 @@
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/i2c.h>
-#include <linux/of_gpio.h>
#include <sound/soc.h>
#include <sound/jack.h>
diff --git a/sound/soc/fsl/imx-rpmsg.c b/sound/soc/fsl/imx-rpmsg.c
index 0f1ad7ad7d27..ce98d2288193 100644
--- a/sound/soc/fsl/imx-rpmsg.c
+++ b/sound/soc/fsl/imx-rpmsg.c
@@ -5,9 +5,7 @@
#include <linux/of_platform.h>
#include <linux/of_reserved_mem.h>
#include <linux/i2c.h>
-#include <linux/of_gpio.h>
#include <linux/slab.h>
-#include <linux/gpio.h>
#include <linux/clk.h>
#include <sound/soc.h>
#include <sound/jack.h>
--
2.43.0.rc1.1336.g36b5255a03ac
WARNING: multiple messages have this Message-ID (diff)
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: "Rob Herring" <robh@kernel.org>,
"Weidong Wang" <wangweidong.a@awinic.com>,
"Mark Brown" <broonie@kernel.org>,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Shenghao Ding" <shenghao-ding@ti.com>,
"Marco Felsch" <m.felsch@pengutronix.de>,
"Alper Nebi Yasak" <alpernebiyasak@gmail.com>,
"Chancel Liu" <chancel.liu@nxp.com>,
"Kuninori Morimoto" <kuninori.morimoto.gx@renesas.com>,
linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
alsa-devel@alsa-project.org, patches@opensource.cirrus.com,
linuxppc-dev@lists.ozlabs.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
James Schulman <james.schulman@cirrus.com>,
David Rhodes <david.rhodes@cirrus.com>,
Richard Fitzgerald <rf@opensource.cirrus.com>,
Kevin Lu <kevin-lu@ti.com>, Baojun Xu <baojun.xu@ti.com>,
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Banajit Goswami <bgoswami@quicinc.com>,
Shengjiu Wang <shengjiu.wang@gmail.com>,
Xiubo Li <Xiubo.Lee@gmail.com>,
Fabio Estevam <festevam@gmail.com>,
Nicolin Chen <nicoleotsuka@gmail.com>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Heiko Stuebner <heiko@sntech.de>,
Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: [PATCH v1 2/6] ASoC: fsl: Remove unused of_gpio.h
Date: Fri, 31 May 2024 01:58:48 +0300 [thread overview]
Message-ID: <20240530230037.1156253-3-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <20240530230037.1156253-1-andriy.shevchenko@linux.intel.com>
of_gpio.h is deprecated and subject to remove. The drivers in question
don't use it, simply remove the unused header.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
sound/soc/fsl/imx-es8328.c | 1 -
sound/soc/fsl/imx-rpmsg.c | 2 --
2 files changed, 3 deletions(-)
diff --git a/sound/soc/fsl/imx-es8328.c b/sound/soc/fsl/imx-es8328.c
index 5b9648f3b087..3ef92f6dfc6b 100644
--- a/sound/soc/fsl/imx-es8328.c
+++ b/sound/soc/fsl/imx-es8328.c
@@ -8,7 +8,6 @@
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/i2c.h>
-#include <linux/of_gpio.h>
#include <sound/soc.h>
#include <sound/jack.h>
diff --git a/sound/soc/fsl/imx-rpmsg.c b/sound/soc/fsl/imx-rpmsg.c
index 0f1ad7ad7d27..ce98d2288193 100644
--- a/sound/soc/fsl/imx-rpmsg.c
+++ b/sound/soc/fsl/imx-rpmsg.c
@@ -5,9 +5,7 @@
#include <linux/of_platform.h>
#include <linux/of_reserved_mem.h>
#include <linux/i2c.h>
-#include <linux/of_gpio.h>
#include <linux/slab.h>
-#include <linux/gpio.h>
#include <linux/clk.h>
#include <sound/soc.h>
#include <sound/jack.h>
--
2.43.0.rc1.1336.g36b5255a03ac
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2024-05-30 23:02 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-30 22:58 [PATCH v1 0/6] ASoC: Drop or replace of_gpio.h Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` [PATCH v1 1/6] ASoC: codecs: Remove unused of_gpio.h Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-31 0:55 ` Kuninori Morimoto
2024-05-31 0:55 ` Kuninori Morimoto
2024-05-31 0:55 ` Kuninori Morimoto
2024-05-31 0:55 ` Kuninori Morimoto
2024-05-31 6:42 ` kernel test robot
2024-05-31 6:42 ` kernel test robot
2024-05-31 6:42 ` kernel test robot
2024-05-31 6:42 ` kernel test robot
2024-05-31 14:30 ` Andy Shevchenko
2024-05-31 14:30 ` Andy Shevchenko
2024-05-31 14:30 ` Andy Shevchenko
2024-05-31 14:30 ` Andy Shevchenko
2024-05-31 14:58 ` Charles Keepax
2024-05-31 14:58 ` Charles Keepax
2024-05-31 14:58 ` Charles Keepax
2024-05-31 14:58 ` Charles Keepax
2024-05-30 22:58 ` Andy Shevchenko [this message]
2024-05-30 22:58 ` [PATCH v1 2/6] ASoC: fsl: " Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` [PATCH v1 3/6] ASoC: rockchip: " Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` [PATCH v1 4/6] ASoC: codecs: Replace of_gpio.h by proper one Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` [PATCH v1 5/6] ASoC: generic: " Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-31 0:53 ` Kuninori Morimoto
2024-05-31 0:53 ` Kuninori Morimoto
2024-05-31 0:53 ` Kuninori Morimoto
2024-05-31 0:53 ` Kuninori Morimoto
2024-05-30 22:58 ` [PATCH v1 6/6] ASoC: samsung: " Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
2024-05-30 22:58 ` Andy Shevchenko
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=20240530230037.1156253-3-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=Xiubo.Lee@gmail.com \
--cc=alpernebiyasak@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=baojun.xu@ti.com \
--cc=bgoswami@quicinc.com \
--cc=broonie@kernel.org \
--cc=chancel.liu@nxp.com \
--cc=david.rhodes@cirrus.com \
--cc=festevam@gmail.com \
--cc=heiko@sntech.de \
--cc=imx@lists.linux.dev \
--cc=james.schulman@cirrus.com \
--cc=kernel@pengutronix.de \
--cc=kevin-lu@ti.com \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@gmail.com \
--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=linuxppc-dev@lists.ozlabs.org \
--cc=m.felsch@pengutronix.de \
--cc=nicoleotsuka@gmail.com \
--cc=patches@opensource.cirrus.com \
--cc=perex@perex.cz \
--cc=rf@opensource.cirrus.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=s.nawrocki@samsung.com \
--cc=shawnguo@kernel.org \
--cc=shenghao-ding@ti.com \
--cc=shengjiu.wang@gmail.com \
--cc=srinivas.kandagatla@linaro.org \
--cc=tiwai@suse.com \
--cc=u.kleine-koenig@pengutronix.de \
--cc=wangweidong.a@awinic.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.