summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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: zoran: fix spelling mistake "queing" -> "queuing"Colin Ian King1-1/+1
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: imx: use well defined 32-bit RGB pixel formatPhilipp Zabel1-2/+2
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 Young29-91/+73
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 Ailus19-29/+1
2018-10-03media: v4l: i2c: Add a comment not to use static sub-device names in the futureSakari Ailus5-0/+5
2018-09-24media: davinci: Fix implicit enum conversion warningNathan Chancellor1-1/+1
2018-09-24media: bt8xx: Remove unnecessary self-assignmentNathan Chancellor1-1/+0
2018-09-24media: pci: cx23885: handle adding to list failureNicholas Mc Guire1-0/+10
2018-09-24media: au0828: Fix incorrect error messagesBrad Love1-2/+2
2018-09-24media: au0828: cannot kfree dev before usb disconnectBrad Love1-1/+0
2018-09-24media: venus: helpers: use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-09-24media: coda: don't overwrite h.264 profile_idc on decoder instanceLucas Stach1-1/+2
2018-09-24media: vb2: check for sane values from queue_setupJohan Fjeldtvedt1-0/+9
2018-09-24media: platform: remove redundant null pointer check before of_node_putzhong jiang1-8/+4
2018-09-24media: coda: remove redundant null pointer check before of_node_putzhong jiang1-2/+1
2018-09-24media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil3-8/+8
2018-09-24media: replace ADOBERGB by OPRGBHans Verkuil8-144/+144
2018-09-24media: imx-pxp: fix compilation on i386 or x86_64Philipp Zabel1-0/+1
2018-09-24media: vicodec: Drop unused job_abort()Ezequiel Garcia1-11/+0
2018-09-24media: vicodec: Drop unneeded symbol dependencyEzequiel Garcia1-1/+1
2018-09-24media: vicodec: set state->info before calling the encode/decode funcsHans Verkuil1-3/+9
2018-09-24media: vicodec: check for valid format in v4l2_fwht_en/decodeHans Verkuil2-9/+13
2018-09-24media: saa7134: add P7131_4871 analog inputsAlexandre GRIVEAUX1-0/+15
2018-09-24media: pci: ivtv: Fix a sleep-in-atomic-context bug in ivtv_yuv_init()Jia-Ju Bai1-1/+1
2018-09-24media: imx: work around false-positive warning, againArnd Bergmann1-1/+4
2018-09-24media: cec: remove cec-edid.cHans Verkuil3-25/+14
2018-09-24media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil7-79/+159
2018-09-24media: cec: integrate cec_validate_phys_addr() in cec-api.cHans Verkuil1-1/+18
2018-09-24media: cec: make cec_get_edid_spa_location() an inline functionHans Verkuil1-60/+0
2018-09-17media: ov5640: fix restore of last mode setHugues Fruchet1-4/+8