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 v3.6] Samsung media driver fixes
Date: Wed, 05 Sep 2012 18:12:03 +0200	[thread overview]
Message-ID: <504779D3.7040804@samsung.com> (raw)
In-Reply-To: <5034991F.5040403@samsung.com>

Hi Mauro,

On 08/22/2012 10:32 AM, Sylwester Nawrocki wrote:
> The following changes since commit f9cd49033b349b8be3bb1f01b39eed837853d880:
> 
>   Merge tag 'v3.6-rc1' into staging/for_v3.6 (2012-08-03 22:41:33 -0300)
> 
> are available in the git repository at:
> 
> 
>   git://git.infradead.org/users/kmpark/linux-samsung v4l-fixes
> 
> for you to fetch changes up to 0e59db054e30658c6955d6e27b0a252cef9bfafc:
> 
>   s5p-mfc: Fix second memory bank alignment (2012-08-16 19:12:19 +0200)
> 
> ----------------------------------------------------------------
> Kamil Debski (1):
>       s5p-mfc: Fix second memory bank alignment
> 
> Sylwester Nawrocki (7):
>       s5p-fimc: Enable FIMC-LITE driver only for SOC_EXYNOS4x12
>       s5p-fimc: Don't allocate fimc-lite video device structure dynamically
>       s5p-fimc: Don't allocate fimc-capture video device dynamically
>       s5p-fimc: Don't allocate fimc-m2m video device dynamically
>       m5mols: Add missing free_irq() on error path
>       m5mols: Fix cast warnings from m5mols_[set/get]_ctrl_mode
>       s5p-fimc: Fix setup of initial links to FIMC entities

I've added 2 more patches to this series:


The following changes since commit f9cd49033b349b8be3bb1f01b39eed837853d880:

  Merge tag 'v3.6-rc1' into staging/for_v3.6 (2012-08-03 22:41:33 -0300)

are available in the git repository at:


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

for you to fetch changes up to 06ed4e72ce30ef7d15ef2de7e15ed47107d05ded:

  s5p-fimc: fimc-lite: Propagate frame format on the subdev (2012-09-05 15:21:33 +0200)

----------------------------------------------------------------
Kamil Debski (1):
      s5p-mfc: Fix second memory bank alignment

Sylwester Nawrocki (9):
      s5p-fimc: Enable FIMC-LITE driver only for SOC_EXYNOS4x12
      s5p-fimc: Don't allocate fimc-lite video device structure dynamically
      s5p-fimc: Don't allocate fimc-capture video device dynamically
      s5p-fimc: Don't allocate fimc-m2m video device dynamically
      m5mols: Add missing free_irq() on error path
      m5mols: Fix cast warnings from m5mols_[set/get]_ctrl_mode
      s5p-fimc: Fix setup of initial links to FIMC entities
      s5p-fimc: fimc-lite: Correct Bayer pixel format definitions
      s5p-fimc: fimc-lite: Propagate frame format on the subdev

 drivers/media/video/m5mols/m5mols.h          |  4 ++--
 drivers/media/video/m5mols/m5mols_controls.c |  4 ++--
 drivers/media/video/m5mols/m5mols_core.c     |  4 +++-
 drivers/media/video/s5p-fimc/Kconfig         |  2 +-
 drivers/media/video/s5p-fimc/fimc-capture.c  | 31 ++++++++-----------
 drivers/media/video/s5p-fimc/fimc-core.h     |  4 ++--
 drivers/media/video/s5p-fimc/fimc-lite-reg.c |  8 ++++----
 drivers/media/video/s5p-fimc/fimc-lite.c     | 49 ++++++++++++++---------------
 drivers/media/video/s5p-fimc/fimc-lite.h     |  2 +-
 drivers/media/video/s5p-fimc/fimc-m2m.c      | 40 +++++++++---------------
 drivers/media/video/s5p-fimc/fimc-mdevice.c  |  9 ++++++---
 drivers/media/video/s5p-fimc/fimc-mdevice.h  |  6 ++----
 drivers/media/video/s5p-fimc/fimc-reg.c      |  6 +++---
 drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c   |  2 +-
 14 files changed, 73 insertions(+), 98 deletions(-)

>  drivers/media/video/m5mols/m5mols.h          |  4 +--
>  drivers/media/video/m5mols/m5mols_controls.c |  4 +--
>  drivers/media/video/m5mols/m5mols_core.c     |  4 ++-
>  drivers/media/video/s5p-fimc/Kconfig         |  2 +-
>  drivers/media/video/s5p-fimc/fimc-capture.c  | 31 +++++++-----------
>  drivers/media/video/s5p-fimc/fimc-core.h     |  4 +--
>  drivers/media/video/s5p-fimc/fimc-lite-reg.c |  2 +-
>  drivers/media/video/s5p-fimc/fimc-lite.c     | 42 ++++++++++---------------
>  drivers/media/video/s5p-fimc/fimc-lite.h     |  2 +-
>  drivers/media/video/s5p-fimc/fimc-m2m.c      | 40 ++++++++---------------
>  drivers/media/video/s5p-fimc/fimc-mdevice.c  |  9 ++++--
>  drivers/media/video/s5p-fimc/fimc-mdevice.h  |  6 ++--
>  drivers/media/video/s5p-fimc/fimc-reg.c      |  6 ++--
>  drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c   |  2 +-
>  14 files changed, 65 insertions(+), 93 deletions(-)
 
--

Thanks,
Sylwester

  reply	other threads:[~2012-09-05 16:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-22  8:32 [GIT PATCHES FOR v3.6] Samsung media driver fixes Sylwester Nawrocki
2012-09-05 16:12 ` Sylwester Nawrocki [this message]
2012-10-01  9:52 ` Sylwester Nawrocki
2012-10-01 11:50   ` Antti Palosaari
2012-10-01 13:35     ` Mauro Carvalho Chehab
2012-10-01 14:05       ` Ezequiel Garcia
2012-10-01 14:28         ` Hans Verkuil
2012-10-01 14:44           ` Sylwester Nawrocki
2012-10-01 14:48             ` Ezequiel Garcia

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=504779D3.7040804@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.