linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR 3.9] Exynos SoC media drivers updates
@ 2013-01-04 19:01 Sylwester Nawrocki
  2013-01-04 22:39 ` Sylwester Nawrocki
  0 siblings, 1 reply; 12+ messages in thread
From: Sylwester Nawrocki @ 2013-01-04 19:01 UTC (permalink / raw)
  To: LMML

Hi Mauro,

Please pull the following for 3.9, it includes Exynos SoC drivers cleanups and
fixes. DMABUF exporting support for Exynos5 GScaler driver, device tree support
for Exynos MFC driver (platform bits for it got merged already for v3.8).

There is also included a patch removing deprecated image centering controls.

The following changes since commit 8cd7085ff460ead3aba6174052a408f4ad52ac36:

  [media] get_dvb_firmware: Fix the location of firmware for Terratec HTC
(2013-01-01 11:18:26 -0200)

are available in the git repository at:

  git://git.infradead.org/users/kmpark/linux-samsung media_for_v3.9

for you to fetch changes up to 36073ee2f7b3b5ae91900cb992b292404614243b:

  V4L: Remove deprecated image centering controls (2013-01-04 11:35:43 +0100)

----------------------------------------------------------------
Arun Kumar K (2):
      s5p-mfc: Add device tree support
      s5p-mfc: Flush DPB buffers during stream off

Kamil Debski (4):
      s5p-mfc: Move firmware allocation point to avoid allocation problems
      s5p-mfc: Correct check of vb2_dma_contig_init_ctx return value
      s5p-mfc: Change internal buffer allocation from vb2 ops to dma_alloc_coherent
      s5p-mfc: Context handling in open() bugfix

Sachin Kamat (9):
      s5p-tv: Add missing braces around sizeof in sdo_drv.c
      s5p-tv: Add missing braces around sizeof in mixer_video.c
      s5p-tv: Add missing braces around sizeof in mixer_reg.c
      s5p-tv: Add missing braces around sizeof in mixer_drv.c
      s5p-tv: Add missing braces around sizeof in hdmiphy_drv.c
      s5p-tv: Add missing braces around sizeof in hdmi_drv.c
      s5p-mfc: Remove redundant 'break'
      s5p-mfc: Fix a typo in error message in s5p_mfc_pm.c
      s5p-mfc: Fix an error check

Shaik Ameer Basha (1):
      exynos-gsc: Support dmabuf export buffer

Sylwester Nawrocki (5):
      s5p-fimc: Avoid possible NULL pointer dereference in set_fmt op
      s5p-fimc: Prevent potential buffer overflow
      s5p-fimc: Prevent AB-BA deadlock during links reconfiguration
      s5p-tv: Fix return value in sdo_probe() on error paths
      V4L: Remove deprecated image centering controls

Tomasz Stanislawski (1):
      s5p-tv: mixer: fix handling of VIDIOC_S_FMT

Tony Prisk (3):
      s5p-fimc: Fix incorrect usage of IS_ERR_OR_NULL
      s5p-tv: Fix incorrect usage of IS_ERR_OR_NULL
      s5p-g2d: Fix incorrect usage of IS_ERR_OR_NULL

Wei Yongjun (1):
      s5p-mfc: remove unused variable

 Documentation/DocBook/media/v4l/controls.xml    |   23 ---
 drivers/media/platform/exynos-gsc/gsc-m2m.c     |   12 +-
 drivers/media/platform/s5p-fimc/fimc-capture.c  |   58 +++++--
 drivers/media/platform/s5p-fimc/fimc-lite.c     |    6 +-
 drivers/media/platform/s5p-fimc/fimc-mdevice.c  |  100 +++++-------
 drivers/media/platform/s5p-g2d/g2d.c            |    4 +-
 drivers/media/platform/s5p-mfc/s5p_mfc.c        |  148 ++++++++++++-----
 drivers/media/platform/s5p-mfc/s5p_mfc_common.h |   31 ++--
 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c   |  149 ++++++++---------
 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h   |    3 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c    |   15 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr.c    |   30 ++++
 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h    |    5 +
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c |  197 ++++++++---------------
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |  148 ++++++-----------
 drivers/media/platform/s5p-mfc/s5p_mfc_pm.c     |    2 +-
 drivers/media/platform/s5p-tv/hdmi_drv.c        |   18 +--
 drivers/media/platform/s5p-tv/hdmiphy_drv.c     |    2 +-
 drivers/media/platform/s5p-tv/mixer_drv.c       |   14 +-
 drivers/media/platform/s5p-tv/mixer_reg.c       |    6 +-
 drivers/media/platform/s5p-tv/mixer_video.c     |   22 +--
 drivers/media/platform/s5p-tv/sdo_drv.c         |   29 ++--
 drivers/media/v4l2-core/v4l2-ctrls.c            |    2 -
 include/uapi/linux/v4l2-controls.h              |    4 -
 24 files changed, 503 insertions(+), 525 deletions(-)


Regards,
-- 
Sylwester Nawrocki
Samsung Poland R&D Center

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-01-06 13:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 19:01 [GIT PULL FOR 3.9] Exynos SoC media drivers updates Sylwester Nawrocki
2013-01-04 22:39 ` Sylwester Nawrocki
2013-01-06 11:32   ` Mauro Carvalho Chehab
2013-01-06 12:34     ` Sylwester Nawrocki
2013-01-06 12:41       ` Mauro Carvalho Chehab
2013-01-06 12:53         ` Hans Verkuil
2013-01-06 13:04           ` Mauro Carvalho Chehab
2013-01-06 13:15           ` Sylwester Nawrocki
2013-01-06 13:18             ` Mauro Carvalho Chehab
2013-01-06 12:05   ` Mauro Carvalho Chehab
2013-01-06 12:58     ` Sylwester Nawrocki
2013-01-06 13:17       ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).