aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-06media: cec/core: clarify rx-arb-lost usage messageHans Verkuil1-1/+1
2021-03-22media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)Hans Verkuil1-1/+1
2021-03-11media: cec-notifier: also search for HDMI devices on I2CJohan Fjeldtvedt1-11/+22
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab1-0/+1
2021-01-26media: cec: add stm32 driverYannick Fertre1-0/+1
2021-01-12media: cec: fix trivial style warningsNigel Christian1-2/+2
2021-01-04media: cec: add EPOLLPRI in poll() when dev is unregisteredHans Verkuil1-1/+1
2020-12-14Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+2
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-11-16media: cec-core: first mark device unregistered, then wake up fhsHans Verkuil1-2/+2
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/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2020-06-14treewide: 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-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus 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
2020-04-15media: move CEC USB drivers to a separate directoryMauro Carvalho Chehab10-1/+1333
2020-04-15media: move CEC platform drivers to a separate directoryMauro Carvalho Chehab27-2/+5375
2020-04-15media: place CEC menu before MEDIA_SUPPORTMauro Carvalho Chehab1-0/+20
2020-04-15media: cec: move the core to a separate directoryMauro Carvalho Chehab10-15/+17
2020-04-15Revert "media: Kconfig: move CEC-specific options to cec/Kconfig"Mauro Carvalho Chehab1-10/+0
2020-04-14media: Kconfig: move CEC-specific options to cec/KconfigMauro Carvalho Chehab1-0/+10
2020-03-20media: cec-notifier: make cec_notifier_get_conn() staticHans Verkuil1-2/+15
2020-03-20media: cec-notifier: rename conn_name to port_nameHans Verkuil1-12/+12
2020-01-08media: cec: remove unused functionsHans Verkuil3-56/+4
2019-12-13media: cec: check 'transmit_in_progress', not 'transmitting'Hans Verkuil1-8/+12
2019-12-13media: cec: avoid decrementing transmit_queue_sz if it is 0Hans Verkuil1-2/+12
2019-12-13media: cec: CEC 2.0-only bcast messages were ignoredHans Verkuil1-3/+3
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+3
2019-10-24media: cec-pin: add 'received' callbackHans Verkuil1-0/+10
2019-10-07cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil1-2/+3
2019-10-01media: cec: expose the new connector info APIDariusz Marcinkiewicz3-5/+22