aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/tc358743.c
AgeCommit message (Expand)Author
2024-03-26media: tc358743: register v4l2 async device only after successful setupAlexander Stein
2021-07-14media: tc358743: Fix error return code in tc358743_probe_of()Zhen Lei
2021-05-11media: tc358743: fix possible use-after-free in tc358743_remove()Yang Yingliang
2020-10-29media: tc358743: cleanup tc358743_cec_isrTom Rix
2020-10-29media: tc358743: initialize variableTom Rix
2019-08-13media: i2c: Convert to new i2c device probe()Kieran Bingham
2018-12-25Merge tag 'media/v4.20-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-11-29Merge v4.20-rc4 into drm-nextDave Airlie
2018-11-23media: adv*/tc358743/ths8200: fill in min width/height/pixelclockHans Verkuil
2018-11-19Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-11-06media: tc358743: Remove unnecessary self assignmentNathan Chancellor
2018-10-04media: v4l: fwnode: Let the caller provide V4L2 fwnode endpointSakari Ailus
2018-10-04media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus
2018-10-01video/hdmi: Pass buffer size to infoframe unpack functionsVille Syrjälä
2018-09-24media: replace ADOBERGB by OPRGBHans Verkuil
2018-09-24media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil
2018-06-28media: tc358743: release device_node in tc358743_probe_of()Alexey Khoroshilov
2018-02-14media: i2c: add SPDX license infoHans Verkuil
2017-10-31media: tc358743: Convert timers to use timer_setup()Kees Cook
2017-10-27media: tc358743: validate lane countPhilipp Zabel
2017-10-27media: tc358743: set entity function to video interface bridgePhilipp Zabel
2017-10-27media: tc358743: remove an unneeded conditionDan Carpenter
2017-10-27media: i2c: tc358743: fix spelling mistakeJacob Chen
2017-10-04[media] media/i2c/tc358743: Initialize timerKees Cook
2017-09-23media: tc358743: add CEC supportHans Verkuil
2017-08-26media: tc358743: constify i2c_device_idArvind Yadav
2017-06-20[media] i2c: tc358743: remove useless variable assignment in tc358743_isrGustavo A. R. Silva
2017-06-07[media] tc358743: Add support for platforms without IRQ lineDave Stevenson
2017-06-07[media] tc358743: Setup default mbus_fmt before registeringDave Stevenson
2017-06-07[media] tc358743: Add enum_mbus_codeDave Stevenson
2017-06-07[media] tc358743: Handle return value of clk_prepare_enableArvind Yadav
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus
2017-05-18[media] tc358743: fix register i2c_rd/wr function fixPhilipp Zabel
2017-04-17[media] tc358743: Add OF device ID tableJavier Martinez Canillas
2017-03-22[media] tc358743: put lanes in STOP state before starting streamingPhilipp Zabel
2017-03-03[media] tc358743: fix register i2c_rd/wr functionsArnd Bergmann
2017-02-03[media] tc358743: ctrl_detect_tx_5v should always be updatedMats Randgaard
2017-02-03[media] tc358743: Disable HDCP with "manual HDCP authentication" bitMats Randgaard
2017-02-03[media] tc358743: Do not read number of CSI lanes in use from chipMats Randgaard
2016-07-08[media] tc358743: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-04-25[media] tc358743: drop bogus commentHans Verkuil
2016-04-20[media] tc358743: zero the reserved arrayHans Verkuil
2016-02-27[media] tc358743: use - instead of non-ascii wide-dash characterHans Verkuil
2016-02-01[media] tc358743: Use local array with fixed size in i2c writeMats Randgaard
2016-02-01[media] tc358743: Print timings only when debug level is setMats Randgaard
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab
2015-12-03[media] v4l2-dv-timings: add new arg to v4l2_match_dv_timingsHans Verkuil
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab
2015-09-03[media] i2c: fix platform_no_drv_owner.cocci warningsFengguang Wu