All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Cc: Shaik Ameer Basha <shaik.ameer@samsung.com>,
	Sungchun Kang <sungchun.kang@samsung.com>,
	"Seung-Woo Kim/Mobile S/W Platform Lab(DMC)/E4"
	<sw0312.kim@samsung.com>,
	Kyungmin Park <kyungmin.park@samsung.com>
Subject: [GIT PATCHES FOR v3.7] V4L: Exynos5 SoC GScaler driver
Date: Wed, 22 Aug 2012 17:31:51 +0200	[thread overview]
Message-ID: <5034FB67.5060401@samsung.com> (raw)

Hi Mauro,


The following changes since commit 01b0c11a1ba49ac96f58b7bc92772c2b469d6caa:

  [media] Kconfig: Fix b2c2 common code selection (2012-08-21 08:38:31 -0300)

are available in the git repository at:

  git://git.infradead.org/users/kmpark/linux-samsung v4l-exynos-gsc

for you to fetch changes up to 231560807f44daf9d1c2913e749c8a8609fc3c66:

  gscaler: Add Makefile for G-Scaler Driver (2012-08-22 10:36:49 +0200)


This is a mem-to-mem driver for Exynos5 SoC series GScaler devices
and an addition of multi-planar YVU420 fourcc.

----------------------------------------------------------------
Shaik Ameer Basha (2):
      v4l: Add new YVU420 multi planar fourcc definition
      gscaler: Add Makefile for G-Scaler Driver

Sungchun Kang (3):
      gscaler: Add new driver for generic scaler
      gscaler: Add core functionality for the G-Scaler driver
      gscaler: Add m2m functionality for the G-Scaler driver

 Documentation/DocBook/media/v4l/pixfmt-yvu420m.xml |  154 ++++
 Documentation/DocBook/media/v4l/pixfmt.xml         |    1 +
 drivers/media/platform/Kconfig                     |    8 +
 drivers/media/platform/Makefile                    |    1 +
 drivers/media/platform/exynos-gsc/gsc-core.c       | 1253
++++++++++++++++++++++++++++++
 drivers/media/platform/exynos-gsc/gsc-core.h       |  527 +++++++++++++
 drivers/media/platform/exynos-gsc/gsc-m2m.c        |  771 ++++++++++++++++++
 drivers/media/platform/exynos-gsc/gsc-regs.c       |  425 ++++++++++
 drivers/media/platform/exynos-gsc/gsc-regs.h       |  172 ++++
 include/linux/videodev2.h                          |    1 +
 10 files changed, 3313 insertions(+)
 create mode 100644 Documentation/DocBook/media/v4l/pixfmt-yvu420m.xml
 create mode 100644 drivers/media/platform/exynos-gsc/gsc-core.c
 create mode 100644 drivers/media/platform/exynos-gsc/gsc-core.h
 create mode 100644 drivers/media/platform/exynos-gsc/gsc-m2m.c
 create mode 100644 drivers/media/platform/exynos-gsc/gsc-regs.c
 create mode 100644 drivers/media/platform/exynos-gsc/gsc-regs.h

---

Regards,
Sylwester

             reply	other threads:[~2012-08-22 15:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-22 15:31 Sylwester Nawrocki [this message]
2012-09-15 15:35 ` [GIT PATCHES FOR v3.7] V4L: Exynos5 SoC GScaler driver Mauro Carvalho Chehab
2012-09-15 16:33   ` [PATCH] exynos-gsc: Add missing Makefile Sylwester Nawrocki

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=5034FB67.5060401@samsung.com \
    --to=s.nawrocki@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-media@vger.kernel.org \
    --cc=shaik.ameer@samsung.com \
    --cc=sungchun.kang@samsung.com \
    --cc=sw0312.kim@samsung.com \
    /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.