All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>,
	Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
	Andy Walls <awalls@md.metrocast.net>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	"Lad, Prabhakar" <prabhakar.csengg@gmail.com>,
	Boris BREZILLON <boris.brezillon@free-electrons.com>,
	Sakari Ailus <sakari.ailus@linux.intel.com>,
	Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	Scott Jiang <scott.jiang.linux@gmail.com>,
	Axel Lin <axel.lin@ingics.com>,
	linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: Re: [PATCH 05/12] media/i2c/sr030pc30: Remove compat control ops
Date: Mon, 15 Jun 2015 12:23:30 +0200	[thread overview]
Message-ID: <557EA7A2.8060403@xs4all.nl> (raw)
In-Reply-To: <1434126678-7978-6-git-send-email-ricardo.ribalda@gmail.com>

Sylwester,

Can you confirm that this is only used with bridge drivers that use the
control framework? Actually, this driver isn't used by any bridge driver
in the kernel tree, but it is probably in use by out-of-tree code.

I'd like your Ack (or Nack) before I merge this.

Note that eventually these legacy support ops will disappear once all
bridge drivers in the kernel have been converted to the control framework.

Regards,

	Hans


On 06/12/2015 06:31 PM, Ricardo Ribalda Delgado wrote:
> They are no longer used in old non-control-framework
> bridge drivers.
> 
> Reported-by: Hans Verkuil <hans.verkuil@cisco.com>
> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
> ---
>  drivers/media/i2c/sr030pc30.c | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/drivers/media/i2c/sr030pc30.c b/drivers/media/i2c/sr030pc30.c
> index b62b6ddc4356..229dc76c44a5 100644
> --- a/drivers/media/i2c/sr030pc30.c
> +++ b/drivers/media/i2c/sr030pc30.c
> @@ -636,13 +636,6 @@ static const struct v4l2_ctrl_ops sr030pc30_ctrl_ops = {
>  
>  static const struct v4l2_subdev_core_ops sr030pc30_core_ops = {
>  	.s_power	= sr030pc30_s_power,
> -	.g_ext_ctrls = v4l2_subdev_g_ext_ctrls,
> -	.try_ext_ctrls = v4l2_subdev_try_ext_ctrls,
> -	.s_ext_ctrls = v4l2_subdev_s_ext_ctrls,
> -	.g_ctrl = v4l2_subdev_g_ctrl,
> -	.s_ctrl = v4l2_subdev_s_ctrl,
> -	.queryctrl = v4l2_subdev_queryctrl,
> -	.querymenu = v4l2_subdev_querymenu,
>  };
>  
>  static const struct v4l2_subdev_pad_ops sr030pc30_pad_ops = {
> 


  reply	other threads:[~2015-06-15 10:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-12 16:31 [PATCH 00/12] media/subdevices: Remove unused compat control ops Ricardo Ribalda Delgado
2015-06-12 16:31 ` [PATCH 01/12] media/i2c/adv7343: Remove " Ricardo Ribalda Delgado
2015-06-15 12:51   ` Lad, Prabhakar
2015-06-12 16:31 ` [PATCH 02/12] media/i2c/adv7393: " Ricardo Ribalda Delgado
2015-06-12 16:31 ` [PATCH 03/12] media/i2c/cs5345: " Ricardo Ribalda Delgado
2015-06-12 16:31 ` [PATCH 04/12] media/i2c/saa717x: " Ricardo Ribalda Delgado
2015-06-12 16:31 ` [PATCH 05/12] media/i2c/sr030pc30: " Ricardo Ribalda Delgado
2015-06-15 10:23   ` Hans Verkuil [this message]
2015-06-15 11:51     ` Sylwester Nawrocki
2015-06-12 16:31 ` [PATCH 06/12] media/i2c/tda7432: " Ricardo Ribalda Delgado
2015-06-12 16:31 ` [PATCH 07/12] media/i2c/tlv320aic23: " Ricardo Ribalda Delgado
2015-06-12 16:31 ` [PATCH 08/12] media/i2c/tvp514x: " Ricardo Ribalda Delgado
2015-06-15 12:51   ` Lad, Prabhakar
2015-06-12 16:31 ` [PATCH 09/12] media/i2c/tvp7002: " Ricardo Ribalda Delgado
2015-06-15 12:52   ` Lad, Prabhakar
2015-06-12 16:31 ` [PATCH 10/12] i2c/wm8739: " Ricardo Ribalda Delgado
2015-06-12 16:31 ` [PATCH 11/12] pci/ivtv/ivtv-gpio: " Ricardo Ribalda Delgado
2015-06-12 16:31 ` [PATCH 12/12] media/radio/saa7706h: " Ricardo Ribalda Delgado

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=557EA7A2.8060403@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=awalls@md.metrocast.net \
    --cc=axel.lin@ingics.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=g.liakhovetski@gmx.de \
    --cc=hans.verkuil@cisco.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@osg.samsung.com \
    --cc=prabhakar.csengg@gmail.com \
    --cc=ricardo.ribalda@gmail.com \
    --cc=s.nawrocki@samsung.com \
    --cc=sakari.ailus@linux.intel.com \
    --cc=scott.jiang.linux@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 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.