Hi Mauro,

Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-core2 for the
following:

- v4l: simplify v4l2_i2c_new_subdev and friends
- v4l: remove video_register_device_index

The first patch simplifies v4l2_i2c_new_subdev and removes
v4l2_i2c_new_probed_subdev and v4l2_i2c_new_probed_subdev_addr. This was
initially proposed for inclusion in 2.6.31 but that was considered too soon.
I think it is now a good time to merge this so this will go into 2.6.32.

The second patch removes the unused video_register_device_index function.
This patch is part of a larger series of patches I'm working on to improve
v4l2-dev.c. But since this patch is pretty straightforward I like to get
this one in first.

Thanks,

        Hans

diffstat:
 Documentation/video4linux/v4l2-framework.txt  |   33 +----
 drivers/media/video/au0828/au0828-cards.c     |    4
 drivers/media/video/bt8xx/bttv-cards.c        |   44 +++----
 drivers/media/video/cafe_ccic.c               |    2
 drivers/media/video/cx18/cx18-i2c.c           |   14 +-
 drivers/media/video/cx231xx/cx231xx-cards.c   |    4
 drivers/media/video/cx23885/cx23885-cards.c   |    2
 drivers/media/video/cx23885/cx23885-video.c   |    6
 drivers/media/video/cx88/cx88-cards.c         |   14 +-
 drivers/media/video/cx88/cx88-video.c         |    6
 drivers/media/video/davinci/vpif_display.c    |    4
 drivers/media/video/em28xx/em28xx-cards.c     |   34 ++---
 drivers/media/video/ivtv/ivtv-i2c.c           |   18 +-
 drivers/media/video/mxb.c                     |   14 +-
 drivers/media/video/pvrusb2/pvrusb2-hdw.c     |   10 -
 drivers/media/video/saa7134/saa7134-cards.c   |   12 -
 drivers/media/video/saa7134/saa7134-core.c    |    6
 drivers/media/video/usbvision/usbvision-i2c.c |   12 -
 drivers/media/video/v4l2-common.c             |  157 --------------------------
 drivers/media/video/v4l2-dev.c                |   55 ++-------
 drivers/media/video/vino.c                    |    8 -
 drivers/media/video/w9968cf.c                 |    4
 drivers/media/video/zoran/zoran_card.c        |    8 -
 include/media/v4l2-common.h                   |   30 +---
 include/media/v4l2-dev.h                      |    2
 25 files changed, 151 insertions(+), 352 deletions(-)

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG Telecom
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to