All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <m.chehab@samsung.com>
To: Kamil Debski <k.debski@samsung.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [GIT PULL for v3.14] mem2mem patches
Date: Thu, 02 Jan 2014 18:49:37 -0200	[thread overview]
Message-ID: <20140102184937.0837e4a0@samsung.com> (raw)
In-Reply-To: <014501cf008e$364ee590$a2ecb0b0$%debski@samsung.com>

Em Tue, 24 Dec 2013 10:55:00 +0100
Kamil Debski <k.debski@samsung.com> escreveu:

> The following changes since commit 7d459937dc09bb8e448d9985ec4623779427d8a5:
> 
>   [media] Add driver for Samsung S5K5BAF camera sensor (2013-12-21 07:01:36
> -0200)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/kdebski/media.git master
> 
> for you to fetch changes up to 0f6616ebb7a04219ad7aa84dd9ff9c7ac9323529:
> 
>   s5p-mfc: Add controls to set vp8 enc profile (2013-12-24 10:37:27 +0100)
> 
> ----------------------------------------------------------------
> Arun Kumar K (1):
>       s5p-mfc: Add QP setting support for vp8 encoder
> 
> Kiran AVND (1):
>       s5p-mfc: Add controls to set vp8 enc profile
> 
> Marek Szyprowski (1):
>       media: s5p_mfc: remove s5p_mfc_get_node_type() function
> 
> Shaik Ameer Basha (4):
>       exynos-scaler: Add new driver for Exynos5 SCALER
>       exynos-scaler: Add core functionality for the SCALER driver
>       exynos-scaler: Add m2m functionality for the SCALER driver

>       exynos-scaler: Add DT bindings for SCALER driver

This one is missing DT maintainer's ack.

> 
>  Documentation/DocBook/media/v4l/controls.xml       |   41 +
>  .../devicetree/bindings/media/exynos5-scaler.txt   |   22 +
>  drivers/media/platform/Kconfig                     |    8 +
>  drivers/media/platform/Makefile                    |    1 +
>  drivers/media/platform/exynos-scaler/Makefile      |    3 +
>  drivers/media/platform/exynos-scaler/scaler-m2m.c  |  787 +++++++++++++
>  drivers/media/platform/exynos-scaler/scaler-regs.c |  336 ++++++
>  drivers/media/platform/exynos-scaler/scaler-regs.h |  331 ++++++
>  drivers/media/platform/exynos-scaler/scaler.c      | 1238
> ++++++++++++++++++++
>  drivers/media/platform/exynos-scaler/scaler.h      |  375 ++++++
>  drivers/media/platform/s5p-mfc/s5p_mfc.c           |   28 +-
>  drivers/media/platform/s5p-mfc/s5p_mfc_common.h    |   14 +-
>  drivers/media/platform/s5p-mfc/s5p_mfc_enc.c       |   55 +
>  drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c    |   26 +-
>  drivers/media/v4l2-core/v4l2-ctrls.c               |    5 +
>  include/uapi/linux/v4l2-controls.h                 |    5 +
>  16 files changed, 3241 insertions(+), 34 deletions(-)
>  create mode 100644
> Documentation/devicetree/bindings/media/exynos5-scaler.txt
>  create mode 100644 drivers/media/platform/exynos-scaler/Makefile
>  create mode 100644 drivers/media/platform/exynos-scaler/scaler-m2m.c
>  create mode 100644 drivers/media/platform/exynos-scaler/scaler-regs.c
>  create mode 100644 drivers/media/platform/exynos-scaler/scaler-regs.h
>  create mode 100644 drivers/media/platform/exynos-scaler/scaler.c
>  create mode 100644 drivers/media/platform/exynos-scaler/scaler.h
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


-- 

Cheers,
Mauro

  reply	other threads:[~2014-01-02 20:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-24  9:55 [GIT PULL for v3.14] mem2mem patches Kamil Debski
2014-01-02 20:49 ` Mauro Carvalho Chehab [this message]
2014-01-08 11:52   ` Kamil Debski

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=20140102184937.0837e4a0@samsung.com \
    --to=m.chehab@samsung.com \
    --cc=k.debski@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.