Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2d7007153f0c9b1dd00c01894df7d26ddc32b79f
/
drivers
/
media
/
platform
/
omap3isp
2d70071
[media] media: videobuf2: Restructure vb2_buffer
by Junghak Sung
· 9 years ago
c139990
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
by Junghak Sung
· 9 years ago
5ba0e2c3
[media] use v4l2_get_timestamp where possible
by Arnd Bergmann
· 9 years ago
78c66fb
[media] v4l: omap3isp: Drop platform data support
by Laurent Pinchart
· 10 years ago
9d39f05
[media] v4l: omap3isp: Fix sub-device power management code
by Sakari Ailus
· 10 years ago
5d47938
[media] v4l: omap3isp: Fix async notifier registration order
by Sakari Ailus
· 10 years ago
7fd6bd9
[media] omap3isp: remove unused var
by Mauro Carvalho Chehab
· 9 years ago
befd25a
[media] media: omap3isp: remove unused clkdev
by Russell King
· 10 years ago
f95c16e
[media] omap3isp: Deprecate platform data support
by Sakari Ailus
· 10 years ago
da7f384
[media] omap3isp: Add support for the Device Tree
by Sakari Ailus
· 10 years ago
8644cdf
[media] omap3isp: Replace many MMIO regions by two
by Sakari Ailus
· 10 years ago
503596a
[media] omap3isp: Move the syscon register out of the ISP register maps
by Sakari Ailus
· 10 years ago
4fcfeca
[media] omap3isp: Replace mmio_base_phys array with the histogram block base
by Sakari Ailus
· 10 years ago
6387b75
[media] omap3isp: Calculate vpclk_div for CSI-2
by Sakari Ailus
· 10 years ago
3494bb0
[media] omap3isp: Rename regulators to better suit the Device Tree
by Sakari Ailus
· 10 years ago
68908747
[media] omap3isp: Refactor device configuration structs for Device Tree
by Sakari Ailus
· 10 years ago
4c8f148
[media] omap3isp: Platform data could be NULL
by Sakari Ailus
· 10 years ago
64904b5
[media] omap3isp: DT support for clocks
by Laurent Pinchart
· 10 years ago
703e6f6
[media] omap3isp: Separate external link creation from platform data parsing
by Sakari Ailus
· 10 years ago
8b3aff7
[media] omap3isp: Avoid a BUG_ON() in media_entity_create_link()
by Sakari Ailus
· 10 years ago
697cca2
[media] omap3isp: Fix error handling in probe
by Sakari Ailus
· 10 years ago
0ff4e41
[media] media: omap3isp: hist: Move histogram DMA to DMA engine
by Laurent Pinchart
· 10 years ago
32346b9
[media] media: omap3isp: video: Use v4l2_get_timestamp()
by Laurent Pinchart
· 10 years ago
13dab90
[media] media: omap3isp: video: drop setting of vb2 buffer state to VB2_BUF_STATE_ACTIVE
by Lad, Prabhakar
· 10 years ago
9be29369
[media] media: omap3isp: video: Don't call vb2 mmap with queue lock held
by Laurent Pinchart
· 10 years ago
5778e74
[media] v4l2-subdev: add support for the new enum_frame_size 'which' field
by Hans Verkuil
· 10 years ago
3f1ccf1
[media] v4l2-subdev: support new 'which' field in enum_mbus_code
by Hans Verkuil
· 10 years ago
f723413
[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config
by Hans Verkuil
· 10 years ago
4a8ba33
Merge tag 'v3.19-rc6' into patchwork
by Mauro Carvalho Chehab
· 10 years ago
af469b3
Merge tag 'media/v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 10 years ago
2c0108e
[media] omap3isp: Correctly set QUERYCAP capabilities
by Sakari Ailus
· 10 years ago
aadec01
[media] omap3isp: Fix division by 0
by Laurent Pinchart
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
27ffaeb
[media] platform: Make use of media_bus_format enum
by Boris BREZILLON
· 10 years ago
054d0db
media: platform: omap3isp: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
11b4c17
[media] omap3isp: use true/false for boolean vars
by Mauro Carvalho Chehab
· 10 years ago
cd73bb6
[media] omap3isp: resizer: Protect against races when updating crop
by Laurent Pinchart
· 10 years ago
d903a0a
[media] omap3isp: resizer: Remove slow debugging message from interrupt handler
by Laurent Pinchart
· 10 years ago
41316a2
[media] omap3isp: resizer: Remove needless variable initializations
by Laurent Pinchart
· 10 years ago
ca84ea4
[media] omap3isp: ccdc: Restart the CCDC immediately after an underrun in BT.656
by Laurent Pinchart
· 11 years ago
0b3fcd5
[media] omap3isp: ccdc: Don't timeout on stream off when the CCDC is stopped
by Laurent Pinchart
· 11 years ago
9345652
[media] omap3isp: ccdc: Fix freeze when a short frame is received
by Laurent Pinchart
· 11 years ago
fd93c10
[media] omap3isp: ccdc: Increment the frame number at VD0 time for BT.656
by Laurent Pinchart
· 11 years ago
1c74817
[media] omap3isp: ccdc: Simplify ccdc_lsc_is_configured()
by Laurent Pinchart
· 11 years ago
8815392
[media] omap3isp: ccdc: Rename __ccdc_handle_stopping to ccdc_handle_stopping
by Laurent Pinchart
· 11 years ago
93d7bad
[media] omap3isp: ccdc: Only complete buffer when all fields are captured
by Laurent Pinchart
· 11 years ago
aec2de0
[media] omap3isp: ccdc: Disable the video port when unused
by Laurent Pinchart
· 11 years ago
9de7af4
[media] omap3isp: ccdc: Add support for BT.656 YUV format at the CCDC input
by Laurent Pinchart
· 11 years ago
bcb4e0e
[media] omap3isp: ccdc: Support the interlaced field orders at the CCDC output
by Laurent Pinchart
· 11 years ago
9a36d8e
[media] omap3isp: ccdc: Add basic support for interlaced video
by Laurent Pinchart
· 11 years ago
0a7b1a0
[media] omap3isp: ccdc: Simplify the ccdc_isr_buffer() function
by Laurent Pinchart
· 11 years ago
2e8f017
[media] omap3isp: ccdc: Simplify the configuration function
by Laurent Pinchart
· 11 years ago
f7abbe9
[media] omap3isp: video: Validate the video node field order
by Laurent Pinchart
· 11 years ago
48a8a0c
[media] omap3isp: Default to progressive field order when setting the format
by Laurent Pinchart
· 11 years ago
25c5cc9
[media] omap3isp: Move non-critical code out of the mutex-protected section
by Laurent Pinchart
· 11 years ago
9884a95
[media] omap3isp: Remove boilerplate disclaimer and FSF address
by Laurent Pinchart
· 11 years ago
eb228e8
[media] omap3isp: Don't ignore subdev streamoff failures
by Laurent Pinchart
· 11 years ago
21d8582
[media] omap3isp: Rename isp_buffer isp_addr field to dma
by Laurent Pinchart
· 11 years ago
fbac140
[media] omap3isp: Move to videobuf2
by Laurent Pinchart
· 11 years ago
0834449
[media] omap3isp: Cancel all queued buffers when stopping the video stream
by Laurent Pinchart
· 11 years ago
eb2c00d
[media] omap3isp: Move buffer irqlist to isp_buffer structure
by Laurent Pinchart
· 11 years ago
e8feb87
[media] omap3isp: Move queue irqlock to isp_video structure
by Laurent Pinchart
· 11 years ago
988d54c
[media] omap3isp: Move queue mutex to isp_video structure
by Laurent Pinchart
· 11 years ago
1e345d4
[media] omap3isp: queue: Don't build scatterlist for kernel buffer
by Laurent Pinchart
· 11 years ago
2a0a547
[media] omap3isp: Use the ARM DMA IOMMU-aware operations
by Laurent Pinchart
· 11 years ago
9a8c7ff
[media] omap3isp: queue: Use sg_alloc_table_from_pages()
by Laurent Pinchart
· 11 years ago
49ac369
[media] omap3isp: queue: Map PFNMAP buffers to device
by Laurent Pinchart
· 11 years ago
b8d6428
[media] omap3isp: queue: Fix the dma_map_sg() return value check
by Laurent Pinchart
· 11 years ago
7f5036d
[media] omap3isp: queue: Allocate kernel buffers with dma_alloc_coherent
by Laurent Pinchart
· 11 years ago
d13f19f
[media] omap3isp: queue: Inline the ispmmu_v(un)map functions
by Laurent Pinchart
· 11 years ago
8271601
[media] omap3isp: queue: Merge the prepare and sglist functions
by Laurent Pinchart
· 11 years ago
73c1ea4
[media] omap3isp: queue: Use sg_table structure
by Laurent Pinchart
· 11 years ago
9000427
[media] omap3isp: queue: Move IOMMU handling code to the queue
by Laurent Pinchart
· 11 years ago
2a6dc96
[media] omap3isp: video: Set the buffer bytesused field at completion time
by Laurent Pinchart
· 11 years ago
c60e153
[media] omap3isp: ccdc: Use the DMA API for FPC
by Laurent Pinchart
· 11 years ago
d33186d
[media] omap3isp: ccdc: Use the DMA API for LSC
by Laurent Pinchart
· 11 years ago
0e24e90
[media] omap3isp: stat: Use the DMA API
by Laurent Pinchart
· 11 years ago
84ac0f0
[media] omap3isp: stat: Store sg table in ispstat_buffer
by Laurent Pinchart
· 11 years ago
cbde9e9
[media] omap3isp: stat: Merge dma_addr and iommu_addr fields
by Laurent Pinchart
· 11 years ago
4d4c00d
[media] omap3isp: stat: Share common code for buffer allocation
by Laurent Pinchart
· 11 years ago
5126986
[media] omap3isp: stat: Remove impossible WARN_ON
by Laurent Pinchart
· 11 years ago
63746b5
[media] omap3isp: stat: Rename IS_COHERENT_BUF to ISP_STAT_USES_DMAENGINE
by Laurent Pinchart
· 11 years ago
1e9c4d4
[media] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()
by Peter Meerwald
· 11 years ago
872aba5
[media] omap3isp: Rename the variable names in description
by Lad, Prabhakar
· 11 years ago
fdf7bbe
[media] omap3isp: ispccdc: Remove unwanted comments
by Lad, Prabhakar
· 11 years ago
25aeb41
[media] omap3isp: Fix typos
by Lad, Prabhakar
· 11 years ago
7c486c0
[media] omap3isp: Don't ignore failure to locate external subdev
by Laurent Pinchart
· 11 years ago
4b2f1ed
[media] omap3isp: Don't try to locate external subdev for mem-to-mem pipelines
by Laurent Pinchart
· 11 years ago
8b57b96
[media] omap3isp: preview: Fix the crop margins
by Florian Vaussard
· 11 years ago
9554b7d
[media] omap3isp: ccdc: Don't hang when the SBL fails to become idle
by Laurent Pinchart
· 11 years ago
112eee0
[media] omap3isp: Refactor modules stop failure handling
by Laurent Pinchart
· 11 years ago
661112c
[media] omap3isp: Cancel streaming when a fatal error occurs
by Laurent Pinchart
· 11 years ago
792e8ec
[media] omap3isp: Fix buffer flags handling when querying buffer
by Laurent Pinchart
· 11 years ago
fd8308b
[media] omap3isp: Use devm_ioremap_resource()
by Laurent Pinchart
· 11 years ago
f8e2ff2
[media] omap3isp: Modify clocks registration to avoid circular references
by Sylwester Nawrocki
· 11 years ago
675722b
Merge branch 'upstream-fixes' into patchwork
by Mauro Carvalho Chehab
· 11 years ago
f58c91c
[media] media_tree: Fix spelling errors
by Jonathan McCrohan
· 11 years ago
5264682
[media] v4l: omap3isp: Don't check for missing get_fmt op on remote subdev
by Laurent Pinchart
· 11 years ago
2e1ab9c
[media] omap3isp: Add resizer data rate configuration to resizer_link_validate
by Sakari Ailus
· 11 years ago
8dad936
[media] omap3isp: Mark which pads must connect
by Sakari Ailus
· 11 years ago
Next »