Hi,

This series implements a slight redesign of the stop_streaming() callback in 
vb2.
The callback has been made obligatory. The drivers are expected to finish all
hardware operations and cede ownership of all buffers before returning, but are
not required to call vb2_buffer_done() for any of them. The return value from
this callback has also been removed.

[PATCH 1/5] [media] vb2: redesign the stop_streaming() callback and make it 
obligatory
[PATCH 2/5] [media] vivi: adapt to the new stop_streaming() callback behavior
[PATCH 3/5] [media] s5p-fimc: remove stop_streaming() callback return
[PATCH 4/5] [media] sh_mobile_ceu_camera: remove stop_streaming() callback 
return
[PATCH 5/5] [media] mx3_camera: remove stop_streaming() callback return

-- 
Best regards,
Pawel Osciak
--
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