* [GIT PULL FOR 2.6.39] s5p-fimc driver and videobuf2 fixes
@ 2011-03-04 10:53 Sylwester Nawrocki
2011-03-08 16:36 ` Sylwester Nawrocki
0 siblings, 1 reply; 2+ messages in thread
From: Sylwester Nawrocki @ 2011-03-04 10:53 UTC (permalink / raw)
To: linux-media@vger.kernel.org; +Cc: Mauro Carvalho Chehab, linux-samsung-soc
Hi Mauro,
please pull the following change set, it's a couple of s5p-fimc driver
fixes and updates after conversion to videobuf2. There are also two small
corrections for the videobuf2 and documentation for NV12MT format.
The following changes since commit 548b491f5a3221e26c0b08dece18fdc62930fe5e:
[media] media/radio/wl1273: fix build errors (2011-02-27 21:36:52 -0300)
are available in the git repository at:
git://git.infradead.org/users/kmpark/linux-2.6-samsung s5p_fimc_for_mauro
Andrzej Pietrasiewicz (1):
v4l2: vb2-dma-sg: fix memory leak
Kamil Debski (1):
v4l: Documentation for the NV12MT format
Marek Szyprowski (1):
v4l2: vb2: fix queue reallocation and REQBUFS(0) case
Sungchun Kang (1):
s5p-fimc: fix ISR and buffer handling for fimc-capture
Sylwester Nawrocki (6):
s5p-fimc: Prevent oops when i2c adapter is not available
s5p-fimc: Prevent hanging on device close and fix the locking
s5p-fimc: Allow defining number of sensors at runtime
s5p-fimc: Add a platform data entry for MIPI-CSI data alignment
s5p-fimc: Use dynamic debug
s5p-fimc: Fix G_FMT ioctl handler
Documentation/DocBook/media-entities.tmpl | 1 +
Documentation/DocBook/v4l/nv12mt.gif | Bin 0 -> 2108 bytes
Documentation/DocBook/v4l/nv12mt_example.gif | Bin 0 -> 6858 bytes
Documentation/DocBook/v4l/pixfmt-nv12mt.xml | 74 +++++++
Documentation/DocBook/v4l/pixfmt.xml | 1 +
drivers/media/video/s5p-fimc/fimc-capture.c | 99 ++++------
drivers/media/video/s5p-fimc/fimc-core.c | 266 ++++++++++++++------------
drivers/media/video/s5p-fimc/fimc-core.h | 50 ++++--
drivers/media/video/s5p-fimc/fimc-reg.c | 6 +-
drivers/media/video/videobuf2-core.c | 9 +-
drivers/media/video/videobuf2-dma-sg.c | 2 +
include/media/s5p_fimc.h | 9 +-
12 files changed, 307 insertions(+), 210 deletions(-)
create mode 100644 Documentation/DocBook/v4l/nv12mt.gif
create mode 100644 Documentation/DocBook/v4l/nv12mt_example.gif
create mode 100644 Documentation/DocBook/v4l/pixfmt-nv12mt.xml
Regards,
Sylwester
--
Sylwester Nawrocki
Samsung Poland R&D Center
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL FOR 2.6.39] s5p-fimc driver and videobuf2 fixes
2011-03-04 10:53 [GIT PULL FOR 2.6.39] s5p-fimc driver and videobuf2 fixes Sylwester Nawrocki
@ 2011-03-08 16:36 ` Sylwester Nawrocki
0 siblings, 0 replies; 2+ messages in thread
From: Sylwester Nawrocki @ 2011-03-08 16:36 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: linux-media@vger.kernel.org, linux-samsung-soc
Mauro,
please ignore the below pull request. I've found some issues in s5p-fimc
patches so I want to fix this and resent the pull request.
My apologies for the hassle.
Regards,
Sylwester
On 03/04/2011 11:53 AM, Sylwester Nawrocki wrote:
> Hi Mauro,
>
> please pull the following change set, it's a couple of s5p-fimc driver
> fixes and updates after conversion to videobuf2. There are also two small
> corrections for the videobuf2 and documentation for NV12MT format.
>
>
> The following changes since commit 548b491f5a3221e26c0b08dece18fdc62930fe5e:
>
> [media] media/radio/wl1273: fix build errors (2011-02-27 21:36:52 -0300)
>
> are available in the git repository at:
> git://git.infradead.org/users/kmpark/linux-2.6-samsung s5p_fimc_for_mauro
>
> Andrzej Pietrasiewicz (1):
> v4l2: vb2-dma-sg: fix memory leak
>
> Kamil Debski (1):
> v4l: Documentation for the NV12MT format
>
> Marek Szyprowski (1):
> v4l2: vb2: fix queue reallocation and REQBUFS(0) case
>
> Sungchun Kang (1):
> s5p-fimc: fix ISR and buffer handling for fimc-capture
>
> Sylwester Nawrocki (6):
> s5p-fimc: Prevent oops when i2c adapter is not available
> s5p-fimc: Prevent hanging on device close and fix the locking
> s5p-fimc: Allow defining number of sensors at runtime
> s5p-fimc: Add a platform data entry for MIPI-CSI data alignment
> s5p-fimc: Use dynamic debug
> s5p-fimc: Fix G_FMT ioctl handler
>
> Documentation/DocBook/media-entities.tmpl | 1 +
> Documentation/DocBook/v4l/nv12mt.gif | Bin 0 -> 2108 bytes
> Documentation/DocBook/v4l/nv12mt_example.gif | Bin 0 -> 6858 bytes
> Documentation/DocBook/v4l/pixfmt-nv12mt.xml | 74 +++++++
> Documentation/DocBook/v4l/pixfmt.xml | 1 +
> drivers/media/video/s5p-fimc/fimc-capture.c | 99 ++++------
> drivers/media/video/s5p-fimc/fimc-core.c | 266 ++++++++++++++------------
> drivers/media/video/s5p-fimc/fimc-core.h | 50 ++++--
> drivers/media/video/s5p-fimc/fimc-reg.c | 6 +-
> drivers/media/video/videobuf2-core.c | 9 +-
> drivers/media/video/videobuf2-dma-sg.c | 2 +
> include/media/s5p_fimc.h | 9 +-
> 12 files changed, 307 insertions(+), 210 deletions(-)
> create mode 100644 Documentation/DocBook/v4l/nv12mt.gif
> create mode 100644 Documentation/DocBook/v4l/nv12mt_example.gif
> create mode 100644 Documentation/DocBook/v4l/pixfmt-nv12mt.xml
>
--
Sylwester Nawrocki
Samsung Poland R&D Center
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-08 16:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04 10:53 [GIT PULL FOR 2.6.39] s5p-fimc driver and videobuf2 fixes Sylwester Nawrocki
2011-03-08 16:36 ` Sylwester Nawrocki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox