1. 27ffaeb [media] platform: Make use of media_bus_format enum by Boris BREZILLON · 10 years ago
  2. 11b4c17 [media] omap3isp: use true/false for boolean vars by Mauro Carvalho Chehab · 10 years ago
  3. cd73bb6 [media] omap3isp: resizer: Protect against races when updating crop by Laurent Pinchart · 10 years ago
  4. d903a0a [media] omap3isp: resizer: Remove slow debugging message from interrupt handler by Laurent Pinchart · 10 years ago
  5. 41316a2 [media] omap3isp: resizer: Remove needless variable initializations by Laurent Pinchart · 10 years ago
  6. ca84ea4 [media] omap3isp: ccdc: Restart the CCDC immediately after an underrun in BT.656 by Laurent Pinchart · 10 years ago
  7. 0b3fcd5 [media] omap3isp: ccdc: Don't timeout on stream off when the CCDC is stopped by Laurent Pinchart · 10 years ago
  8. 9345652 [media] omap3isp: ccdc: Fix freeze when a short frame is received by Laurent Pinchart · 10 years ago
  9. fd93c10 [media] omap3isp: ccdc: Increment the frame number at VD0 time for BT.656 by Laurent Pinchart · 10 years ago
  10. 1c74817 [media] omap3isp: ccdc: Simplify ccdc_lsc_is_configured() by Laurent Pinchart · 10 years ago
  11. 8815392 [media] omap3isp: ccdc: Rename __ccdc_handle_stopping to ccdc_handle_stopping by Laurent Pinchart · 10 years ago
  12. 93d7bad [media] omap3isp: ccdc: Only complete buffer when all fields are captured by Laurent Pinchart · 10 years ago
  13. aec2de0 [media] omap3isp: ccdc: Disable the video port when unused by Laurent Pinchart · 10 years ago
  14. 9de7af4 [media] omap3isp: ccdc: Add support for BT.656 YUV format at the CCDC input by Laurent Pinchart · 10 years ago
  15. bcb4e0e [media] omap3isp: ccdc: Support the interlaced field orders at the CCDC output by Laurent Pinchart · 10 years ago
  16. 9a36d8e [media] omap3isp: ccdc: Add basic support for interlaced video by Laurent Pinchart · 10 years ago
  17. 0a7b1a0 [media] omap3isp: ccdc: Simplify the ccdc_isr_buffer() function by Laurent Pinchart · 10 years ago
  18. 2e8f017 [media] omap3isp: ccdc: Simplify the configuration function by Laurent Pinchart · 10 years ago
  19. f7abbe9 [media] omap3isp: video: Validate the video node field order by Laurent Pinchart · 10 years ago
  20. 48a8a0c [media] omap3isp: Default to progressive field order when setting the format by Laurent Pinchart · 10 years ago
  21. 25c5cc9 [media] omap3isp: Move non-critical code out of the mutex-protected section by Laurent Pinchart · 10 years ago
  22. 9884a95 [media] omap3isp: Remove boilerplate disclaimer and FSF address by Laurent Pinchart · 10 years ago
  23. eb228e8 [media] omap3isp: Don't ignore subdev streamoff failures by Laurent Pinchart · 10 years ago
  24. 21d8582 [media] omap3isp: Rename isp_buffer isp_addr field to dma by Laurent Pinchart · 10 years ago
  25. fbac140 [media] omap3isp: Move to videobuf2 by Laurent Pinchart · 10 years ago
  26. 0834449 [media] omap3isp: Cancel all queued buffers when stopping the video stream by Laurent Pinchart · 10 years ago
  27. eb2c00d [media] omap3isp: Move buffer irqlist to isp_buffer structure by Laurent Pinchart · 10 years ago
  28. e8feb87 [media] omap3isp: Move queue irqlock to isp_video structure by Laurent Pinchart · 10 years ago
  29. 988d54c [media] omap3isp: Move queue mutex to isp_video structure by Laurent Pinchart · 10 years ago
  30. 1e345d4 [media] omap3isp: queue: Don't build scatterlist for kernel buffer by Laurent Pinchart · 10 years ago
  31. 2a0a547 [media] omap3isp: Use the ARM DMA IOMMU-aware operations by Laurent Pinchart · 11 years ago
  32. 9a8c7ff [media] omap3isp: queue: Use sg_alloc_table_from_pages() by Laurent Pinchart · 10 years ago
  33. 49ac369 [media] omap3isp: queue: Map PFNMAP buffers to device by Laurent Pinchart · 10 years ago
  34. b8d6428 [media] omap3isp: queue: Fix the dma_map_sg() return value check by Laurent Pinchart · 10 years ago
  35. 7f5036d [media] omap3isp: queue: Allocate kernel buffers with dma_alloc_coherent by Laurent Pinchart · 10 years ago
  36. d13f19f [media] omap3isp: queue: Inline the ispmmu_v(un)map functions by Laurent Pinchart · 11 years ago
  37. 8271601 [media] omap3isp: queue: Merge the prepare and sglist functions by Laurent Pinchart · 11 years ago
  38. 73c1ea4 [media] omap3isp: queue: Use sg_table structure by Laurent Pinchart · 11 years ago
  39. 9000427 [media] omap3isp: queue: Move IOMMU handling code to the queue by Laurent Pinchart · 11 years ago
  40. 2a6dc96 [media] omap3isp: video: Set the buffer bytesused field at completion time by Laurent Pinchart · 11 years ago
  41. c60e153 [media] omap3isp: ccdc: Use the DMA API for FPC by Laurent Pinchart · 11 years ago
  42. d33186d [media] omap3isp: ccdc: Use the DMA API for LSC by Laurent Pinchart · 11 years ago
  43. 0e24e90 [media] omap3isp: stat: Use the DMA API by Laurent Pinchart · 11 years ago
  44. 84ac0f0 [media] omap3isp: stat: Store sg table in ispstat_buffer by Laurent Pinchart · 11 years ago
  45. cbde9e9 [media] omap3isp: stat: Merge dma_addr and iommu_addr fields by Laurent Pinchart · 11 years ago
  46. 4d4c00d [media] omap3isp: stat: Share common code for buffer allocation by Laurent Pinchart · 11 years ago
  47. 5126986 [media] omap3isp: stat: Remove impossible WARN_ON by Laurent Pinchart · 11 years ago
  48. 63746b5 [media] omap3isp: stat: Rename IS_COHERENT_BUF to ISP_STAT_USES_DMAENGINE by Laurent Pinchart · 11 years ago
  49. 1e9c4d4 [media] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr() by Peter Meerwald · 10 years ago
  50. 872aba5 [media] omap3isp: Rename the variable names in description by Lad, Prabhakar · 10 years ago
  51. fdf7bbe [media] omap3isp: ispccdc: Remove unwanted comments by Lad, Prabhakar · 10 years ago
  52. 25aeb41 [media] omap3isp: Fix typos by Lad, Prabhakar · 10 years ago
  53. 7c486c0 [media] omap3isp: Don't ignore failure to locate external subdev by Laurent Pinchart · 10 years ago
  54. 4b2f1ed [media] omap3isp: Don't try to locate external subdev for mem-to-mem pipelines by Laurent Pinchart · 10 years ago
  55. 8b57b96 [media] omap3isp: preview: Fix the crop margins by Florian Vaussard · 11 years ago
  56. 9554b7d [media] omap3isp: ccdc: Don't hang when the SBL fails to become idle by Laurent Pinchart · 11 years ago
  57. 112eee0 [media] omap3isp: Refactor modules stop failure handling by Laurent Pinchart · 11 years ago
  58. 661112c [media] omap3isp: Cancel streaming when a fatal error occurs by Laurent Pinchart · 11 years ago
  59. 792e8ec [media] omap3isp: Fix buffer flags handling when querying buffer by Laurent Pinchart · 11 years ago
  60. fd8308b [media] omap3isp: Use devm_ioremap_resource() by Laurent Pinchart · 11 years ago
  61. f8e2ff2 [media] omap3isp: Modify clocks registration to avoid circular references by Sylwester Nawrocki · 11 years ago
  62. 675722b Merge branch 'upstream-fixes' into patchwork by Mauro Carvalho Chehab · 11 years ago
  63. f58c91c [media] media_tree: Fix spelling errors by Jonathan McCrohan · 11 years ago
  64. 5264682 [media] v4l: omap3isp: Don't check for missing get_fmt op on remote subdev by Laurent Pinchart · 11 years ago
  65. 2e1ab9c [media] omap3isp: Add resizer data rate configuration to resizer_link_validate by Sakari Ailus · 11 years ago
  66. 8dad936 [media] omap3isp: Mark which pads must connect by Sakari Ailus · 11 years ago
  67. 39c1cb2 [media] media_tree: Fix spelling errors by Jonathan McCrohan · 11 years ago
  68. 224ddca DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  69. 813f5c0 [media] media: Change media device link_notify behaviour by Sylwester Nawrocki · 11 years ago
  70. fe905b8 [media] omap3isp: ccp2: Don't ignore the regulator_enable() return value by Laurent Pinchart · 11 years ago
  71. 7c0f812 [media] omap3isp: Defer probe when the IOMMU is not available by Laurent Pinchart · 11 years ago
  72. 3103644 [media] omap3isp: include linux/mm_types.h by Arnd Bergmann · 11 years ago
  73. 5e57267 [media] omap3isp: Remove redundant platform_set_drvdata() by Sachin Kamat · 11 years ago
  74. 1bddf1b [media] media: Rename media_entity_remote_source to media_entity_remote_pad by Andrzej Hajda · 11 years ago
  75. 9b28ee3 [media] omap3isp: Use the common clock framework by Laurent Pinchart · 12 years ago
  76. 7307c00 Merge tag 'late-omap' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  77. b5596a8 Merge branch 'clock_misc_devel_a_3.9', remote-tracking branch 'remotes/pinchart/omap3isp/clock' into clock_devel_a_3.9 by Paul Walmsley · 11 years ago
  78. 58bc8b7 [media] omap3isp: Fix histogram regions by Johannes Schellen · 12 years ago
  79. cf2b4cf [media] omap3isp: Use devm_* managed functions by Laurent Pinchart · 12 years ago
  80. 3d5a71e [media] omap3isp: Remove unneeded memset after kzalloc by Laurent Pinchart · 12 years ago
  81. 3fdfeda [media] omap3isp: preview: Lower the crop margins by Laurent Pinchart · 12 years ago
  82. a32f7d1 Merge branch 'v4l_for_linus' into staging/for_v3.9 by Mauro Carvalho Chehab · 12 years ago
  83. 6d1aa02 omap3isp: Set cam_mclk rate directly by Laurent Pinchart · 12 years ago
  84. 734d1ec Merge tag 'v3.8-rc3' into v4l_for_linus by Mauro Carvalho Chehab · 12 years ago
  85. 216c82c [media] omap3isp: Don't include <plat/cpu.h> by Laurent Pinchart · 12 years ago
  86. 4c62e97 Drivers: media: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  87. d969908 [media] [FOR,v3.8] omap3isp: Don't include deleted OMAP plat/ header files by Laurent Pinchart · 12 years ago
  88. e19bc86 [media] omap3isp: ispqueue: Fix uninitialized variable compiler warnings by Laurent Pinchart · 12 years ago
  89. f7c3f5c [media] omap3isp: csiphy: Fix an uninitialized variable compiler warning by Laurent Pinchart · 12 years ago
  90. a44dca1 Merge tag 'v3.8-rc1' into staging/for_v3.9 by Mauro Carvalho Chehab · 12 years ago
  91. 1b18e7a [media] v4l: Tell user space we're using monotonic timestamps by Sakari Ailus · 12 years ago
  92. e8d3d47 ARM: OMAP2+: Drop plat/cpu.h for omap2plus by Tony Lindgren · 12 years ago
  93. d8c532c Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  94. a11da7d Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  95. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  96. 8556650 Merge tag 'omap-for-v3.8/cleanup-headers-iommu-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/headers by Olof Johansson · 12 years ago
  97. 45c3eb7 ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h by Tony Lindgren · 12 years ago
  98. d8658bc [media] omap3isp: Replace cpu_is_omap3630() with ISP revision check by Laurent Pinchart · 12 years ago
  99. b057c3c [media] omap3isp: Prepare/unprepare clocks before/after enable/disable by Laurent Pinchart · 12 years ago
  100. e023a11 [media] omap3isp: preview: Add support for 8-bit formats at the sink pad by Laurent Pinchart · 12 years ago