diff options
author | Sandor Yu <R01008@freescale.com> | 2015-03-15 15:23:15 +0800 |
---|---|---|
committer | Sandor Yu <R01008@freescale.com> | 2015-03-16 10:08:39 +0800 |
commit | 899414fc9ed0768244c9d877269712a823e3cfe8 (patch) | |
tree | 92d0c34df3d22294f5cdac24f1c3674f0300acb3 /arch/arm/mach-sa1100/generic.c | |
parent | c33b14da895e8da8a951ccd5a167a7e4ebbb2367 (diff) |
MLK-10423: Capture: System hang if capture test app been killed
System will hang if csi unit test mx6s_v4l2_capture.out process
been killed.
In csi capture driver function mx6s_csi_enable/disable is called
by vidioc_streamon/streamoff function.
But when csi unit test process is killed, vidioc_streamon/streamoff
will not been called, and csi function still working even the csi
clock is gated.
Move mx6s_csi_enable/disable function from
mx6s_vidioc_streamon/streamoff function to
mx6s_start_streaming/ mx6s_stop_streaming function to resolve the
issue.
Signed-off-by: Sandor Yu <R01008@freescale.com>
(cherry picked from commit fe3700b2dc97952ef5a055a48e1d5ba89e11b7dd)
Diffstat (limited to 'arch/arm/mach-sa1100/generic.c')
0 files changed, 0 insertions, 0 deletions