From: Julien Massot <julien.massot@collabora.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Hans Verkuil <hverkuil@xs4all.nl>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Subject: Re: [PATCH v1 1/1] media: i2c: max96717: Drop unused field assignment
Date: Tue, 06 May 2025 09:23:47 +0200 [thread overview]
Message-ID: <ebde0bfaa1f42a78dbd3e66eb92fc74bcfe7f7cc.camel@collabora.com> (raw)
In-Reply-To: <20250331070152.3985520-1-andriy.shevchenko@linux.intel.com>
Hi,
Sorry for the delay.
On Mon, 2025-03-31 at 10:01 +0300, Andy Shevchenko wrote:
> The driver is not using gpio_chip::of_xlate() callback and hence
> the of_gpio_n_cells assignment is unused. Drop it.
>
> With that done, remove unneeded OF dependency and extend compile
> test coverage.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> drivers/media/i2c/Kconfig | 2 +-
> drivers/media/i2c/max96717.c | 1 -
> 2 files changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
> index e45ba127069f..8889f154f22e 100644
> --- a/drivers/media/i2c/Kconfig
> +++ b/drivers/media/i2c/Kconfig
> @@ -1641,7 +1641,7 @@ config VIDEO_MAX96714
>
> config VIDEO_MAX96717
> tristate "Maxim MAX96717 GMSL2 Serializer support"
> - depends on OF && I2C && VIDEO_DEV && COMMON_CLK
> + depends on I2C && VIDEO_DEV && COMMON_CLK
> select I2C_MUX
> select MEDIA_CONTROLLER
> select GPIOLIB
> diff --git a/drivers/media/i2c/max96717.c b/drivers/media/i2c/max96717.c
> index 9259d58ba734..30c5ca0e817a 100644
> --- a/drivers/media/i2c/max96717.c
> +++ b/drivers/media/i2c/max96717.c
> @@ -357,7 +357,6 @@ static int max96717_gpiochip_probe(struct max96717_priv *priv)
> gc->direction_output = max96717_gpio_direction_out;
> gc->set = max96717_gpiochip_set;
> gc->get = max96717_gpiochip_get;
> - gc->of_gpio_n_cells = 2;
>
> /* Disable GPIO forwarding */
> for (i = 0; i < gc->ngpio; i++)
Reviewed-by: Julien Massot <julien.massot@collabora.com>
Regards,
Julien
prev parent reply other threads:[~2025-05-06 7:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-31 7:01 Andy Shevchenko
2025-05-06 7:23 ` Julien Massot [this message]
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=ebde0bfaa1f42a78dbd3e66eb92fc74bcfe7f7cc.camel@collabora.com \
--to=julien.massot@collabora.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=sakari.ailus@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®