Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/media/video/em28xx
Hans Verkuil 3c7c9370fb [media] v4l2-subdev: remove core.s_config and v4l2_i2c_new_subdev_cfg()
The core.s_config op was meant for legacy drivers that needed to work with old
pre-2.6.26 kernels. This is no longer relevant. Unfortunately, this op was
incorrectly called from several drivers.

Replace those occurences with proper i2c_board_info structs and call
v4l2_i2c_new_subdev_board.

After these changes v4l2_i2c_new_subdev_cfg() was no longer used, so remove
that function as well.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-01-19 11:45:30 -02:00
..
em28xx-audio.c [media] em28xx-audio: fix some locking issues 2010-10-21 01:17:50 -02:00
em28xx-cards.c [media] v4l2-subdev: remove core.s_config and v4l2_i2c_new_subdev_cfg() 2011-01-19 11:45:30 -02:00
em28xx-core.c V4L/DVB: em28xx: remove unneeded null checks 2010-06-01 01:23:23 -03:00
em28xx-dvb.c [media] em28xx: Add support for Leadership ISDB-T 2010-12-29 08:16:26 -02:00
em28xx-i2c.c
em28xx-input.c Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 2011-01-07 16:58:04 -08:00
em28xx-reg.h
em28xx-vbi.c [media] media: fix em28xx build, needs hardirq.h 2010-12-29 08:17:02 -02:00
em28xx-video.c Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 2011-01-06 18:32:12 -08:00
em28xx.h [media] rc: rename the remaining things to rc_core 2010-12-29 08:16:50 -02:00
Kconfig [media] rc: rename the remaining things to rc_core 2010-12-29 08:16:50 -02:00
Makefile