From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: linux-media@vger.kernel.org, g.liakhovetski@gmx.de,
prabhakar.csengg@gmail.com, Hans Verkuil <hans.verkuil@cisco.com>
Subject: Re: [RFC PATCH 5/8] media/i2c/Kconfig: drop superfluous MEDIA_CONTROLLER
Date: Mon, 08 Dec 2014 01:38:55 +0200 [thread overview]
Message-ID: <14053074.Xr1qj9KfnY@avalon> (raw)
In-Reply-To: <1417686899-30149-6-git-send-email-hverkuil@xs4all.nl>
Hi Hans,
Thank you for the patch.
On Thursday 04 December 2014 10:54:56 Hans Verkuil wrote:
> From: Hans Verkuil <hans.verkuil@cisco.com>
>
> These drivers depend on VIDEO_V4L2_SUBDEV_API, which in turn
> depends on MEDIA_CONTROLLER. So it is sufficient to just depend
> on VIDEO_V4L2_SUBDEV_API.
Shouldn't the VIDEO_V4L2_SUBDEV_API dependency be dropped from those (and
other) subdev drivers ? They don't require the userspace API, just the kernel
part.
> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
> ---
> drivers/media/i2c/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
> index f40b4cf..29276fd 100644
> --- a/drivers/media/i2c/Kconfig
> +++ b/drivers/media/i2c/Kconfig
> @@ -196,7 +196,7 @@ config VIDEO_ADV7183
>
> config VIDEO_ADV7604
> tristate "Analog Devices ADV7604 decoder"
> - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
> + depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
> ---help---
> Support for the Analog Devices ADV7604 video decoder.
>
> @@ -208,7 +208,7 @@ config VIDEO_ADV7604
>
> config VIDEO_ADV7842
> tristate "Analog Devices ADV7842 decoder"
> - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
> + depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
> ---help---
> Support for the Analog Devices ADV7842 video decoder.
>
> @@ -431,7 +431,7 @@ config VIDEO_ADV7393
>
> config VIDEO_ADV7511
> tristate "Analog Devices ADV7511 encoder"
> - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
> + depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
> ---help---
> Support for the Analog Devices ADV7511 video encoder.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-12-07 23:38 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-04 9:54 [RFC PATCH 0/8] Removing duplicate video/pad ops Hans Verkuil
2014-12-04 9:54 ` [RFC PATCH 1/8] v4l2 subdevs: replace get/set_crop by get/set_selection Hans Verkuil
2014-12-12 13:24 ` Sakari Ailus
2014-12-16 14:49 ` Prabhakar Lad
2014-12-04 9:54 ` [RFC PATCH 2/8] v4l2-subdev: drop get/set_crop pad ops Hans Verkuil
2014-12-12 13:27 ` Sakari Ailus
2014-12-16 14:52 ` Prabhakar Lad
2014-12-04 9:54 ` [RFC PATCH 3/8] v4l2-subdev: drop unused op enum_mbus_fmt Hans Verkuil
2014-12-07 22:57 ` Laurent Pinchart
2014-12-12 13:28 ` Sakari Ailus
2014-12-16 14:54 ` Prabhakar Lad
2014-12-18 22:08 ` Guennadi Liakhovetski
2014-12-19 11:37 ` Hans Verkuil
2014-12-04 9:54 ` [RFC PATCH 4/8] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config Hans Verkuil
2014-12-07 23:37 ` Laurent Pinchart
2014-12-04 9:54 ` [RFC PATCH 5/8] media/i2c/Kconfig: drop superfluous MEDIA_CONTROLLER Hans Verkuil
2014-12-07 23:38 ` Laurent Pinchart [this message]
2014-12-19 11:44 ` Hans Verkuil
2014-12-19 12:18 ` Laurent Pinchart
2014-12-19 12:21 ` Hans Verkuil
2014-12-20 18:56 ` Laurent Pinchart
2014-12-04 9:54 ` [RFC PATCH 6/8] v4l2-subdev: add v4l2_subdev_create_pad_configs Hans Verkuil
2014-12-07 23:50 ` Laurent Pinchart
2014-12-19 13:28 ` Hans Verkuil
2014-12-04 9:54 ` [RFC PATCH 7/8] v4l2-subdev: remove enum_framesizes/intervals Hans Verkuil
2014-12-04 9:54 ` [RFC PATCH 8/8] v4l2-subdev: remove g/s_crop and cropcap from video ops Hans Verkuil
2014-12-12 13:22 ` Sakari Ailus
2014-12-17 6:45 ` [RFC PATCH 0/8] Removing duplicate video/pad ops Prabhakar Lad
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=14053074.Xr1qj9KfnY@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=g.liakhovetski@gmx.de \
--cc=hans.verkuil@cisco.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
--cc=prabhakar.csengg@gmail.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