LWN.net Logo

[ARM] Add Samsung S5P camera interface driver

From:  Sylwester Nawrocki <s.nawrocki@samsung.com>
To:  linux-media@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject:  [PATCH/RFC v1 0/3] [ARM] Add Samsung S5P camera interface driver
Date:  Mon, 19 Apr 2010 12:29:57 +0200
Cc:  p.osciak@samsung.com, kyungmin.park@samsung.com, m.szyprowski@samsung.com
Archive-link:  Article, Thread

Hello

The following  patch series is a camera interface driver for the Samsung S5PC100 and S5PV210 SoCs.
The camera interface in these chips can operate in three modes:
- ITU-R or MIPI camera capture mode
- Memory to memory mode enabling color format conversion, scaling, flipping and rotation,
- LCD FIFO mode where it can be configured to transfer image data from memory to LCD controller, 
  through its direct FIFO channel to LCD controller; this allows to lower main data bus 
  bandwidth and memory requirements.

There is no designated memory for FIMC device (it shares the system memory) and it requires 
physically contiguous buffers.
We are planning  to use separate video nodes, each supporting one of the aforementioned features.

The following patches implement memory to memory mode and require the memory to memory device framework
posted by Pawel Osciak. Also in some use cases like video stream encoding, where FIMC acts as video 
postprocessor, non contiguous multi-planar buffers, as discussed in this thread
http://www.mail-archive.com/linux-media@vger.kernel.org/m...
would be needed. To simplify things a bit, I did not add a code related to non contiguous multi-planar 
formats in the following patches. 

Any comments and suggestions are really appreciated.

This series contains:

[PATCH v1 1/3] ARM: S5P: Add FIMC driver platform helpers
[PATCH v1 2/3] ARM: S5PC100: Add FIMC driver platform helpers
[PATCH v1 3/3] ARM: S5P: Add Camera interface (video postprocessor) driver


Regards,
--
Sylwester Nawrocki
SPRC,
Linux Platform Group

Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds