summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec
Commit message (Expand)AuthorAgeFilesLines
* media: s5p: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab2021-05-101-1/+4
* media: s5p_cec: decrement usage count if disabledMauro Carvalho Chehab2021-05-101-1/+1
* media: cec/core: clarify rx-arb-lost usage messageHans Verkuil2021-04-061-1/+1
* media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)Hans Verkuil2021-03-221-1/+1
* media: cec-notifier: also search for HDMI devices on I2CJohan Fjeldtvedt2021-03-111-11/+22
* Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab2021-02-011-0/+1
|\
| * media: cec: add stm32 driverYannick Fertre2021-01-261-0/+1
* | media: cec: fix trivial style warningsNigel Christian2021-01-121-2/+2
* | media: cec: add EPOLLPRI in poll() when dev is unregisteredHans Verkuil2021-01-041-1/+1
|/
* Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2020-12-141-2/+2
|\
| * media: cec-core: first mark device unregistered, then wake up fhsHans Verkuil2020-11-161-2/+2
* | media: pulse8-cec: add support for FW v10 and upHans Verkuil2020-12-011-13/+30
* | media: pulse8-cec: fix duplicate free at disconnect or probe errorHans Verkuil2020-12-011-5/+4
|/
* Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab2020-10-041-1/+1
|\
| * media: cec-adap.c: don't use flush_scheduled_work()Hans Verkuil2020-09-101-1/+1
* | media: cec-adap.c: add 'unregistered' checksHans Verkuil2020-09-261-0/+6
* | media: cec-core.c: stop kthread_config before kthreadHans Verkuil2020-09-261-1/+1
* | media: rc: harmonize infrared durations to microsecondsSean Young2020-09-032-2/+2
* | media: cec: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-09-011-19/+8
* | media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-293-5/+5
|/
* cec-api: prevent leaking memory through hole in structureHans Verkuil2020-07-191-1/+7
* media: cros-ec-cec: do not bail on device_init_wakeup failureDariusz Marcinkiewicz2020-07-041-5/+1
* media: cec: i2c: ch7322: Add ch7322 CEC controller driverJeff Chase2020-07-045-1/+625
* media: cec: add adap_controls_phys_addr optionJeff Chase2020-07-041-4/+7
* media: cec: remove unused waitq and phys_addrs fieldsHans Verkuil2020-06-232-5/+0
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-1/+1
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* | Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-131-1/+1
|\ \ | |/ |/|
| * media: medium: cec: Make MEDIA_CEC_SUPPORT default to n if !MEDIA_SUPPORTGeert Uytterhoeven2020-06-111-1/+1
* | Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-0344-19/+6747
|\|
| * media: cec: silence shift wrapping warning in __cec_s_log_addrs()Dan Carpenter2020-05-051-4/+4
| * media: cec-gpio: handle gpiod_get_value errors correctlyHans Verkuil2020-04-291-7/+11
| * media: cec/usb: depends on USB_SUPPORT and TTYMauro Carvalho Chehab2020-04-171-0/+2
| * media: cec: don't select PCI & DMIMauro Carvalho Chehab2020-04-171-2/+1
| * media: cec: rename CEC platform drivers config optionsMauro Carvalho Chehab2020-04-1510-28/+28
| * media: move CEC USB drivers to a separate directoryMauro Carvalho Chehab2020-04-1510-1/+1333
| * media: move CEC platform drivers to a separate directoryMauro Carvalho Chehab2020-04-1527-2/+5375
| * media: place CEC menu before MEDIA_SUPPORTMauro Carvalho Chehab2020-04-151-0/+20
| * media: cec: move the core to a separate directoryMauro Carvalho Chehab2020-04-1510-15/+17
| * Revert "media: Kconfig: move CEC-specific options to cec/Kconfig"Mauro Carvalho Chehab2020-04-151-10/+0
| * media: Kconfig: move CEC-specific options to cec/KconfigMauro Carvalho Chehab2020-04-141-0/+10
* | Update rmk's email address in various driversRussell King2020-04-211-1/+1
|/
* media: cec-notifier: make cec_notifier_get_conn() staticHans Verkuil2020-03-201-2/+15
* media: cec-notifier: rename conn_name to port_nameHans Verkuil2020-03-201-12/+12
* media: cec: remove unused functionsHans Verkuil2020-01-083-56/+4
* media: cec: check 'transmit_in_progress', not 'transmitting'Hans Verkuil2019-12-131-8/+12
* media: cec: avoid decrementing transmit_queue_sz if it is 0Hans Verkuil2019-12-131-2/+12
* media: cec: CEC 2.0-only bcast messages were ignoredHans Verkuil2019-12-131-3/+3
* Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-271-2/+3
|\
| * cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil2019-10-071-2/+3