summaryrefslogtreecommitdiff
path: root/drivers/media/cec
AgeCommit message (Expand)AuthorFilesLines
2024-06-16media: cec: core: add adap_nb_transmit_canceled() callbackHans Verkuil1-2/+2
2024-06-16media: cec: core: avoid confusing "transmit timed out" messageHans Verkuil1-1/+14
2024-06-16media: cec: core: avoid recursive cec_claim_log_addrsHans Verkuil2-2/+6
2024-06-16media: cec-adap.c: drop activate_cnt, use state info insteadHans Verkuil1-93/+59
2024-06-16media: cec: use call_op and check for !unregisteredHans Verkuil6-40/+51
2024-06-16media: cec: correctly pass on reply resultsHans Verkuil1-18/+30
2024-06-16media: cec: abort if the current transmit was canceledHans Verkuil1-3/+11
2024-06-16media: cec: call enable_adap on s_log_addrsHans Verkuil2-64/+128
2024-06-16media: cec: fix a deadlock situationHans Verkuil3-17/+30
2024-06-16media: cec: cec-api: add locking in cec_release()Hans Verkuil1-0/+3
2024-06-16media: cec: cec-adap: always cancel work in cec_transmit_msg_fhHans Verkuil1-2/+1
2024-05-02media: cec: core: remove length check of Timer StatusNini Song1-14/+0
2023-09-19media: pulse8-cec: handle possible ping errorDmitry Antipov1-2/+5
2023-07-27media: cec: i2c: ch7322: also select REGMAPRandy Dunlap1-0/+1
2023-06-28media: cec: core: don't set last_initiator if tx in progressHans Verkuil1-1/+2
2022-11-10media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil1-0/+2
2022-11-10media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil1-0/+2
2022-06-09media: cec-adap.c: fix is_configuring stateHans Verkuil1-3/+3
2022-01-27media: cec-pin: fix interrupt en/disable handlingHans Verkuil1-13/+18
2021-12-01media: cec: copy sequence field for the replyHans Verkuil1-0/+1
2021-09-18media: tegra-cec: Handle errors of clk_prepare_enable()Evgeny Novikov1-4/+6
2021-09-18media: platform: stm32: unprepare clocks at handling errors in probeEvgeny Novikov1-8/+18
2021-07-14media: s5p_cec: decrement usage count if disabledMauro Carvalho Chehab1-1/+1
2021-07-14media: s5p: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-1/+4
2021-02-04media: cec: add stm32 driverYannick Fertre1-0/+1
2020-12-01media: pulse8-cec: add support for FW v10 and upHans Verkuil1-13/+30
2020-12-01media: pulse8-cec: fix duplicate free at disconnect or probe errorHans Verkuil1-5/+4
2020-10-04Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab1-1/+1
2020-09-26media: cec-adap.c: add 'unregistered' checksHans Verkuil1-0/+6
2020-09-26media: cec-core.c: stop kthread_config before kthreadHans Verkuil1-1/+1
2020-09-10media: cec-adap.c: don't use flush_scheduled_work()Hans Verkuil1-1/+1
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young2-2/+2
2020-09-01media: cec: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+8
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-07-19cec-api: prevent leaking memory through hole in structureHans Verkuil1-1/+7
2020-07-04media: cros-ec-cec: do not bail on device_init_wakeup failureDariusz Marcinkiewicz1-5/+1
2020-07-04media: cec: i2c: ch7322: Add ch7322 CEC controller driverJeff Chase5-1/+625
2020-07-04media: cec: add adap_controls_phys_addr optionJeff Chase1-4/+7
2020-06-23media: cec: remove unused waitq and phys_addrs fieldsHans Verkuil2-5/+0
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-11media: medium: cec: Make MEDIA_CEC_SUPPORT default to n if !MEDIA_SUPPORTGeert Uytterhoeven1-1/+1
2020-06-04Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds44-19/+6747
2020-05-05media: cec: silence shift wrapping warning in __cec_s_log_addrs()Dan Carpenter1-4/+4
2020-04-29media: cec-gpio: handle gpiod_get_value errors correctlyHans Verkuil1-7/+11
2020-04-21Update rmk's email address in various driversRussell King1-1/+1
2020-04-17media: cec/usb: depends on USB_SUPPORT and TTYMauro Carvalho Chehab1-0/+2
2020-04-17media: cec: don't select PCI & DMIMauro Carvalho Chehab1-2/+1
2020-04-15media: cec: rename CEC platform drivers config optionsMauro Carvalho Chehab10-28/+28