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: Mauro Carvalho Chehab <mchehab@redhat.com>
Subject: [GIT PATCHES FOR 3.4] JPEG control class, vb2 and Samsung media driver updates
Date: Wed, 22 Feb 2012 15:31:12 +0100	[thread overview]
Message-ID: <4F44FC30.5020604@samsung.com> (raw)

Hello Mauro,

Please pull the below change set for v3.4 tree. It contains an addition 
of control class for JPEG codecs and the corresponding patches for 
s5p-jpeg and gspca drivers, updates of various Samsung S5P SoC media 
drivers including, among others, adaptations to upcoming common clock API.
There is also a vb2 update adding USERPTR support for devices using
PFN mapped memory.


The following changes since commit a3db60bcf7671cc011ab4f848cbc40ff7ab52c1e:

  [media] xc5000: declare firmware configuration structures as static const (2012-02-14 17:22:46 -0200)

are available in the git repository at:

  git://git.infradead.org/users/kmpark/linux-samsung media-for-next

for you to fetch changes up to fb8883bb822be740a9f7dc7cfbeedb1b0e657f64:

  m5mols: Make subdev name independent of the I2C slave address (2012-02-21 10:20:53 +0100)

----------------------------------------------------------------
Andrzej Pietrasiewicz (1):
      s5p-jpeg: Adapt to new controls

Javier Martin (1):
      media: vb2: support userptr for PFN mappings.

Kamil Debski (3):
      s5p-g2d: Added support for clk_prepare
      s5p-mfc: Added support for clk_prepare
      s5p-g2d: Added locking for writing control values to registers

Sachin Kamat (1):
      s5p-g2d: Add HFLIP and VFLIP support

Sylwester Nawrocki (15):
      V4L: Add JPEG compression control class
      V4L: Add JPEG compression control class documentation
      gspca: zc3xx: Add V4L2_CID_JPEG_COMPRESSION_QUALITY control support
      s5p-jpeg: Use struct v4l2_fh
      s5p-jpeg: Add JPEG controls support
      s5p-fimc: Add driver documentation
      s5p-fimc: convert to clk_prepare()/clk_unprepare()
      s5p-csis: Add explicit dependency on REGULATOR
      s5p-fimc: Convert to the device managed resources
      s5p-fimc: Add support for VIDIOC_PREPARE_BUF/CREATE_BUFS ioctls
      s5p-fimc: Replace the crop ioctls with VIDIOC_S/G_SELECTION
      s5p-csis: Convert to the device managed resources
      s5k6aa: Make subdev name independent of the I2C slave address
      noon010pc30: Make subdev name independent of the I2C slave address
      m5mols: Make subdev name independent of the I2C slave address

 Documentation/DocBook/media/v4l/biblio.xml         |   20 ++
 Documentation/DocBook/media/v4l/compat.xml         |   10 +
 Documentation/DocBook/media/v4l/controls.xml       |  161 ++++++++++++++++
 Documentation/DocBook/media/v4l/v4l2.xml           |    9 +
 .../DocBook/media/v4l/vidioc-g-jpegcomp.xml        |   16 ++-
 Documentation/video4linux/fimc.txt                 |  178 +++++++++++++++++
 drivers/media/video/Kconfig                        |    3 +-
 drivers/media/video/gspca/zc3xx.c                  |   43 +++--
 drivers/media/video/m5mols/m5mols_core.c           |    2 +-
 drivers/media/video/noon010pc30.c                  |    2 +-
 drivers/media/video/s5k6aa.c                       |    2 +-
 drivers/media/video/s5p-fimc/fimc-capture.c        |  121 +++++++++---
 drivers/media/video/s5p-fimc/fimc-core.c           |   85 +++-----
 drivers/media/video/s5p-fimc/fimc-core.h           |    2 -
 drivers/media/video/s5p-fimc/fimc-mdevice.c        |    7 +-
 drivers/media/video/s5p-fimc/mipi-csis.c           |  109 +++++-------
 drivers/media/video/s5p-g2d/g2d-hw.c               |    5 +
 drivers/media/video/s5p-g2d/g2d.c                  |   63 +++++--
 drivers/media/video/s5p-g2d/g2d.h                  |    6 +-
 drivers/media/video/s5p-jpeg/jpeg-core.c           |  199 ++++++++++++++------
 drivers/media/video/s5p-jpeg/jpeg-core.h           |   11 +-
 drivers/media/video/s5p-jpeg/jpeg-hw.h             |   18 +-
 drivers/media/video/s5p-mfc/s5p_mfc_pm.c           |   24 +++-
 drivers/media/video/v4l2-ctrls.c                   |   24 +++
 drivers/media/video/videobuf2-vmalloc.c            |   70 +++++---
 include/linux/videodev2.h                          |   24 +++
 26 files changed, 935 insertions(+), 279 deletions(-)
 create mode 100644 Documentation/video4linux/fimc.txt

Thank you.

---

Regards,
Sylwester

             reply	other threads:[~2012-02-22 14:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-22 14:31 Sylwester Nawrocki [this message]
2012-02-28 17:18 ` [GIT PATCHES FOR 3.4] JPEG control class, vb2 and Samsung media driver updates 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=4F44FC30.5020604@samsung.com \
    --to=s.nawrocki@samsung.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.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.