summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/tc358743.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-17media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probeDuoming Zhou1-2/+2
2025-09-07media: i2c: tc358743: add support for more infoframe typesHans Verkuil1-14/+95
2025-07-08media: i2c: adv7604/tc358743/tda1997x: HPD low for HZ / 7Hans Verkuil1-2/+2
2025-06-17media: tc358743: Return an appropriate colorspace from tc358743_set_fmtDave Stevenson1-27/+17
2025-06-17media: tc358743: Check I2C succeeded during probeDave Stevenson1-4/+23
2025-06-17media: tc358743: Increase FIFO trigger level to 374Dave Stevenson1-2/+13
2025-06-17media: tc358743: Add support for 972Mbit/s link freqDave Stevenson1-14/+34
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-30media: tc358743: ignore video while HPD is lowHans Verkuil1-0/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2024-10-12media: i2c: tc358743: Fix crash in the probe error path when using pollingAlexander Shiyan1-1/+3
2024-10-12media: i2c: tc358743: export InfoFrames to debugfsHans Verkuil1-1/+35
2024-08-09media: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2024-04-09media: i2c: tc358743: Switch dv timing callbacks to pad opsPaweł Anikiel1-8/+17
2024-02-23media: i2c: replace of_graph_get_next_endpoint()Kuninori Morimoto1-1/+1
2024-02-01media: tc358743: register v4l2 async device only after successful setupAlexander Stein1-3/+4
2023-07-19media: tc358743: Add error code to error messageAlexander Stein1-4/+4
2023-05-25media: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-12-07media: Switch to use dev_err_probe() helperYang Yingliang1-6/+3
2022-10-07Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+2
2022-08-30media: tc358743: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil1-0/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-02-17media: v4l2-mediabus: Drop V4L2_MBUS_CSI2_CONTINUOUS_CLOCK flagLaurent Pinchart1-3/+3
2022-02-17media: v4l2-mediabus: Use structures to describe bus configurationLaurent Pinchart1-18/+2
2022-01-28media: v4l2-fwnode: Move bus config structure to v4l2_mediabus.hLaurent Pinchart1-1/+1
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-4/+4
2021-06-02media: tc358743: Fix error return code in tc358743_probe_of()Zhen Lei1-0/+1
2021-04-09media: tc358743: fix possible use-after-free in tc358743_remove()Yang Yingliang1-1/+1
2020-09-26media: tc358743: cleanup tc358743_cec_isrTom Rix1-5/+7
2020-09-26media: tc358743: initialize variableTom Rix1-1/+1
2020-08-18media: i2c: Use the new get_mbus_config pad opJacopo Mondi1-3/+4
2019-08-13media: i2c: Convert to new i2c device probe()Kieran Bingham1-3/+2
2018-12-26Merge tag 'media/v4.20-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus 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...Dave 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