omap4_camera.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. OMAP4 ISS Driver
  2. ================
  3. Author: Sergio Aguirre <sergio.a.aguirre@gmail.com>
  4. Copyright (C) 2012, Texas Instruments
  5. Introduction
  6. ------------
  7. The OMAP44XX family of chips contains the Imaging SubSystem (a.k.a. ISS),
  8. Which contains several components that can be categorized in 3 big groups:
  9. - Interfaces (2 Interfaces: CSI2-A & CSI2-B/CCP2)
  10. - ISP (Image Signal Processor)
  11. - SIMCOP (Still Image Coprocessor)
  12. For more information, please look in [#f1]_ for latest version of:
  13. "OMAP4430 Multimedia Device Silicon Revision 2.x"
  14. As of Revision AB, the ISS is described in detail in section 8.
  15. This driver is supporting **only** the CSI2-A/B interfaces for now.
  16. It makes use of the Media Controller framework [#f2]_, and inherited most of the
  17. code from OMAP3 ISP driver (found under drivers/media/platform/omap3isp/\*),
  18. except that it doesn't need an IOMMU now for ISS buffers memory mapping.
  19. Supports usage of MMAP buffers only (for now).
  20. Tested platforms
  21. ----------------
  22. - OMAP4430SDP, w/ ES2.1 GP & SEVM4430-CAM-V1-0 (Contains IMX060 & OV5640, in
  23. which only the last one is supported, outputting YUV422 frames).
  24. - TI Blaze MDP, w/ OMAP4430 ES2.2 EMU (Contains 1 IMX060 & 2 OV5650 sensors, in
  25. which only the OV5650 are supported, outputting RAW10 frames).
  26. - PandaBoard, Rev. A2, w/ OMAP4430 ES2.1 GP & OV adapter board, tested with
  27. following sensors:
  28. * OV5640
  29. * OV5650
  30. - Tested on mainline kernel:
  31. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=summary
  32. Tag: v3.3 (commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7)
  33. File list
  34. ---------
  35. drivers/staging/media/omap4iss/
  36. include/linux/platform_data/media/omap4iss.h
  37. References
  38. ----------
  39. .. [#f1] http://focus.ti.com/general/docs/wtbu/wtbudocumentcenter.tsp?navigationId=12037&templateId=6123#62
  40. .. [#f2] http://lwn.net/Articles/420485/