summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec
AgeCommit message (Expand)AuthorLines
2025-01-07media: cec: include linux/debugfs.h and linux/seq_file.h where neededJani Nikula-9/+14
2024-11-11Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1Mauro Carvalho Chehab-4/+4
2024-11-08media: replace obsolete hans.verkuil@cisco.com aliasHans Verkuil-2/+2
2024-10-18media: pulse8-cec: fix data timestamp at pulse8_setup()Mauro Carvalho Chehab-1/+1
2024-10-18media: cec: extron-da-hd-4k-plus: don't use -1 as an error codeMauro Carvalho Chehab-3/+3
2024-10-12media: cec: seco: add HAS_IOPORT dependencyArnd Bergmann-1/+1
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König-9/+9
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-05media: cec: extron-da-hd-4k-plus: add the Extron DA HD 4K Plus CEC driverHans Verkuil-0/+2686
2024-09-05media: cec: move cec_get/put_device to headerHans Verkuil-33/+2
2024-08-08media: cec: cec-adap.c: improve CEC_MSG_FL_REPLY_VENDOR_ID checkHans Verkuil-5/+6
2024-08-05media: cec: core: add new CEC_MSG_FL_REPLY_VENDOR_ID flagHans Verkuil-16/+38
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2024-05-08media: stih-cec: add missing io.hAndy Shevchenko-0/+1
2024-05-02media: cec: core: avoid confusing "transmit timed out" messageHans Verkuil-1/+14
2024-05-02media: cec: core: avoid recursive cec_claim_log_addrsHans Verkuil-2/+6
2024-05-02media: cec: cec-api: add locking in cec_release()Hans Verkuil-0/+3
2024-05-02media: cec: cec-adap: always cancel work in cec_transmit_msg_fhHans Verkuil-2/+1
2024-04-24media: cec: return -ENODEV instead of -ENXIO if unregisteredHans Verkuil-2/+2
2024-04-08media: platform: cros-ec: provide ID table for avoiding fallback matchTzung-Bi Shih-1/+8
2024-02-16media: platform: cros-ec: Add Dita to the match tableKells Ping-0/+2
2024-02-05media: cec: make cec_bus_type constRicardo B. Marliere-1/+1
2024-02-05media: cec: core: remove length check of Timer StatusNini Song-14/+0
2023-11-23media: platform: cros-ec: Add Dexi to the match tableKen Lin-0/+2
2023-11-23media: cec: core: count low-drive, error and arb-lost conditionsHans Verkuil-5/+49
2023-11-06Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-87/+302
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2023-10-13media: cec: meson: always include meson sub-directory in MakefileMarek Szyprowski-1/+1
2023-10-07media: platform: cros-ec: Add Taranza to the match tableKen Lin-0/+2
2023-10-07media: platform: cros-ec: Rename conns array for the match tableKen Lin-15/+15
2023-09-27media: platform: cros-ec: Add Boxy to the match tablerasheed.hsueh-0/+3
2023-09-27media: cros-ec-cec: Add Constitution to the match tableStefan Adolfsson-0/+3
2023-09-27media: cros-ec-cec: Add Dibbi to the match tableReka Norman-0/+3
2023-09-27media: cros-ec-cec: Get number of CEC ports from ECReka Norman-5/+35
2023-09-27media: cros-ec-cec: Allow specifying multiple HDMI connectorsReka Norman-19/+30
2023-09-27media: cros-ec-cec: Support receiving messages from multiple portsReka Norman-6/+53
2023-09-27media: cros-ec-cec: Support multiple ports in MKBP cec_eventsReka Norman-2/+11
2023-09-27media: cros-ec-cec: Support multiple ports in write commandReka Norman-3/+51
2023-09-27media: cros-ec-cec: Support multiple ports in set/get host commandsReka Norman-0/+2
2023-09-27media: cros-ec-cec: Manage an array of portsReka Norman-39/+108
2023-09-27media: cros-ec-cec: Use cros_ec_cmd to send host commandsReka Norman-28/+16
2023-09-15Merge drm/drm-next into drm-intel-nextJani Nikula-31/+39
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel-1/+1
2023-09-01media: cec: core: add note about *_from_edid() function usage in drmJani Nikula-0/+10
2023-08-10media: tegra_cec: fix the return value handle for platform_get_irq()Ruan Jinjie-2/+2
2023-08-10media: cec-pin: only enable interrupts when monitoring the CEC pinHans Verkuil-2/+2
2023-08-10media: cec-gpio: drop the cec_gpio_free callbackHans Verkuil-6/+0
2023-08-10media: cec-pin: improve interrupt handlingHans Verkuil-8/+21
2023-08-10media: cec-gpio: specify IRQF_NO_AUTOEN when requesting irqHans Verkuil-3/+1
2023-08-10media: cec: core: add adap_unconfigured() callbackHans Verkuil-2/+2