summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/tc358743.c
Commit message (Expand)AuthorAgeFilesLines
* media: i2c: add SPDX license infoHans Verkuil2018-02-141-14/+1
* media: tc358743: Convert timers to use timer_setup()Kees Cook2017-10-311-4/+3
* media: tc358743: validate lane countPhilipp Zabel2017-10-271-0/+5
* media: tc358743: set entity function to video interface bridgePhilipp Zabel2017-10-271-0/+1
* media: tc358743: remove an unneeded conditionDan Carpenter2017-10-271-1/+1
* media: i2c: tc358743: fix spelling mistakeJacob Chen2017-10-271-1/+1
* [media] media/i2c/tc358743: Initialize timerKees Cook2017-10-041-2/+2
* media: tc358743: add CEC supportHans Verkuil2017-09-231-6/+199
* media: tc358743: constify i2c_device_idArvind Yadav2017-08-261-1/+1
* [media] i2c: tc358743: remove useless variable assignment in tc358743_isrGustavo A. R. Silva2017-06-201-1/+0
* [media] tc358743: Add support for platforms without IRQ lineDave Stevenson2017-06-071-0/+38
* [media] tc358743: Setup default mbus_fmt before registeringDave Stevenson2017-06-071-1/+2
* [media] tc358743: Add enum_mbus_codeDave Stevenson2017-06-071-0/+18
* [media] tc358743: Handle return value of clk_prepare_enableArvind Yadav2017-06-071-1/+5
* [media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus2017-06-061-5/+6
* [media] tc358743: fix register i2c_rd/wr function fixPhilipp Zabel2017-05-181-1/+1
* [media] tc358743: Add OF device ID tableJavier Martinez Canillas2017-04-171-0/+9
* [media] tc358743: put lanes in STOP state before starting streamingPhilipp Zabel2017-03-221-0/+4
* [media] tc358743: fix register i2c_rd/wr functionsArnd Bergmann2017-03-031-21/+25
* [media] tc358743: ctrl_detect_tx_5v should always be updatedMats Randgaard2017-02-031-0/+1
* [media] tc358743: Disable HDCP with "manual HDCP authentication" bitMats Randgaard2017-02-031-20/+12
* [media] tc358743: Do not read number of CSI lanes in use from chipMats Randgaard2017-02-031-7/+7
* [media] tc358743: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-081-14/+1
* [media] tc358743: drop bogus commentHans Verkuil2016-04-251-1/+0
* [media] tc358743: zero the reserved arrayHans Verkuil2016-04-201-0/+4
* [media] tc358743: use - instead of non-ascii wide-dash characterHans Verkuil2016-02-271-15/+15
* [media] tc358743: Use local array with fixed size in i2c writeMats Randgaard2016-02-011-8/+8
* [media] tc358743: Print timings only when debug level is setMats Randgaard2016-02-011-4/+5
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] v4l2-dv-timings: add new arg to v4l2_match_dv_timingsHans Verkuil2015-12-031-2/+2
* [media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab2015-11-171-1/+1
* [media] i2c: fix platform_no_drv_owner.cocci warningsFengguang Wu2015-09-031-1/+0
* [media] tc358743: only queue subdev notifications if devnode is setPhilipp Zabel2015-09-031-1/+2
* [media] tc358743: make reset gpio optionalUwe Kleine-König2015-09-031-2/+4
* [media] tc358743: set direction of reset gpio using devm_gpiod_getUwe Kleine-König2015-09-031-2/+1
* [media] tc358743: don't use variable length array for I2C writesMauro Carvalho Chehab2015-08-161-1/+11
* [media] tc358743: remove unused variableHans Verkuil2015-08-111-3/+0
* [media] tc358743: allow event subscriptionPhilipp Zabel2015-07-221-2/+17
* [media] tc358743: add direct interrupt handlingPhilipp Zabel2015-07-221-0/+22
* [media] tc358743: support probe from device treePhilipp Zabel2015-07-221-6/+149
* [media] tc358743: enable v4l2 subdevice devnodePhilipp Zabel2015-07-221-1/+1
* [media] tc358743: register v4l2 asynchronous subdevicePhilipp Zabel2015-07-221-0/+13
* [media] Driver for Toshiba TC358743 HDMI to CSI-2 bridgeMats Randgaard2015-07-171-0/+1778