summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/imx/imx-media-capture.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-21media: imx: utils: Rename format lookup and enumeration functionsLaurent Pinchart1-8/+8
2020-04-21media: imx: utils: Make imx_media_pixfmt handle variable number of codesLaurent Pinchart1-2/+2
2020-04-21media: imx: utils: Rename pixel format selection enumerationSteve Longerbeam1-16/+18
2020-04-21media: imx: Fix some pixel format selectionsSteve Longerbeam1-1/+1
2020-04-21media: imx: utils: Handle Bayer format lookup through a selection flagLaurent Pinchart1-9/+11
2020-03-02media: Split v4l2_pipeline_pm_use into v4l2_pipeline_pm_{get, put}Ezequiel Garcia1-2/+2
2020-02-24media: staging/imx: Missing assignment in imx_media_capture_device_register()Dan Carpenter1-1/+1
2020-02-24media: staging/media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-11-05media: staging/imx: Use a shorter name for driverFabio Estevam1-2/+4
2019-10-10media: imx: Move pads init to probeSteve Longerbeam1-7/+8
2019-05-28media: staging/imx: Don't set driver data for v4l2_devSteve Longerbeam1-2/+3
2019-05-28media: staging/imx: Remove capture_device_set_formatSteve Longerbeam1-22/+49
2019-05-28media: Revert "media: imx: Set capture compose rectangle in capture_device_se...Steve Longerbeam1-12/+12
2019-05-28media: staging/imx: Move add_video_device into capture_device_registerSteve Longerbeam1-0/+3
2019-05-28media: staging/imx: Switch to sync registration for IPU subdevsSteve Longerbeam1-3/+4
2019-05-28media: Revert "media: staging/imx: add media device to capture register"Steve Longerbeam1-3/+3
2019-05-28media: staging: media: imx: fix Unneeded variable: "ret". Return "0"Hariprasad Kelam1-2/+1
2019-05-16Merge tag 'media/v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-3/+3
2019-05-08media: staging/imx: add media device to capture registerRui Miguel Silva1-3/+3
2019-04-03staging: media: imx: add proper SPDX identifiers on files that did not have t...Greg Kroah-Hartman1-5/+1
2019-04-01staging: media: imx: Replace list_entry with list_for_each_entry_safeSanjana Sanikommu1-3/+2
2019-02-18media: imx: Set capture compose rectangle in capture_device_set_formatSteve Longerbeam1-12/+12
2019-01-21media: imx: capture: Allow event subscribe/unsubscribeSteve Longerbeam1-0/+18
2019-01-21media: imx: set compose rectangle to mbus formatPhilipp Zabel1-21/+47
2019-01-21media: imx: add capture compose rectanglePhilipp Zabel1-0/+27
2019-01-16media: imx: Fix field negotiationSteve Longerbeam1-0/+14
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-2/+2
2018-07-04media: imx: capture: refactor enum_/try_fmtJan Luebbe1-20/+18
2018-05-25media: imx: fix compiler warningHans Verkuil1-2/+2
2018-02-26media: imx: capture: reformat line to 80 chars or lessParthiban Nallathambi1-1/+2
2017-12-15media: staging/imx: convert static vdev lists to list_headSteve Longerbeam1-0/+2
2017-12-08media: imx: Remove incorrect check for queue state in start/stop_streamingIan Jamison1-6/+0
2017-08-20media: imx: capture: constify vb2_ops structuresJulia Lawall1-2/+2
2017-06-20[media] media: imx: capture: add frame sizes/interval enumerationRussell King1-0/+73
2017-06-20[media] media: imx: Add Capture Device InterfaceSteve Longerbeam1-0/+702