aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec
AgeCommit message (Expand)Author
2020-10-01media: cec-adap.c: don't use flush_scheduled_work()Hans Verkuil
2020-09-03cec-api: prevent leaking memory through hole in structureHans Verkuil
2020-08-19media: cros-ec-cec: do not bail on device_init_wakeup failureDariusz Marcinkiewicz
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11media: medium: cec: Make MEDIA_CEC_SUPPORT default to n if !MEDIA_SUPPORTGeert Uytterhoeven
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-05-05media: cec: silence shift wrapping warning in __cec_s_log_addrs()Dan Carpenter
2020-04-29media: cec-gpio: handle gpiod_get_value errors correctlyHans Verkuil
2020-04-21Update rmk's email address in various driversRussell King
2020-04-17media: cec/usb: depends on USB_SUPPORT and TTYMauro Carvalho Chehab
2020-04-17media: cec: don't select PCI & DMIMauro Carvalho Chehab
2020-04-15media: cec: rename CEC platform drivers config optionsMauro Carvalho Chehab
2020-04-15media: move CEC USB drivers to a separate directoryMauro Carvalho Chehab
2020-04-15media: move CEC platform drivers to a separate directoryMauro Carvalho Chehab
2020-04-15media: place CEC menu before MEDIA_SUPPORTMauro Carvalho Chehab
2020-04-15media: cec: move the core to a separate directoryMauro Carvalho Chehab
2020-04-15Revert "media: Kconfig: move CEC-specific options to cec/Kconfig"Mauro Carvalho Chehab
2020-04-14media: Kconfig: move CEC-specific options to cec/KconfigMauro Carvalho Chehab
2020-03-20media: cec-notifier: make cec_notifier_get_conn() staticHans Verkuil
2020-03-20media: cec-notifier: rename conn_name to port_nameHans Verkuil
2020-01-08media: cec: remove unused functionsHans Verkuil
2019-12-13media: cec: check 'transmit_in_progress', not 'transmitting'Hans Verkuil
2019-12-13media: cec: avoid decrementing transmit_queue_sz if it is 0Hans Verkuil
2019-12-13media: cec: CEC 2.0-only bcast messages were ignoredHans Verkuil
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-10-24media: cec-pin: add 'received' callbackHans Verkuil
2019-10-07cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil
2019-10-01media: cec: expose the new connector info APIDariusz Marcinkiewicz
2019-10-01media: cec/cec-adap.c: use new UI_CMD definesHans Verkuil
2019-08-26media: cec-notifier: clear cec_adap in cec_notifier_unregisterHans Verkuil
2019-08-26media: cec-adap: return from cec_s_conn_info() if adap is invalidHans Verkuil
2019-06-27media: cec-notifier: add new notifier functionsHans Verkuil
2019-06-27media: cec: add struct cec_connector_info supportDariusz Marcinkiewicz
2019-06-27media: cec-notifier: rename variables, check kstrdup and n->conn_nameHans Verkuil
2019-05-29media: cec-adap: fix regression in ping sanity checkHans Verkuil
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab
2019-05-23media: cec: allow any initiator for Ping and Image/Text View OnHans Verkuil
2019-05-23media: cec: support CEC_MSG_FL_RAWHans Verkuil
2019-05-23media: cec: add CEC_MSG_FL_RAW flag and msg_is_raw helper functionHans Verkuil
2019-05-23media: cec: move check from cec_transmit to cec_transmit_msg_fhHans Verkuil
2019-05-23media: cec: cec_transmit_msg_fh: do sanity checks firstHans Verkuil
2019-05-22media: cec: mark devnode as registered before actually registering itHans Verkuil
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-22media: cec-notifier: add cec_notifier_parse_hdmi_phandle helperHans Verkuil
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab
2019-03-19media: cec: fill in cec chardev kobject to ease debuggingHans Verkuil
2019-02-18media: cec: fix epoll() by calling poll_wait firstHans Verkuil
2018-11-23media: cec: keep track of outstanding transmitsHans Verkuil