[PATCH v5 0/6] Device tree support for Exynos SoC camera subsystem
Sylwester Nawrocki
s.nawrocki at samsung.com
Wed Mar 27 03:39:52 EST 2013
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
More information about the devicetree-discuss
mailing list