All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: LMML <linux-media@vger.kernel.org>
Subject: [GIT PULL] Samsung media drivers update
Date: Tue, 11 Mar 2014 19:43:46 +0100	[thread overview]
Message-ID: <531F5962.3060009@samsung.com> (raw)

Hi Mauro,

The following changes since commit 0d49e7761173520ff02cec6f11d581f8ebca764d:

  drx-j: Fix post-BER calculus on QAM modulation (2014-03-11 07:43:54 -0300)

are available in the git repository at:

  git://linuxtv.org/snawrocki/samsung.git for-v3.15

for you to fetch changes up to 431c29861868255e1d84cd34cf48e48547831ff9:

  s5p-fimc: Remove reference to outdated macro (2014-03-11 17:58:17 +0100)

This includes device tree support for Samsung S5C73M3 camera, separate subdev 
driver for S56K6A3 image sensor, related update of the Exynos4 camera subsystem
DT bindings and v4l2-asyc API support at the driver, a FIMC-IS ISP sub-IP
capture DMA driver and some minor s5p-* driver cleanups.

----------------------------------------------------------------
Jacek Anaszewski (1):
      s5p-jpeg: Fix broken indentation in jpeg-regs.h

Paul Bolle (1):
      s5p-fimc: Remove reference to outdated macro

Sylwester Nawrocki (9):
      Documentation: dt: Add binding documentation for S5K6A3 image sensor
      Documentation: dt: Add binding documentation for S5C73M3 camera
      Documentation: devicetree: Update Samsung FIMC DT binding
      V4L: Add driver for s5k6a3 image sensor
      V4L: s5c73m3: Add device tree support
      exynos4-is: Use external s5k6a3 sensor driver
      exynos4-is: Add clock provider for the SCLK_CAM clock outputs
      exynos4-is: Add support for asynchronous subdevices registration
      exynos4-is: Add the FIMC-IS ISP capture DMA driver

 .../devicetree/bindings/media/samsung-fimc.txt     |   44 +-
 .../devicetree/bindings/media/samsung-s5c73m3.txt  |   97 +++
 .../devicetree/bindings/media/samsung-s5k6a3.txt   |   33 +
 Documentation/video4linux/fimc.txt                 |    5 +-
 drivers/media/i2c/Kconfig                          |    8 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/s5c73m3/s5c73m3-core.c           |  207 ++++--
 drivers/media/i2c/s5c73m3/s5c73m3-spi.c            |    6 +
 drivers/media/i2c/s5c73m3/s5c73m3.h                |    4 +
 drivers/media/i2c/s5k6a3.c                         |  389 ++++++++++++
 drivers/media/platform/exynos4-is/Kconfig          |    9 +
 drivers/media/platform/exynos4-is/Makefile         |    4 +
 drivers/media/platform/exynos4-is/fimc-is-param.c  |    2 +-
 drivers/media/platform/exynos4-is/fimc-is-param.h  |    5 +
 drivers/media/platform/exynos4-is/fimc-is-regs.c   |   16 +-
 drivers/media/platform/exynos4-is/fimc-is-regs.h   |    1 +
 drivers/media/platform/exynos4-is/fimc-is-sensor.c |  285 +--------
 drivers/media/platform/exynos4-is/fimc-is-sensor.h |   49 +-
 drivers/media/platform/exynos4-is/fimc-is.c        |   98 ++-
 drivers/media/platform/exynos4-is/fimc-is.h        |    9 +-
 drivers/media/platform/exynos4-is/fimc-isp-video.c |  660 ++++++++++++++++++++
 drivers/media/platform/exynos4-is/fimc-isp-video.h |   44 ++
 drivers/media/platform/exynos4-is/fimc-isp.c       |   29 +-
 drivers/media/platform/exynos4-is/fimc-isp.h       |   27 +-
 drivers/media/platform/exynos4-is/media-dev.c      |  363 ++++++++---
 drivers/media/platform/exynos4-is/media-dev.h      |   32 +-
 drivers/media/platform/s5p-jpeg/jpeg-regs.h        |   24 +-
 27 files changed, 1886 insertions(+), 565 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/samsung-s5c73m3.txt
 create mode 100644 Documentation/devicetree/bindings/media/samsung-s5k6a3.txt
 create mode 100644 drivers/media/i2c/s5k6a3.c
 create mode 100644 drivers/media/platform/exynos4-is/fimc-isp-video.c
 create mode 100644 drivers/media/platform/exynos4-is/fimc-isp-video.h

--
Thanks,
Sylwester

                 reply	other threads:[~2014-03-11 18:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=531F5962.3060009@samsung.com \
    --to=s.nawrocki@samsung.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.