linux_old1/drivers/media/video
Lei Wen 48ecf9fe8f [media] soc-camera: change order of removing device
As our general practice, we use stream off before we close
the video node. So that the drivers its stream off function
would be called before its remove function.

But for the case for ctrl+c, the program would be force closed.
We have no chance to call that vb2 stream off from user space,
but directly call the remove function in soc_camera.

In that common code of soc_camera:

                ici->ops->remove(icd);
                if (ici->ops->init_videobuf2)
                        vb2_queue_release(&icd->vb2_vidq);

It would first call the device remove function, then release vb2,
in which stream off function is called. Thus it create different
order for the driver.

This patch change the order to make driver see the same sequence
to make it happy.

Signed-off-by: Lei Wen <leiwen@marvell.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-01-06 11:00:55 -02:00
..
au0828 Merge tag 'v3.2-rc7' into staging/for_v3.3 2011-12-30 13:59:37 -02:00
bt8xx [media] video: Drop undue references to i2c-algo-bit 2011-11-24 15:11:17 -02:00
cpia2 drivers/media: Add module.h to all files using it implicitly 2011-10-31 19:31:51 -04:00
cx18 [media] video: Drop undue references to i2c-algo-bit 2011-11-24 15:11:17 -02:00
cx88 [media] tuners: remove dvb_frontend_parameters from set_params() 2011-12-31 08:57:29 -02:00
cx231xx [media] Fix typos in VIDEO_CX231XX_DVB Kconfig entry 2011-11-24 17:35:54 -02:00
cx23885 [media] cx23885: Bugfix /sys/class/video4linux/videoX/name truncation 2012-01-05 06:54:30 -02:00
cx25821 [media] cx25821: Use kmemdup rather than duplicating its implementation 2011-11-24 21:08:01 -02:00
cx25840 [media] cx25840: Fix compilation for i386 architecture 2012-01-05 11:06:11 -02:00
davinci [media] davinci vpbe: add VENC block changes to enable dm365 and dm355 2012-01-06 10:09:26 -02:00
em28xx [media] Add AC97 8384:7650 for some versions of EMP202 2012-01-05 19:31:39 -02:00
et61x251 [media] et61x251: Use current logging styles 2011-09-03 21:11:59 -03:00
gspca [media] gscpa_t613: Add support for the camera button 2012-01-06 10:41:09 -02:00
hdpvr Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
ivtv [media] video: Drop undue references to i2c-algo-bit 2011-11-24 15:11:17 -02:00
m5mols [media] m5mols: Enable v4l subdev device node 2011-12-30 14:39:34 -02:00
marvell-ccic [media] V4L: vb2: prepare to support multi-size buffers 2011-11-03 18:28:28 -02:00
omap Merge tag 'v3.2-rc7' into staging/for_v3.3 2011-12-30 13:59:37 -02:00
omap3isp Merge tag 'v3.2-rc7' into staging/for_v3.3 2011-12-30 13:59:37 -02:00
pvrusb2 [media] pvrusb2: Use kcalloc instead of kzalloc to allocate array 2011-12-12 14:51:11 -02:00
pwc [media] pwc: Properly fill all fields on try_fmt 2012-01-06 10:48:00 -02:00
s5p-fimc [media] s5p-csis: Enable v4l subdev device node 2011-12-30 14:39:54 -02:00
s5p-g2d [media] s5p-g2d: remove two unused variables from the G2D driver 2011-12-11 12:02:47 -02:00
s5p-mfc [media] s5p_mfc_enc: fix s/H264/H263/ typo 2011-12-11 09:30:13 -02:00
s5p-tv [media] v4l: s5p-tv: Use kcalloc instead of kzalloc to allocate array 2011-12-30 17:22:08 -02:00
saa7134 [media] saa7134: fix IR handling for HVR-1110 2012-01-01 16:46:42 -02:00
saa7164 [media] saa7164: fix endian conversion in saa7164_bus_set() 2011-12-11 08:07:41 -02:00
sn9c102 [media] return -ENOTTY for unsupported ioctl's at legacy drivers 2011-07-27 17:53:38 -03:00
tlg2300 [media] dvb: Remove ops->info.type from frontends 2012-01-04 17:30:34 -02:00
tm6000 [media] tm6000: dvb doesn't work on usb1.1 2012-01-04 20:45:34 -02:00
usbvision Merge tag 'v3.2-rc2' into staging/for_v3.3 2011-11-23 19:42:09 -02:00
uvc [media] uvcvideo: Use kcalloc instead of kzalloc to allocate array 2011-12-30 17:22:12 -02:00
zoran [media] Stop using linux/version.h on most video drivers 2011-07-27 17:53:12 -03:00
Kconfig [media] as3645a: Add driver for LED flash controller 2011-12-20 09:36:18 -02:00
Makefile [media] as3645a: Add driver for LED flash controller 2011-12-20 09:36:18 -02:00
adp1653.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
adv7170.c [media] Make use of media bus pixel codes in adv7170 driver 2011-11-07 12:42:56 -02:00
adv7175.c [media] adv7175: Make use of media bus pixel codes 2011-10-19 07:59:05 -02:00
adv7180.c
adv7343.c [media] adv7343: use control framework 2011-03-21 20:31:49 -03:00
adv7343_regs.h [media] adv7343: use control framework 2011-03-21 20:31:49 -03:00
ak881x.c drivers/media: Add module.h to all files using it implicitly 2011-10-31 19:31:51 -04:00
arv.c [media] Stop using linux/version.h on most video drivers 2011-07-27 17:53:12 -03:00
as3645a.c [media] as3645a: Add driver for LED flash controller 2011-12-20 09:36:18 -02:00
atmel-isi.c [media] soc-camera: remove redundant parameter from .set_bus_param() 2012-01-06 11:00:23 -02:00
bt819.c [media] vpx3220, bt819: fix compiler warnings 2011-09-06 14:46:17 -03:00
bt856.c
bt866.c
btcx-risc.c
btcx-risc.h
bw-qcam.c [media] drivers/media/video: add missing kfree 2011-07-27 17:55:55 -03:00
c-qcam.c [media] drivers/media/video: add missing kfree 2011-07-27 17:55:55 -03:00
cs53l32a.c
cs5345.c [media] cs5345: use the control framework 2011-03-21 20:31:49 -03:00
cs8420.h
cx2341x.c [media] v4l2-ctrls: use const char * const * for the menu arrays 2010-12-30 08:02:14 -02:00
fsl-viu.c [media] Stop using linux/version.h on the remaining video drivers 2011-07-27 17:53:16 -03:00
hexium_gemini.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
hexium_orion.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
ibmmpeg2.h
imx074.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
indycam.c
indycam.h
ir-kbd-i2c.c [media] ir-kbd-i2c: pass device code w/key in hauppauge case 2011-03-22 19:24:18 -03:00
ks0127.c
ks0127.h
m52790.c [media] v4l: make sure drivers supply a zeroed struct v4l2_subdev 2011-04-29 12:33:28 -03:00
mem2mem_testdev.c [media] V4L: vb2: prepare to support multi-size buffers 2011-11-03 18:28:28 -02:00
meye.c [media] v4l2-ioctl: add priority handling support 2011-03-22 16:37:59 -03:00
meye.h
msp3400-driver.c [media] msp3400: Add standards detection to the driver 2011-10-08 08:01:34 -03:00
msp3400-driver.h [media] msp3400: Add standards detection to the driver 2011-10-08 08:01:34 -03:00
msp3400-kthreads.c [media] msp3400: Add standards detection to the driver 2011-10-08 08:01:34 -03:00
mt9m001.c Merge tag 'v3.2-rc2' into staging/for_v3.3 2011-11-23 19:42:09 -02:00
mt9m111.c [media] mt9m111: properly implement .s_crop and .s_fmt(), reset on STREAMON 2012-01-06 11:00:40 -02:00
mt9p031.c [media] v4l: mt9p031/mt9t001: Use i2c_smbus_{read|write}_word_swapped() 2011-11-07 11:27:29 -02:00
mt9t001.c [media] v4l: mt9p031/mt9t001: Use i2c_smbus_{read|write}_word_swapped() 2011-11-07 11:27:29 -02:00
mt9t031.c Merge tag 'v3.2-rc2' into staging/for_v3.3 2011-11-23 19:42:09 -02:00
mt9t112.c [media] V4L: mt9t112: use after free in mt9t112_probe() 2011-12-11 09:42:40 -02:00
mt9v011.c drivers/media: Add module.h to all files using it implicitly 2011-10-31 19:31:51 -04:00
mt9v022.c Merge tag 'v3.2-rc2' into staging/for_v3.3 2011-11-23 19:42:09 -02:00
mt9v032.c Merge tag 'v3.2-rc2' into staging/for_v3.3 2011-11-23 19:42:09 -02:00
mx1_camera.c [media] soc-camera: remove redundant parameter from .set_bus_param() 2012-01-06 11:00:23 -02:00
mx2_camera.c [media] soc-camera: remove redundant parameter from .set_bus_param() 2012-01-06 11:00:23 -02:00
mx3_camera.c [media] soc-camera: remove redundant parameter from .set_bus_param() 2012-01-06 11:00:23 -02:00
mxb.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
mxb.h
noon010pc30.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
omap1_camera.c [media] soc-camera: remove redundant parameter from .set_bus_param() 2012-01-06 11:00:23 -02:00
omap24xxcam-dma.c [media] [trivial] omap24xxcam-dma: Fix logical test 2011-12-09 20:28:42 -02:00
omap24xxcam.c drivers/media: Add module.h to all files using it implicitly 2011-10-31 19:31:51 -04:00
omap24xxcam.h
ov772x.c [media] V4L: replace soc-camera specific soc_mediabus.h with v4l2-mediabus.h 2011-11-03 18:29:04 -02:00
ov2640.c [media] V4L: replace soc-camera specific soc_mediabus.h with v4l2-mediabus.h 2011-11-03 18:29:04 -02:00
ov5642.c [media] media: ov5642: Add support for arbitrary resolution 2011-11-03 18:29:05 -02:00
ov6650.c Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 2011-12-20 10:49:39 -08:00
ov7670.c [media] marvell-cam: Move cafe-ccic into its own directory 2011-07-27 17:53:00 -03:00
ov9640.c [media] V4L: replace soc-camera specific soc_mediabus.h with v4l2-mediabus.h 2011-11-03 18:29:04 -02:00
ov9640.h [media] ov9640: convert to the control framework 2011-11-03 18:28:36 -02:00
ov9740.c [media] V4L: replace soc-camera specific soc_mediabus.h with v4l2-mediabus.h 2011-11-03 18:29:04 -02:00
pms.c [media] Stop using linux/version.h on most video drivers 2011-07-27 17:53:12 -03:00
pxa_camera.c [media] soc-camera: remove redundant parameter from .set_bus_param() 2012-01-06 11:00:23 -02:00
rj54n1cb0c.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
s5k6aa.c drivers/media: video/a5k6aa is a module and so needs module.h 2011-11-08 14:56:50 -05:00
s2255drv.c [media] Stop using linux/version.h on the remaining video drivers 2011-07-27 17:53:16 -03:00
saa711x_regs.h
saa717x.c
saa6588.c [media] saa6588: rename rds.h to saa6588.h 2010-12-29 08:17:18 -02:00
saa7110.c [media] saa7110: use control framework 2011-03-21 20:31:50 -03:00
saa7115.c [media] saa7115: Trust that V4L2 core will fill the mask 2011-10-08 08:00:44 -03:00
saa7121.h
saa7127.c
saa7146.h
saa7146reg.h
saa7185.c
saa7191.c
saa7191.h
sh_mobile_ceu_camera.c [media] soc-camera: remove redundant parameter from .set_bus_param() 2012-01-06 11:00:23 -02:00
sh_mobile_csi2.c Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 2011-12-20 10:49:39 -08:00
sh_vou.c drivers/media: Add module.h to all files using it implicitly 2011-10-31 19:31:51 -04:00
soc_camera.c [media] soc-camera: change order of removing device 2012-01-06 11:00:55 -02:00
soc_camera_platform.c [media] soc_camera: remove the now obsolete struct soc_camera_ops 2011-11-03 18:28:55 -02:00
soc_mediabus.c [media] V4L: soc-camera: add helper functions for new bus configuration type 2011-11-03 18:27:13 -02:00
sr030pc30.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
stk-sensor.c
stk-webcam.c [media] v4l2-ctrls: Use kcalloc instead of kzalloc to allocate array 2011-12-30 17:22:17 -02:00
stk-webcam.h
tcm825x.c drivers/media: Add module.h to all files using it implicitly 2011-10-31 19:31:51 -04:00
tcm825x.h
tda7432.c [media] Correct and add some parameter descriptions 2011-07-27 17:52:59 -03:00
tda9840.c [media] v4l: make sure drivers supply a zeroed struct v4l2_subdev 2011-04-29 12:33:28 -03:00
tea6415c.c [media] v4l: make sure drivers supply a zeroed struct v4l2_subdev 2011-04-29 12:33:28 -03:00
tea6415c.h
tea6420.c [media] v4l: make sure drivers supply a zeroed struct v4l2_subdev 2011-04-29 12:33:28 -03:00
tea6420.h
ths7303.c
timblogiw.c drivers/media: Add module.h to all files using it implicitly 2011-10-31 19:31:51 -04:00
tlv320aic23b.c [media] tlv320aic23b: use control framework 2011-03-21 20:31:50 -03:00
tuner-core.c [media] xc4000: removed card_type 2011-07-27 17:52:40 -03:00
tvaudio.c [media] tvaudio: fix compiler warnings 2011-09-06 14:44:30 -03:00
tveeprom.c [media] tveeprom: update hauppauge tuner list thru 174 2011-05-20 09:27:15 -03:00
tvp514x.c drivers/media: Add module.h to all files using it implicitly 2011-10-31 19:31:51 -04:00
tvp514x_regs.h
tvp5150.c Merge tag 'v3.2-rc2' into staging/for_v3.3 2011-11-23 19:42:09 -02:00
tvp5150_reg.h [media] tvp5150: Add video format registers configuration values 2011-10-08 08:01:52 -03:00
tvp7002.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
tvp7002_reg.h
tw9910.c [media] V4L: replace soc-camera specific soc_mediabus.h with v4l2-mediabus.h 2011-11-03 18:29:04 -02:00
upd64031a.c [media] v4l: make sure drivers supply a zeroed struct v4l2_subdev 2011-04-29 12:33:28 -03:00
upd64083.c [media] v4l: make sure drivers supply a zeroed struct v4l2_subdev 2011-04-29 12:33:28 -03:00
v4l2-common.c [media] v4l2-ctrls: add new bitmask control type 2011-07-27 17:55:38 -03:00
v4l2-compat-ioctl32.c [media] V4L: docbook documentation for struct v4l2_create_buffers 2011-11-03 18:28:57 -02:00
v4l2-ctrls.c [media] v4l2-ctrls: Use kcalloc instead of kzalloc to allocate array 2011-12-30 17:22:17 -02:00
v4l2-dev.c [media] media: fix truncated entity specification 2011-12-20 09:31:50 -02:00
v4l2-device.c [media] media: fix truncated entity specification 2011-12-20 09:31:50 -02:00
v4l2-event.c Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 2011-11-12 00:03:50 -02:00
v4l2-fh.c drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required 2011-10-31 19:31:51 -04:00
v4l2-int-device.c drivers/media: Add module.h to all files using it implicitly 2011-10-31 19:31:51 -04:00
v4l2-ioctl.c [media] V4L: add two new ioctl()s for multi-size videobuffer management 2011-11-03 18:28:24 -02:00
v4l2-mem2mem.c [media] media: mem2mem: eliminate possible NULL pointer dereference 2011-09-06 15:03:26 -03:00
v4l2-subdev.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
via-camera.c [media] via-camera: disable RGB mode 2011-11-07 12:04:52 -02:00
via-camera.h
videobuf-core.c [media] V4L: remove V4L1 compatibility mode 2010-12-29 08:17:07 -02:00
videobuf-dma-contig.c Revert "[media] V4L: videobuf, don't use dma addr as physical" 2011-04-19 10:54:44 -07:00
videobuf-dma-sg.c [media] videobuf_pages_to_sg: sglist[0] length problem 2011-07-27 17:52:19 -03:00
videobuf-dvb.c
videobuf-vmalloc.c
videobuf2-core.c [media] videobuf2-core: fix a warning at vb2 2011-12-30 16:12:43 -02:00
videobuf2-dma-contig.c [media] media: vb2: dma contig allocator: use dma_addr instread of paddr 2011-09-06 15:05:10 -03:00
videobuf2-dma-sg.c [media] media: vb2: fix potential deadlock in mmap vs. get_userptr handling 2011-12-30 16:06:49 -02:00
videobuf2-memops.c [media] media: vb2: fix potential deadlock in mmap vs. get_userptr handling 2011-12-30 16:06:49 -02:00
videobuf2-vmalloc.c [media] media: vb2: vmalloc-based allocator user pointer handling 2011-12-30 16:08:06 -02:00
vino.c [media] v4l: Casting (void *) value returned by kmalloc is useless 2011-11-24 21:06:57 -02:00
vino.h
vivi.c [media] V4L: vb2: prepare to support multi-size buffers 2011-11-03 18:28:28 -02:00
vp27smpx.c
vpx3220.c [media] vpx3220, bt819: fix compiler warnings 2011-09-06 14:46:17 -03:00
w9966.c [media] Stop using linux/version.h on most video drivers 2011-07-27 17:53:12 -03:00
wm8739.c
wm8775.c [media] Add proper audio support for Nova-S Plus with wm8775 ADC 2011-03-21 20:32:19 -03:00
zr364xx.c [media] drivers/media/video/zr364xx.c: add missing cleanup code 2011-09-03 18:43:58 -03:00