summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/imx
AgeCommit message (Expand)Author
2019-04-01staging: media: imx: Replace list_entry with list_for_each_entry_safeSanjana Sanikommu
2019-03-26Staging: media: imx: mipi-csi2: Remove unnecessary error messagesBhanusree Pola
2019-03-01media: a few more typos at staging, pci, platform, radio and usbMauro Carvalho Chehab
2019-03-01media: imx7_mipi_csis: remove internal opsRui Miguel Silva
2019-02-19media: imx7-media-csi: get rid of unused varMauro Carvalho Chehab
2019-02-19media: imx7-media-csi: don't store a floating pointerMauro Carvalho Chehab
2019-02-19media: imx7-media-csi.c: fix merge breakageHans Verkuil
2019-02-18media: staging/imx: add i.MX7 entries to TODO fileRui Miguel Silva
2019-02-18media: staging/imx7: add MIPI CSI-2 receiver subdev for i.MX7Rui Miguel Silva
2019-02-18media: staging/imx7: add imx7 CSI subdev driverRui Miguel Silva
2019-02-18media: staging/imx: rearrange group id to take in account IPURui Miguel Silva
2019-02-18media: staging/imx: refactor imx media device probeRui Miguel Silva
2019-02-18media: imx: Set capture compose rectangle in capture_device_set_formatSteve Longerbeam
2019-02-07media: imx: Validate frame intervals before settingSteve Longerbeam
2019-01-31media: imx: prpencvf: Stop upstream before disabling IDMA channelSteve Longerbeam
2019-01-31media: imx: csi: Stop upstream before disabling IDMA channelSteve Longerbeam
2019-01-31media: imx: csi: Disable CSI immediately after last EOFSteve Longerbeam
2019-01-21media: imx-csi: Input connections to CSI should be optionalSteve Longerbeam
2019-01-21media: imx: capture: Allow event subscribe/unsubscribeSteve Longerbeam
2019-01-21media: imx: queue subdev events to reachable video devicesSteve Longerbeam
2019-01-21media: imx: lift CSI and PRP ENC/VF width alignment restrictionPhilipp Zabel
2019-01-21media: imx: set compose rectangle to mbus formatPhilipp Zabel
2019-01-21media: imx: add capture compose rectanglePhilipp Zabel
2019-01-16media: imx: Allow interweave with top/bottom lines swappedSteve Longerbeam
2019-01-16media: imx-csi: Move crop/compose reset after filling default mbus fieldsSteve Longerbeam
2019-01-16media: imx: vdic: rely on VDIC for correct field orderSteve Longerbeam
2019-01-16media: imx-csi: Allow skipping odd chroma rows for YVU420Steve Longerbeam
2019-01-16media: imx: interweave and odd-chroma-row skip are incompatibleSteve Longerbeam
2019-01-16media: imx-csi: Double crop height for alternate fields at sinkSteve Longerbeam
2019-01-16media: imx: Fix field negotiationSteve Longerbeam
2019-01-16media: gpu: ipu-v3: Add planar support to interlaced scanSteve Longerbeam
2019-01-16media: gpu: ipu-csi: Swap fields according to input/output field typesSteve Longerbeam
2018-12-07media: staging: media: imx: Use of_node_name_eq for node name comparisonsRob Herring
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-10-04media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus
2018-10-04media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus
2018-10-04media: staging/imx: TODO: Remove one assumption about OF graph parsingSteve Longerbeam
2018-10-04media: staging/imx: Switch to v4l2_async_notifier_add_*_subdevSteve Longerbeam
2018-10-04media: staging/imx: Rename root notifierSteve Longerbeam
2018-10-04media: staging/imx: Loop through all registered subdevs for media linksSteve Longerbeam
2018-10-04media: staging/imx: of: Remove recursive graph walkSteve Longerbeam
2018-10-04media: imx: mipi csi-2: Register a subdev notifierSteve Longerbeam
2018-10-04media: imx: csi: Register a subdev notifierSteve Longerbeam
2018-10-04media: imx: use well defined 32-bit RGB pixel formatPhilipp Zabel
2018-09-24media: imx: work around false-positive warning, againArnd Bergmann
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-09-10staging: Convert to using %pOFn instead of device_node.nameRob Herring
2018-08-31media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil