summaryrefslogtreecommitdiff
path: root/drivers/media/platform/omap3isp
AgeCommit message (Expand)Author
2015-04-02[media] omap3isp: Platform data could be NULLSakari Ailus
2015-04-02[media] omap3isp: DT support for clocksLaurent Pinchart
2015-04-02[media] omap3isp: Separate external link creation from platform data parsingSakari Ailus
2015-04-02[media] omap3isp: Avoid a BUG_ON() in media_entity_create_link()Sakari Ailus
2015-04-02[media] omap3isp: Fix error handling in probeSakari Ailus
2015-04-02[media] media: omap3isp: hist: Move histogram DMA to DMA engineLaurent Pinchart
2015-04-02[media] media: omap3isp: video: Use v4l2_get_timestamp()Laurent Pinchart
2015-04-02[media] media: omap3isp: video: drop setting of vb2 buffer state to VB2_BUF_S...Lad, Prabhakar
2015-04-02[media] media: omap3isp: video: Don't call vb2 mmap with queue lock heldLaurent Pinchart
2015-03-23[media] v4l2-subdev: add support for the new enum_frame_size 'which' fieldHans Verkuil
2015-03-23[media] v4l2-subdev: support new 'which' field in enum_mbus_codeHans Verkuil
2015-03-23[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil
2015-01-27Merge tag 'v3.19-rc6' into patchworkMauro Carvalho Chehab
2015-01-24Merge tag 'media/v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2015-01-21[media] omap3isp: Correctly set QUERYCAP capabilitiesSakari Ailus
2014-12-23[media] omap3isp: Fix division by 0Laurent Pinchart
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-14[media] platform: Make use of media_bus_format enumBoris BREZILLON
2014-10-20media: platform: omap3isp: drop owner assignment from platform_driversWolfram Sang
2014-09-03[media] omap3isp: use true/false for boolean varsMauro Carvalho Chehab
2014-08-21[media] omap3isp: resizer: Protect against races when updating cropLaurent Pinchart
2014-08-21[media] omap3isp: resizer: Remove slow debugging message from interrupt handlerLaurent Pinchart
2014-08-21[media] omap3isp: resizer: Remove needless variable initializationsLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Restart the CCDC immediately after an underrun in BT.656Laurent Pinchart
2014-08-21[media] omap3isp: ccdc: Don't timeout on stream off when the CCDC is stoppedLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Fix freeze when a short frame is receivedLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Increment the frame number at VD0 time for BT.656Laurent Pinchart
2014-08-21[media] omap3isp: ccdc: Simplify ccdc_lsc_is_configured()Laurent Pinchart
2014-08-21[media] omap3isp: ccdc: Rename __ccdc_handle_stopping to ccdc_handle_stoppingLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Only complete buffer when all fields are capturedLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Disable the video port when unusedLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Add support for BT.656 YUV format at the CCDC inputLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Support the interlaced field orders at the CCDC outputLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Add basic support for interlaced videoLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Simplify the ccdc_isr_buffer() functionLaurent Pinchart
2014-08-21[media] omap3isp: ccdc: Simplify the configuration functionLaurent Pinchart
2014-08-21[media] omap3isp: video: Validate the video node field orderLaurent Pinchart
2014-08-21[media] omap3isp: Default to progressive field order when setting the formatLaurent Pinchart
2014-08-21[media] omap3isp: Move non-critical code out of the mutex-protected sectionLaurent Pinchart
2014-08-21[media] omap3isp: Remove boilerplate disclaimer and FSF addressLaurent Pinchart
2014-08-21[media] omap3isp: Don't ignore subdev streamoff failuresLaurent Pinchart
2014-05-25[media] omap3isp: Rename isp_buffer isp_addr field to dmaLaurent Pinchart
2014-05-25[media] omap3isp: Move to videobuf2Laurent Pinchart
2014-05-25[media] omap3isp: Cancel all queued buffers when stopping the video streamLaurent Pinchart
2014-05-25[media] omap3isp: Move buffer irqlist to isp_buffer structureLaurent Pinchart
2014-05-25[media] omap3isp: Move queue irqlock to isp_video structureLaurent Pinchart
2014-05-25[media] omap3isp: Move queue mutex to isp_video structureLaurent Pinchart
2014-05-25[media] omap3isp: queue: Don't build scatterlist for kernel bufferLaurent Pinchart
2014-05-25[media] omap3isp: Use the ARM DMA IOMMU-aware operationsLaurent Pinchart
2014-05-25[media] omap3isp: queue: Use sg_alloc_table_from_pages()Laurent Pinchart