On 05/24/2012 05:15 PM, Sylwester Nawrocki wrote:
> The following is a couple of s5p-fimc driver bug fixes for v3.4-rcX.
^^^
Oops, of course v3.5-rc, not v3.4-rc.
--
To unsubscribe from this list: send the line "unsubscribe linux-medi
The following is a couple of s5p-fimc driver bug fixes for v3.4-rcX.
Sylwester Nawrocki (7):
s5p-fimc: Fix bug in capture node open()
s5p-fimc: Don't create multiple active links to same sink entity
s5p-fimc: Honour sizeimage in VIDIOC_S_FMT
s5p-fimc: Remove superfluous checks for buffer
Hello,
the following are a few bugfix patches for s5p-fimc driver.
Except the kernel-doc comments corrections, debug trace cleanup
and the copyright update they fix the buffer allocation issue and
possible memory leak on error path.
drivers/media/video/s5p-fimc/fimc-capture.c | 21 ++-
Hello,
the following are a few bugfixes for s5p-fimc driver.
These patches correct fimc output DMA handling and locking in m2m driver,
so there is no issues in m2m multi-instance operation.
One of the patches adds missing g_fmt ioctl conversion to multiplanar API.
The patch series contains:
[PAT