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: Re: [GIT PATCHES FOR 3.4] JPEG control class, vb2 and Samsung media driver updates
Date: Tue, 28 Feb 2012 18:18:58 +0100	[thread overview]
Message-ID: <4F4D0C82.8080803@samsung.com> (raw)
In-Reply-To: <4F44FC30.5020604@samsung.com>

Hi Mauro,

On 02/22/2012 03:31 PM, Sylwester Nawrocki wrote:
> 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)

I have updated this pull request as the gspca patch needs rebasing. Please
ignore the above and pull instead:

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 d5294f629dcc0fd3efb12fa757c00204bdb16a60:

  m5mols: Make subdev name independent of the I2C slave address (2012-02-28
12:06:08 +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 (14):
      V4L: Add JPEG compression control class
      V4L: Add JPEG compression control class documentation
      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/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 +++
 25 files changed, 906 insertions(+), 265 deletions(-)
 create mode 100644 Documentation/video4linux/fimc.txt


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

      reply	other threads:[~2012-02-28 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-22 14:31 [GIT PATCHES FOR 3.4] JPEG control class, vb2 and Samsung media driver updates Sylwester Nawrocki
2012-02-28 17:18 ` Sylwester Nawrocki [this message]

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=4F4D0C82.8080803@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.