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