* [GIT PULL FOR 3.7] Samsung S5P/Exynos SoC driver fixes/improvements
@ 2012-10-01 15:11 Sylwester Nawrocki
0 siblings, 0 replies; only message in thread
From: Sylwester Nawrocki @ 2012-10-01 15:11 UTC (permalink / raw)
To: LMML; +Cc: Mauro Carvalho Chehab
Hi Mauro,
The following changes since commit 8928b6d1568eb9104cc9e2e6627d7086437b2fb3:
[media] media: mx2_camera: use managed functions to clean up code (2012-09-27 15:56:47 -0300)
are available in the git repository at:
git://git.infradead.org/users/kmpark/linux-samsung v4l_for_mauro
for you to fetch changes up to 5fe3854bf45656a790e9713d8851bb3953913b4e:
s5p-tv: Report only multi-plane capabilities in vidioc_querycap (2012-10-01 16:16:26 +0200)
This series are mostly driver bug fixes, features include the transmission
errors logging in s5p-csis and end of stream handling in s5p-mfc driver.
This series includes a few patches that were intended for 3.6, from that
pull request http://patchwork.linuxtv.org/patch/14176.
Please pull for v3.7.
Thanks!
Sylwester
----------------------------------------------------------------
Andrzej Hajda (2):
s5p-mfc: added support for end of stream handling in MFC encoder
s5p-mfc: optimized code related to working contextes
Kamil Debski (1):
s5p-mfc: Fix second memory bank alignment
Sachin Kamat (9):
s5p-jpeg: Add missing braces around sizeof
s5p-fimc: Replace asm/* headers with linux/*
s5p-fimc: Add missing braces around sizeof
s5p-mfc: Add missing braces around sizeof
s5p-tv: Fix potential NULL pointer dereference error
s5p-fimc: Fix incorrect condition in fimc_lite_reqbufs()
exynos-gsc: Remove <linux/version.h> header file inclusion
exynos-gsc: Add missing static storage class specifiers
s5p-mfc: Fix misplaced return statement in s5p_mfc_suspend()
Sylwester Nawrocki (16):
s5p-fimc: Enable FIMC-LITE driver only for SOC_EXYNOS4x12
s5p-fimc: Don't allocate fimc-lite video device structure dynamically
s5p-fimc: Don't allocate fimc-capture video device dynamically
s5p-fimc: Don't allocate fimc-m2m video device dynamically
m5mols: Add missing free_irq() on error path
m5mols: Fix cast warnings from m5mols_[set/get]_ctrl_mode
s5p-fimc: Fix setup of initial links to FIMC entities
s5p-fimc: fimc-lite: Correct Bayer pixel format definitions
s5p-fimc: fimc-lite: Propagate frame format on the subdev
s5p-fimc: Add pipeline ops to separate FIMC-LITE module
s5p-csis: Add transmission errors logging
s5p-fimc: Keep local copy of sensors platform data
m5mols: Remove unneeded control ops assignments
m5mols: Protect driver data with a mutex
s5k6aa: Fix possible NULL pointer dereference
s5p-tv: Report only multi-plane capabilities in vidioc_querycap
drivers/media/i2c/m5mols/m5mols.h | 22 +++---
drivers/media/i2c/m5mols/m5mols_controls.c | 4 +-
drivers/media/i2c/m5mols/m5mols_core.c | 88 +++++++++++++--------
drivers/media/i2c/s5k6aa.c | 11 +--
drivers/media/platform/exynos-gsc/gsc-core.c | 5 +-
drivers/media/platform/exynos-gsc/gsc-m2m.c | 5 +-
drivers/media/platform/s5p-fimc/Kconfig | 2 +-
drivers/media/platform/s5p-fimc/fimc-capture.c | 56 +++++++------
drivers/media/platform/s5p-fimc/fimc-core.h | 7 +-
drivers/media/platform/s5p-fimc/fimc-lite-reg.c | 8 +-
drivers/media/platform/s5p-fimc/fimc-lite.c | 70 ++++++++---------
drivers/media/platform/s5p-fimc/fimc-lite.h | 6 +-
drivers/media/platform/s5p-fimc/fimc-m2m.c | 42 ++++------
drivers/media/platform/s5p-fimc/fimc-mdevice.c | 79 +++++++++++--------
drivers/media/platform/s5p-fimc/fimc-mdevice.h | 14 +---
drivers/media/platform/s5p-fimc/fimc-reg.c | 6 +-
drivers/media/platform/s5p-fimc/mipi-csis.c | 160 +++++++++++++++++++++++++++++++++-----
drivers/media/platform/s5p-jpeg/jpeg-core.c | 2 +-
drivers/media/platform/s5p-mfc/s5p_mfc.c | 107 ++++++++++++++++++++-----
drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 10 ++-
drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c | 8 +-
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 32 +++-----
drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 140 ++++++++++++++++++++++-----------
drivers/media/platform/s5p-mfc/s5p_mfc_opr.c | 48 +++++++++---
drivers/media/platform/s5p-tv/mixer_drv.c | 2 +-
drivers/media/platform/s5p-tv/mixer_video.c | 7 +-
include/media/s5p_fimc.h | 18 +++++
27 files changed, 622 insertions(+), 337 deletions(-)
--
Sylwester Nawrocki
Samsung Poland R&D Center
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-01 15:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 15:11 [GIT PULL FOR 3.7] Samsung S5P/Exynos SoC driver fixes/improvements Sylwester Nawrocki
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.