From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [PATCH 3/6] Documentation/ioctl/ioctl-number.txt: Remove some now freed ioctl ranges
Date: Mon, 27 Dec 2010 11:03:03 -0200 [thread overview]
Message-ID: <4D188E87.9010700@redhat.com> (raw)
In-Reply-To: <201012271301.21722.hverkuil@xs4all.nl>
Em 27-12-2010 10:01, Hans Verkuil escreveu:
> On Monday, December 27, 2010 12:38:39 Mauro Carvalho Chehab wrote:
>> The V4L1 removal patches removed a few ioctls. Update it at the docspace.
>>
>> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
>>
>> diff --git a/Documentation/ioctl/ioctl-number.txt b/Documentation/ioctl/ioctl-number.txt
>> index 63ffd78..49d7f00 100644
>> --- a/Documentation/ioctl/ioctl-number.txt
>> +++ b/Documentation/ioctl/ioctl-number.txt
>> @@ -260,14 +260,11 @@ Code Seq#(hex) Include File Comments
>> 't' 80-8F linux/isdn_ppp.h
>> 't' 90 linux/toshiba.h
>> 'u' 00-1F linux/smb_fs.h gone
>> -'v' all linux/videodev.h conflict!
>> 'v' 00-1F linux/ext2_fs.h conflict!
>> 'v' 00-1F linux/fs.h conflict!
>> 'v' 00-0F linux/sonypi.h conflict!
>> -'v' C0-CF drivers/media/video/ov511.h conflict!
>> 'v' C0-DF media/pwc-ioctl.h conflict!
>> 'v' C0-FF linux/meye.h conflict!
>> -'v' C0-CF drivers/media/video/zoran/zoran.h conflict!
>> 'v' D0-DF drivers/media/video/cpia2/cpia2dev.h conflict!
>> 'w' all CERN SCI driver
>> 'y' 00-1F packet based user level communications
>>
>
> There is also a line for media/ovcamchip.h in this file that can be removed.
Ok, I'll do that.
> The media/rds.h line can also be removed (this is kernel internal only).
There are two rds.h, related to V4L:
./include/linux/rds.h
./include/media/rds.h
One of them is at the public api:
include/linux/Kbuild:header-y += rds.h
Btw, that's weird:
$ git grep RDS_CMD_OPEN
drivers/media/video/saa6588.c: case RDS_CMD_OPEN:
include/media/rds.h:#define RDS_CMD_OPEN _IOW('R',1,int)
as saa6588 is a subdev.
IMO, we should remove or rename the internal header first.
> Ditto for media/bt819.h.
There are also some issues there related to videodev2 stuff.
I prefer to apply the path as-is (just removing the ovcamchip.h) and,
on some later cleanup, check and fix the remaining stuff.
>
> All other patches in this series:
>
> Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Thanks!
>
> BTW, it is probably also a good idea to move the dabusb driver to staging and
> mark it for removal in 2.6.39.
Not sure about that. I don't see any good reason to remove dabusb driver, as
nobody reported that it is broken.
>
> Regards,
>
> Hans
>
next prev parent reply other threads:[~2010-12-27 13:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1293449547.git.mchehab@redhat.com>
2010-12-27 11:38 ` [PATCH 6/6] [media] omap_vout: Remove an obsolete comment Mauro Carvalho Chehab
2010-12-27 11:38 ` [PATCH 5/6] [media] Remove the old V4L1 v4lgrab.c file Mauro Carvalho Chehab
2010-12-27 11:38 ` [PATCH 4/6] [media] Fix videodev.h references at the V4L DocBook Mauro Carvalho Chehab
2010-12-27 11:38 ` [PATCH 3/6] Documentation/ioctl/ioctl-number.txt: Remove some now freed ioctl ranges Mauro Carvalho Chehab
2010-12-27 12:01 ` Hans Verkuil
2010-12-27 13:03 ` Mauro Carvalho Chehab [this message]
2010-12-27 13:23 ` Hans Verkuil
2010-12-27 14:02 ` Mauro Carvalho Chehab
2010-12-27 15:08 ` Hans Verkuil
2010-12-27 15:40 ` Mauro Carvalho Chehab
2010-12-27 13:10 ` Mauro Carvalho Chehab
2010-12-27 11:38 ` [PATCH 2/6] [media] V4L1 removal: Remove linux/videodev.h Mauro Carvalho Chehab
2010-12-27 11:38 ` [PATCH 1/6] [media] Remove VIDEO_V4L1 Kconfig option Mauro Carvalho Chehab
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=4D188E87.9010700@redhat.com \
--to=mchehab@redhat.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
/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.