Re: [RFC PATCH 2/6] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctl.

2013-03-27 Thread Hans Verkuil
On Wed March 27 2013 02:11:23 Laurent Pinchart wrote: Hi Hans, On Monday 18 March 2013 17:38:16 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Simplify the debugging ioctls by creating the VIDIOC_DBG_G_CHIP_NAME ioctl. This will eventually replace

Re: [RFC PATCH 2/6] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctl.

2013-03-27 Thread Laurent Pinchart
Hi Hans, On Wednesday 27 March 2013 09:41:33 Hans Verkuil wrote: On Wed March 27 2013 02:11:23 Laurent Pinchart wrote: On Monday 18 March 2013 17:38:16 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Simplify the debugging ioctls by creating the VIDIOC_DBG_G_CHIP_NAME

Re: [RFC PATCH 2/6] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctl.

2013-03-27 Thread Hans Verkuil
On Wed March 27 2013 11:11:53 Laurent Pinchart wrote: Hi Hans, On Wednesday 27 March 2013 09:41:33 Hans Verkuil wrote: On Wed March 27 2013 02:11:23 Laurent Pinchart wrote: On Monday 18 March 2013 17:38:16 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Simplify

Re: [RFC PATCH 2/6] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctl.

2013-03-26 Thread Laurent Pinchart
Hi Hans, On Monday 18 March 2013 17:38:16 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Simplify the debugging ioctls by creating the VIDIOC_DBG_G_CHIP_NAME ioctl. This will eventually replace VIDIOC_DBG_G_CHIP_IDENT. Chip matching is done by the name or index of subdevices

[RFC PATCH 2/6] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctl.

2013-03-18 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Simplify the debugging ioctls by creating the VIDIOC_DBG_G_CHIP_NAME ioctl. This will eventually replace VIDIOC_DBG_G_CHIP_IDENT. Chip matching is done by the name or index of subdevices or an index to a bridge chip. Most of this can all be done