[PATCH/RFC v1 0/3] [ARM] Add Samsung S5P camera interface driver
Sylwester Nawrocki
s.nawrocki at samsung.com
Mon Apr 19 06:29:57 EDT 2010
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/msg15850.html
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
More information about the linux-arm-kernel
mailing list