All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: LMML <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR 3.16] exynos4-is driver cleanup
Date: Wed, 21 May 2014 11:39:05 +0200	[thread overview]
Message-ID: <537C7439.6080507@samsung.com> (raw)

Hi Mauro,

This two patches is the exynos4-is driver cleanup, i.e. removing unused
code to support non-dt platforms. One of the patches touches arch/arm and
it has been acked by Mr. Kim.
Please note this branch includes two patches from my previous pull request
[1], which I hoped to be merged for 3.15.

[1] https://patchwork.linuxtv.org/patch/23891/

The following changes since commit 491a5efdef074fac14b99e2c85d2fe7a08f9e73d:

  exynos4-is: Free FIMC-IS CPU memory only when allocated (2014-05-21 11:22:04 +0200)

are available in the git repository at:

  git://linuxtv.org/snawrocki/samsung.git for-v3.16-2

for you to fetch changes up to f7c0dfda8531ed4236a5c716b4c044e85f1ec3d0:

  exynos4-is: Remove support for non-dt platforms (2014-05-21 11:22:27 +0200)

----------------------------------------------------------------
Sylwester Nawrocki (2):
      ARM: S5PV210: Remove camera support from mach-goni.c
      exynos4-is: Remove support for non-dt platforms

 Documentation/video4linux/fimc.txt                 |   30 --
 MAINTAINERS                                        |    1 -
 arch/arm/mach-s5pv210/mach-goni.c                  |   51 ---
 drivers/media/platform/exynos4-is/Kconfig          |    3 +-
 drivers/media/platform/exynos4-is/common.c         |    2 +-
 drivers/media/platform/exynos4-is/fimc-core.h      |    2 +-
 drivers/media/platform/exynos4-is/fimc-isp-video.c |    2 +-
 drivers/media/platform/exynos4-is/fimc-isp.h       |    2 +-
 drivers/media/platform/exynos4-is/fimc-lite-reg.c  |    2 +-
 drivers/media/platform/exynos4-is/fimc-lite.c      |    2 +-
 drivers/media/platform/exynos4-is/fimc-lite.h      |    2 +-
 drivers/media/platform/exynos4-is/fimc-reg.c       |    2 +-
 drivers/media/platform/exynos4-is/media-dev.c      |  329 ++------------------
 drivers/media/platform/exynos4-is/media-dev.h      |    6 +-
 drivers/media/platform/exynos4-is/mipi-csis.c      |   43 +--
 include/linux/platform_data/mipi-csis.h            |   28 --
 include/media/{s5p_fimc.h => exynos-fimc.h}        |   21 --
 17 files changed, 50 insertions(+), 478 deletions(-)
 delete mode 100644 include/linux/platform_data/mipi-csis.h
 rename include/media/{s5p_fimc.h => exynos-fimc.h} (87%)

--
Regards,
Sylwester

                 reply	other threads:[~2014-05-21  9:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=537C7439.6080507@samsung.com \
    --to=s.nawrocki@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.