linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/6] Device tree support for Exynos SoC camera subsystem
@ 2013-03-26 16:39 Sylwester Nawrocki
  2013-03-26 16:39 ` [PATCH v5 1/6] s5p-csis: Add device tree support Sylwester Nawrocki
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sylwester Nawrocki @ 2013-03-26 16:39 UTC (permalink / raw)
  To: linux-media
  Cc: kyungmin.park, myungjoo.ham, dh09.lee, shaik.samsung, arun.kk,
	a.hajda, linux-samsung-soc, devicetree-discuss,
	Sylwester Nawrocki

Changes in this iteration include mostly adaptation to changes at the
V4L2 OF parser lib and an addition of clocks/clock-names properties
in the bindings of the IP blocks.

If there is no more comments I intend to send a pull request including
the DT bindings documentation, the V4L2 OF parser and these patches at
end of this week.

This patch series with all dependencies can be found at:
http://git.linuxtv.org/snawrocki/samsung.git/devicetree-fimc-v5

Sylwester Nawrocki (6):
  s5p-csis: Add device tree support
  s5p-fimc: Add device tree support for FIMC device driver
  s5p-fimc: Add device tree support for FIMC-LITE device driver
  s5p-fimc: Add device tree support for the media device driver
  s5p-fimc: Add device tree based sensors registration
  s5p-fimc: Use pinctrl API for camera ports configuration

 .../devicetree/bindings/media/exynos-fimc-lite.txt |   14 +
 .../devicetree/bindings/media/samsung-fimc.txt     |  200 +++++++++++
 .../bindings/media/samsung-mipi-csis.txt           |   81 +++++
 drivers/media/platform/s5p-fimc/fimc-capture.c     |    6 +-
 drivers/media/platform/s5p-fimc/fimc-core.c        |  239 +++++++------
 drivers/media/platform/s5p-fimc/fimc-core.h        |   21 +-
 drivers/media/platform/s5p-fimc/fimc-lite.c        |   63 +++-
 drivers/media/platform/s5p-fimc/fimc-m2m.c         |    2 +-
 drivers/media/platform/s5p-fimc/fimc-mdevice.c     |  370 +++++++++++++++++---
 drivers/media/platform/s5p-fimc/fimc-mdevice.h     |   16 +
 drivers/media/platform/s5p-fimc/fimc-reg.c         |    6 +-
 drivers/media/platform/s5p-fimc/mipi-csis.c        |  155 ++++++--
 drivers/media/platform/s5p-fimc/mipi-csis.h        |    1 +
 include/media/s5p_fimc.h                           |   17 +
 14 files changed, 982 insertions(+), 209 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/exynos-fimc-lite.txt
 create mode 100644 Documentation/devicetree/bindings/media/samsung-fimc.txt
 create mode 100644 Documentation/devicetree/bindings/media/samsung-mipi-csis.txt

--
1.7.9.5


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-03-26 16:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 16:39 [PATCH v5 0/6] Device tree support for Exynos SoC camera subsystem Sylwester Nawrocki
2013-03-26 16:39 ` [PATCH v5 1/6] s5p-csis: Add device tree support Sylwester Nawrocki
2013-03-26 16:39 ` [PATCH v5 2/6] s5p-fimc: Add device tree support for FIMC device driver Sylwester Nawrocki
2013-03-26 16:39 ` [PATCH v5 3/6] s5p-fimc: Add device tree support for FIMC-LITE " Sylwester Nawrocki
2013-03-26 16:39 ` [PATCH v5 4/6] s5p-fimc: Add device tree support for the media " Sylwester Nawrocki
2013-03-26 16:39 ` [PATCH v5 5/6] s5p-fimc: Add device tree based sensors registration Sylwester Nawrocki
2013-03-26 16:39 ` [PATCH v5 6/6] s5p-fimc: Use pinctrl API for camera ports configuration Sylwester Nawrocki
2013-03-26 16:51 ` [PATCH v5 0/6] Device tree support for Exynos SoC camera subsystem Sylwester Nawrocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).