summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* media: v4l2-fwnode: Add a convenience function for registering subdevs with n...Steve Longerbeam2018-10-041-0/+64
* media: v4l2-fwnode: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-045-113/+40
* media: v4l2: async: Add convenience functions to allocate and add asd'sSteve Longerbeam2018-10-041-0/+76
* media: v4l2: async: Add v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-041-42/+149
* media: v4l2: async: Allow searching for asd of any typeSteve Longerbeam2018-10-041-31/+46
* media: v4l2-fwnode: ignore endpoints that have no remote port parentSteve Longerbeam2018-10-041-1/+1
* media: i2c: adv748x: fix typo in comment for TXB CSI-2 transmitter power downNiklas Söderlund2018-10-041-1/+1
* media: i2c: adv748x: Register only enabled inputsJacopo Mondi2018-10-042-3/+13
* media: i2c: adv748x: Conditionally enable only CSI-2 outputsJacopo Mondi2018-10-041-7/+1
* media: i2c: adv748x: Handle TX[A|B] power managementJacopo Mondi2018-10-045-43/+25
* media: i2c: adv748x: Support probing a single outputJacopo Mondi2018-10-043-15/+30
* media: zoran: fix spelling mistake "queing" -> "queuing"Colin Ian King2018-10-041-1/+1
* media: rcar-vin: fix redeclaration of symbolNiklas Söderlund2018-10-041-1/+0
* media: imx-pxp: include linux/interrupt.hArnd Bergmann2018-10-041-0/+1
* media: stm32-dcmi: only enable IT frame on JPEG captureHugues Fruchet2018-10-041-1/+4
* media: pxa_camera: Fix check for pdev->dev.of_nodeNathan Chancellor2018-10-041-1/+1
* media: qcom: remove duplicated include filezhong jiang2018-10-041-1/+0
* media: imx: use well defined 32-bit RGB pixel formatPhilipp Zabel2018-10-041-2/+2
* media: VPU: mediatek: don't pass an unused parameterDan Carpenter2018-10-041-4/+3
* media: rc: ir-rc6-decoder: enable toggle bit for Kathrein RCU-676 remoteMatthias Reichl2018-10-041-2/+7
* media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young2018-10-0429-91/+73
* media: rc: nec keymaps should specify the nec variant they useSean Young2018-10-0412-12/+12
* media: smiapp: Remove unused loopRicardo Ribalda Delgado2018-10-031-3/+1
* media: ov5640: use JPEG mode 3 for 720pHugues Fruchet2018-10-031-1/+1
* media: v4l: Remove support for crop default target in subdev driversSakari Ailus2018-10-0319-29/+1
* media: v4l: i2c: Add a comment not to use static sub-device names in the futureSakari Ailus2018-10-035-0/+5
* media: davinci: Fix implicit enum conversion warningNathan Chancellor2018-09-241-1/+1
* media: bt8xx: Remove unnecessary self-assignmentNathan Chancellor2018-09-241-1/+0
* media: pci: cx23885: handle adding to list failureNicholas Mc Guire2018-09-241-0/+10
* media: au0828: Fix incorrect error messagesBrad Love2018-09-241-2/+2
* media: au0828: cannot kfree dev before usb disconnectBrad Love2018-09-241-1/+0
* media: venus: helpers: use true and false for boolean valuesGustavo A. R. Silva2018-09-241-1/+1
* media: coda: don't overwrite h.264 profile_idc on decoder instanceLucas Stach2018-09-241-1/+2
* media: vb2: check for sane values from queue_setupJohan Fjeldtvedt2018-09-241-0/+9
* media: platform: remove redundant null pointer check before of_node_putzhong jiang2018-09-241-8/+4
* media: coda: remove redundant null pointer check before of_node_putzhong jiang2018-09-241-2/+1
* media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil2018-09-243-8/+8
* media: replace ADOBERGB by OPRGBHans Verkuil2018-09-248-144/+144
* media: imx-pxp: fix compilation on i386 or x86_64Philipp Zabel2018-09-241-0/+1
* media: vicodec: Drop unused job_abort()Ezequiel Garcia2018-09-241-11/+0
* media: vicodec: Drop unneeded symbol dependencyEzequiel Garcia2018-09-241-1/+1
* media: vicodec: set state->info before calling the encode/decode funcsHans Verkuil2018-09-241-3/+9
* media: vicodec: check for valid format in v4l2_fwht_en/decodeHans Verkuil2018-09-242-9/+13
* media: saa7134: add P7131_4871 analog inputsAlexandre GRIVEAUX2018-09-241-0/+15
* media: pci: ivtv: Fix a sleep-in-atomic-context bug in ivtv_yuv_init()Jia-Ju Bai2018-09-241-1/+1
* media: imx: work around false-positive warning, againArnd Bergmann2018-09-241-1/+4
* media: cec: remove cec-edid.cHans Verkuil2018-09-243-25/+14
* media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil2018-09-247-79/+159
* media: cec: integrate cec_validate_phys_addr() in cec-api.cHans Verkuil2018-09-241-1/+18
* media: cec: make cec_get_edid_spa_location() an inline functionHans Verkuil2018-09-241-60/+0