aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/media/imx/imx-media-csi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-17media: v4l2-mediabus: Use structures to describe bus configurationLaurent Pinchart1-3/+4
2021-11-30media: imx: fix boolreturn.cocci warning:Guo Zhengkui1-1/+1
2021-10-19media: i.MX6: Support 16-bit BT.1120 video inputKrzysztof Hałasa1-0/+5
2021-10-05media: imx: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-09-30media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus1-9/+8
2021-06-17media: imx-csi: Skip first few frames from a BT.656 sourceSteve Longerbeam1-1/+13
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-39/+43
2021-03-11media: v4l2-mc: Add link flags to v4l2_create_fwnode_links_to_pad()Laurent Pinchart1-1/+1
2021-03-11media: imx: capture: Support creating immutable link to capture deviceLaurent Pinchart1-1/+1
2021-03-11media: imx: capture: Add a mechanism to disable control inheritanceLaurent Pinchart1-3/+2
2021-03-11media: imx: capture: Store v4l2_pix_format in imx_media_video_devLaurent Pinchart1-7/+4
2021-03-11media: imx: Set default sizes through macros in all driversLaurent Pinchart1-6/+7
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart1-1/+1
2021-02-06media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-10/+4
2020-11-16media: staging: media: imx: remove unnecessary variable useDeepak R Varma1-2/+1
2020-11-16media: staging: media: imx: remove commented codeDeepak R Varma1-7/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-19staging/media: Remove unneeded geometry restrictions from i.MX CSI driverKrzysztof Hałasa1-2/+2
2020-05-18media: imx: csi: Lookup upstream endpoint with imx_media_get_pad_fwnodeSteve Longerbeam1-16/+6
2020-05-18media: imx5/6/7: csi: Mark a bound video mux as a CSI muxSteve Longerbeam1-18/+27
2020-05-18media: imx: csi: Create media links in bound notifierSteve Longerbeam1-0/+21
2020-05-18media: imx: csi: Implement get_fwnode_pad opSteve Longerbeam1-0/+23
2020-05-18media: imx: Parse information from firmware without using callbacksSteve Longerbeam1-40/+38
2020-04-21media: imx: utils: Rename format lookup and enumeration functionsLaurent Pinchart1-9/+9
2020-04-21media: imx: utils: Rename pixel format selection enumerationSteve Longerbeam1-15/+20
2020-04-21media: imx: utils: Handle Bayer format lookup through a selection flagLaurent Pinchart1-9/+6
2020-03-12media: imx: imx6-media-csi: Replace Y16 with Y10 and Y12Laurent Pinchart1-1/+2
2020-03-05media: imx: Propagate quantization and encoding in CSISteve Longerbeam1-0/+2
2019-10-10media: imx: Move pads init to probeSteve Longerbeam1-11/+10
2019-10-10media: imx: Move capture device init to registeredSteve Longerbeam1-8/+12
2019-10-10media: staging: media: imx: Fix alignment to match open parenthesisAmol Grover1-3/+3
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+11
2019-06-14media: imx: Try colorimetry at both sink and source padsSteve Longerbeam1-8/+11
2019-06-03media: staging/imx: fix two NULL vs IS_ERR() bugsDan Carpenter1-2/+2
2019-05-28media: staging/imx: Improve pipeline searchingSteve Longerbeam1-9/+4
2019-05-28media: staging/imx: Remove capture_device_set_formatSteve Longerbeam1-14/+2
2019-05-28media: Revert "media: imx: Set capture compose rectangle in capture_device_set_format"Steve Longerbeam1-3/+2
2019-05-28media: staging/imx: Move add_video_device into capture_device_registerSteve Longerbeam1-6/+1
2019-05-28media: staging/imx: Pass device to alloc/free_dma_bufSteve Longerbeam1-3/+3
2019-05-28media: staging/imx: Switch to sync registration for IPU subdevsSteve Longerbeam1-1/+1
2019-05-28media: Revert "media: staging/imx: add media device to capture register"Steve Longerbeam1-1/+1
2019-05-16Merge tag 'media/v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2019-05-08Merge tag 'media/v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-4/+14
2019-05-08media: staging/imx: add media device to capture registerRui Miguel Silva1-1/+1
2019-04-03staging: media: imx: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-5/+1
2019-03-19media: imx: csi: Allow unknown nearest upstream entitiesSteve Longerbeam1-4/+14
2019-02-18media: staging/imx: rearrange group id to take in account IPURui Miguel Silva1-3/+3
2019-02-18media: imx: Set capture compose rectangle in capture_device_set_formatSteve Longerbeam1-2/+3
2019-02-07media: imx: Validate frame intervals before settingSteve Longerbeam1-1/+4
2019-01-31media: imx: csi: Stop upstream before disabling IDMA channelSteve Longerbeam1-12/+13