aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-04media: v4l: fwnode: Only zero the struct if bus type is set to V4L2_MBUS_UNKNOWNSakari Ailus1-4/+6
2018-10-04media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus22-22/+24
2018-10-04media: v4l: fwnode: Parse the graph endpoint as lastSakari Ailus1-1/+7
2018-10-04media: v4l: fwnode: Support default CSI-2 lane mapping for driversSakari Ailus1-14/+46
2018-10-04media: v4l: fwnode: Support driver-defined lane mapping defaultsSakari Ailus1-8/+12
2018-10-04media: v4l: fwnode: Only assign configuration if there is no errorSakari Ailus1-12/+18
2018-10-04media: v4l: fwnode: Read lane inversion information despite lane numberingSakari Ailus1-30/+35
2018-10-04media: v4l: fwnode: Make use of newly specified bus typesSakari Ailus1-10/+38
2018-10-04media: v4l: fwnode: Detect bus type correctlySakari Ailus1-14/+17
2018-10-04media: v4l: fwnode: Let the caller provide V4L2 fwnode endpointSakari Ailus4-61/+54
2018-10-04media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus22-28/+28
2018-10-04media: v4l: fwnode: Add definitions for CSI-2 D-PHY, parallel and Bt.656 bussesSakari Ailus1-0/+3
2018-10-04media: v4l: fwnode: The CSI-2 clock is continuous if it's not non-continuousSakari Ailus1-1/+1
2018-10-04media: v4l: fwnode: Use fwnode_graph_for_each_endpointSakari Ailus1-2/+1
2018-10-04media: v4l: fwnode: Add debug prints for V4L2 endpoint property parsingSakari Ailus1-23/+85
2018-10-04media: v4l2: async: Remove notifier subdevs arraySteve Longerbeam1-89/+25
2018-10-04media: platform: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam21-332/+416
2018-10-04media: platform: video-mux: Register a subdev notifierSteve Longerbeam2-1/+36
2018-10-04media: v4l2-fwnode: Add a convenience function for registering subdevs with notifiersSteve Longerbeam1-0/+64
2018-10-04media: v4l2-fwnode: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam5-113/+40
2018-10-04media: v4l2: async: Add convenience functions to allocate and add asd'sSteve Longerbeam1-0/+76
2018-10-04media: v4l2: async: Add v4l2_async_notifier_add_subdevSteve Longerbeam1-42/+149
2018-10-04media: v4l2: async: Allow searching for asd of any typeSteve Longerbeam1-31/+46
2018-10-04media: v4l2-fwnode: ignore endpoints that have no remote port parentSteve Longerbeam1-1/+1
2018-10-04media: i2c: adv748x: fix typo in comment for TXB CSI-2 transmitter power downNiklas Söderlund1-1/+1
2018-10-04media: i2c: adv748x: Register only enabled inputsJacopo Mondi2-3/+13
2018-10-04media: i2c: adv748x: Conditionally enable only CSI-2 outputsJacopo Mondi1-7/+1
2018-10-04media: i2c: adv748x: Handle TX[A|B] power managementJacopo Mondi5-43/+25
2018-10-04media: i2c: adv748x: Support probing a single outputJacopo Mondi3-15/+30
2018-10-04media: rcar-vin: fix redeclaration of symbolNiklas Söderlund1-1/+0
2018-10-04media: imx-pxp: include linux/interrupt.hArnd Bergmann1-0/+1
2018-10-04media: stm32-dcmi: only enable IT frame on JPEG captureHugues Fruchet1-1/+4
2018-10-04media: pxa_camera: Fix check for pdev->dev.of_nodeNathan Chancellor1-1/+1
2018-10-04media: qcom: remove duplicated include filezhong jiang1-1/+0
2018-10-04media: VPU: mediatek: don't pass an unused parameterDan Carpenter1-4/+3
2018-10-04media: rc: ir-rc6-decoder: enable toggle bit for Kathrein RCU-676 remoteMatthias Reichl1-2/+7
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young28-89/+72
2018-10-04media: rc: nec keymaps should specify the nec variant they useSean Young12-12/+12
2018-10-03media: smiapp: Remove unused loopRicardo Ribalda Delgado1-3/+1
2018-10-03media: ov5640: use JPEG mode 3 for 720pHugues Fruchet1-1/+1
2018-10-03media: v4l: Remove support for crop default target in subdev driversSakari Ailus17-27/+1
2018-10-03media: v4l: i2c: Add a comment not to use static sub-device names in the futureSakari Ailus5-0/+5
2018-10-03media: v4l: event: Prevent freeing event subscriptions while accessedSakari Ailus2-18/+22
2018-09-30Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman11-39/+36
2018-09-24media: v4l: Add definition for the Sunxi tiled NV12 formatPaul Kocialkowski1-0/+1
2018-09-24media: v4l: Add definitions for MPEG-2 slice format and metadataPaul Kocialkowski2-0/+64
2018-09-24media: videobuf2-core: Rework and rename helper for request buffer countPaul Kocialkowski2-11/+9
2018-09-24media: v4l2-ctrls.c: initialize an error return code with zeroHans Verkuil1-1/+1
2018-09-24media: v4l2-compat-ioctl32.c: add missing documentation for a fieldHans Verkuil1-0/+1
2018-09-24media: davinci: Fix implicit enum conversion warningNathan Chancellor1-1/+1