aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/tc358743.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-25Merge tag 'media/v4.20-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2018-11-29Merge v4.20-rc4 into drm-nextDave Airlie1-1/+0
2018-11-23media: adv*/tc358743/ths8200: fill in min width/height/pixelclockHans Verkuil1-1/+1
2018-11-19Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2018-11-06media: tc358743: Remove unnecessary self assignmentNathan Chancellor1-1/+0
2018-10-04media: v4l: fwnode: Let the caller provide V4L2 fwnode endpointSakari Ailus1-12/+14
2018-10-04media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus1-2/+2
2018-10-01video/hdmi: Pass buffer size to infoframe unpack functionsVille Syrjälä1-1/+1
2018-09-24media: replace ADOBERGB by OPRGBHans Verkuil1-2/+2
2018-09-24media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil1-1/+1
2018-06-28media: tc358743: release device_node in tc358743_probe_of()Alexey Khoroshilov1-1/+4
2018-02-14media: i2c: add SPDX license infoHans Verkuil1-14/+1
2017-10-31media: tc358743: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-27media: tc358743: validate lane countPhilipp Zabel1-0/+5
2017-10-27media: tc358743: set entity function to video interface bridgePhilipp Zabel1-0/+1
2017-10-27media: tc358743: remove an unneeded conditionDan Carpenter1-1/+1
2017-10-27media: i2c: tc358743: fix spelling mistakeJacob Chen1-1/+1
2017-10-04[media] media/i2c/tc358743: Initialize timerKees Cook1-2/+2
2017-09-23media: tc358743: add CEC supportHans Verkuil1-6/+199
2017-08-26media: tc358743: constify i2c_device_idArvind Yadav1-1/+1
2017-06-20[media] i2c: tc358743: remove useless variable assignment in tc358743_isrGustavo A. R. Silva1-1/+0
2017-06-07[media] tc358743: Add support for platforms without IRQ lineDave Stevenson1-0/+38
2017-06-07[media] tc358743: Setup default mbus_fmt before registeringDave Stevenson1-1/+2
2017-06-07[media] tc358743: Add enum_mbus_codeDave Stevenson1-0/+18
2017-06-07[media] tc358743: Handle return value of clk_prepare_enableArvind Yadav1-1/+5
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus1-5/+6
2017-05-18[media] tc358743: fix register i2c_rd/wr function fixPhilipp Zabel1-1/+1
2017-04-17[media] tc358743: Add OF device ID tableJavier Martinez Canillas1-0/+9
2017-03-22[media] tc358743: put lanes in STOP state before starting streamingPhilipp Zabel1-0/+4
2017-03-03[media] tc358743: fix register i2c_rd/wr functionsArnd Bergmann1-21/+25
2017-02-03[media] tc358743: ctrl_detect_tx_5v should always be updatedMats Randgaard1-0/+1
2017-02-03[media] tc358743: Disable HDCP with "manual HDCP authentication" bitMats Randgaard1-20/+12
2017-02-03[media] tc358743: Do not read number of CSI lanes in use from chipMats Randgaard1-7/+7
2016-07-08[media] tc358743: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-14/+1
2016-04-25[media] tc358743: drop bogus commentHans Verkuil1-1/+0
2016-04-20[media] tc358743: zero the reserved arrayHans Verkuil1-0/+4
2016-02-27[media] tc358743: use - instead of non-ascii wide-dash characterHans Verkuil1-15/+15
2016-02-01[media] tc358743: Use local array with fixed size in i2c writeMats Randgaard1-8/+8
2016-02-01[media] tc358743: Print timings only when debug level is setMats Randgaard1-4/+5
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab1-1/+1
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab1-1/+1
2015-12-03[media] v4l2-dv-timings: add new arg to v4l2_match_dv_timingsHans Verkuil1-2/+2
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab1-1/+1
2015-09-03[media] i2c: fix platform_no_drv_owner.cocci warningsFengguang Wu1-1/+0
2015-09-03[media] tc358743: only queue subdev notifications if devnode is setPhilipp Zabel1-1/+2
2015-09-03[media] tc358743: make reset gpio optionalUwe Kleine-König1-2/+4
2015-09-03[media] tc358743: set direction of reset gpio using devm_gpiod_getUwe Kleine-König1-2/+1
2015-08-16[media] tc358743: don't use variable length array for I2C writesMauro Carvalho Chehab1-1/+11
2015-08-11[media] tc358743: remove unused variableHans Verkuil1-3/+0
2015-07-22[media] tc358743: allow event subscriptionPhilipp Zabel1-2/+17