public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: linux-media@vger.kernel.org,
	Hans Verkuil <hans.verkuil@cisco.com>,
	Prabhakar Lad <prabhakar.csengg@gmail.com>,
	Andy Walls <awalls@md.metrocast.net>,
	Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Subject: Re: [PATCHv1 18/38] media/i2c: remove g_chip_ident op.
Date: Thu, 30 May 2013 03:17:23 +0200	[thread overview]
Message-ID: <4324449.niclkIejJB@avalon> (raw)
In-Reply-To: <1369825211-29770-19-git-send-email-hverkuil@xs4all.nl>

Hi Hans,

Thanks for the patch.

On Wednesday 29 May 2013 12:59:51 Hans Verkuil wrote:
> From: Hans Verkuil <hans.verkuil@cisco.com>
> 
> This is no longer needed since the core now handles this through
> DBG_G_CHIP_INFO.
> 
> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Cc: Prabhakar Lad <prabhakar.csengg@gmail.com>
> Cc: Andy Walls <awalls@md.metrocast.net>
> Cc: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
> ---
>  drivers/media/i2c/ad9389b.c              |   21 +-----
>  drivers/media/i2c/adv7170.c              |   13 ----
>  drivers/media/i2c/adv7175.c              |    9 ---
>  drivers/media/i2c/adv7180.c              |   10 ---
>  drivers/media/i2c/adv7183.c              |   22 -------
>  drivers/media/i2c/adv7343.c              |   10 ---
>  drivers/media/i2c/adv7393.c              |   10 ---
>  drivers/media/i2c/adv7604.c              |   18 -----
>  drivers/media/i2c/ak881x.c               |   34 +---------
>  drivers/media/i2c/bt819.c                |   14 ----
>  drivers/media/i2c/bt856.c                |    9 ---
>  drivers/media/i2c/bt866.c                |   13 ----
>  drivers/media/i2c/cs5345.c               |   17 -----
>  drivers/media/i2c/cs53l32a.c             |   10 ---
>  drivers/media/i2c/cx25840/cx25840-core.c |   14 ----
>  drivers/media/i2c/ks0127.c               |   16 -----
>  drivers/media/i2c/m52790.c               |   15 -----
>  drivers/media/i2c/msp3400-driver.c       |   10 ---
>  drivers/media/i2c/mt9m032.c              |    9 +--
>  drivers/media/i2c/mt9p031.c              |    1 -
>  drivers/media/i2c/mt9v011.c              |   24 -------

For the Aptina sensors drivers,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

>  drivers/media/i2c/noon010pc30.c          |    1 -
>  drivers/media/i2c/ov7640.c               |    1 -
>  drivers/media/i2c/ov7670.c               |   17 -----
>  drivers/media/i2c/saa6588.c              |    9 ---
>  drivers/media/i2c/saa7110.c              |    9 ---
>  drivers/media/i2c/saa7115.c              |  105 +++++++++++++--------------
>  drivers/media/i2c/saa7127.c              |   47 +++++--------
>  drivers/media/i2c/saa717x.c              |    7 --
>  drivers/media/i2c/saa7185.c              |    9 ---
>  drivers/media/i2c/saa7191.c              |   10 ---
>  drivers/media/i2c/tda9840.c              |   13 ----
>  drivers/media/i2c/tea6415c.c             |   13 ----
>  drivers/media/i2c/tea6420.c              |   13 ----
>  drivers/media/i2c/ths7303.c              |   25 +------
>  drivers/media/i2c/tvaudio.c              |    9 ---
>  drivers/media/i2c/tvp514x.c              |    1 -
>  drivers/media/i2c/tvp5150.c              |   24 -------
>  drivers/media/i2c/tvp7002.c              |   34 ----------
>  drivers/media/i2c/tw2804.c               |    1 -
>  drivers/media/i2c/upd64031a.c            |   17 -----
>  drivers/media/i2c/upd64083.c             |   17 -----
>  drivers/media/i2c/vp27smpx.c             |    9 ---
>  drivers/media/i2c/vpx3220.c              |   14 ----
>  drivers/media/i2c/vs6624.c               |   22 -------
>  drivers/media/i2c/wm8739.c               |    9 ---
>  drivers/media/i2c/wm8775.c               |    9 ---
>  47 files changed, 73 insertions(+), 671 deletions(-)

-- 
Regards,

Laurent Pinchart


  reply	other threads:[~2013-05-30  1:17 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-29 10:59 [PATCHv1 00/38] Remove VIDIOC_DBG_G_CHIP_IDENT Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 01/38] v4l2-ioctl: dbg_g/s_register: only match BRIDGE and SUBDEV types Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 02/38] v4l2: remove g_chip_ident from bridge drivers where it is easy to do so Hans Verkuil
2013-05-30  7:20   ` Prabhakar Lad
2013-05-31  7:53   ` Scott Jiang
2013-05-29 10:59 ` [PATCHv1 03/38] cx18: remove g_chip_ident support Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 04/38] saa7115: add back the dropped 'found' message Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 05/38] ivtv: remove g_chip_ident Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 06/38] cx23885: " Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 07/38] cx88: " Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 08/38] saa6752hs: drop obsolete g_chip_ident Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 09/38] gspca: remove g_chip_ident Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 10/38] cx231xx: " Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 11/38] marvell-ccic: " Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 12/38] tveeprom: remove v4l2-chip-ident.h include Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 13/38] v4l2: remove obsolete v4l2_chip_match_host() Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 14/38] au8522_decoder: remove g_chip_ident op Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 15/38] radio: " Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 16/38] indycam: " Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 17/38] soc_camera sensors: " Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 18/38] media/i2c: " Hans Verkuil
2013-05-30  1:17   ` Laurent Pinchart [this message]
2013-05-30  8:06   ` Prabhakar Lad
2013-05-29 10:59 ` [PATCHv1 19/38] cx25840: remove the v4l2-chip-ident.h include Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 20/38] v4l2-common: remove unused v4l2_chip_match/ident_i2c_client functions Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 21/38] v4l2-int-device: remove unused chip_ident reference Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 22/38] v4l2-core: remove support for obsolete VIDIOC_DBG_G_CHIP_IDENT Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 23/38] DocBook: remove references to the dropped VIDIOC_DBG_G_CHIP_IDENT ioctl Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 24/38] v4l2-framework: replace g_chip_ident by g_std in the examples Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 25/38] DocBook: remove obsolete note from the dbg_g_register doc Hans Verkuil
2013-05-29 10:59 ` [PATCHv1 26/38] saa7134: check register address in g_register Hans Verkuil
2013-05-29 11:00 ` [PATCHv1 27/38] mxb: check register address when reading/writing a register Hans Verkuil
2013-05-29 11:00 ` [PATCHv1 28/38] vpbe_display: drop g/s_register ioctls Hans Verkuil
2013-05-30  7:21   ` Prabhakar Lad
2013-05-29 11:00 ` [PATCHv1 29/38] marvell-ccic: check register address Hans Verkuil
2013-06-04 16:05   ` Jonathan Corbet
2013-05-29 11:00 ` [PATCHv1 30/38] au0828: set reg->size Hans Verkuil
2013-05-29 11:00 ` [PATCHv1 31/38] cx231xx: the reg->size field wasn't filled in Hans Verkuil
2013-05-29 11:00 ` [PATCHv1 32/38] sn9c20x: " Hans Verkuil
2013-05-29 11:00 ` [PATCHv1 33/38] pvrusb2: drop g/s_register ioctls Hans Verkuil
2013-05-29 11:00 ` [PATCHv1 34/38] media/i2c: fill in missing reg->size fields Hans Verkuil
2013-05-30  7:22   ` Prabhakar Lad
2013-05-29 11:00 ` [PATCHv1 35/38] cx18: fix register range check Hans Verkuil
2013-05-29 11:00 ` [PATCHv1 36/38] cx88: fix register mask Hans Verkuil
2013-05-29 11:00 ` [PATCHv1 37/38] ivtv: fix register range check Hans Verkuil
2013-05-29 11:00 ` [PATCHv1 38/38] DocBook/media/v4l: update VIDIOC_DBG_ documentation Hans Verkuil

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=4324449.niclkIejJB@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=awalls@md.metrocast.net \
    --cc=hans.verkuil@cisco.com \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=prabhakar.csengg@gmail.com \
    --cc=sylvester.nawrocki@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