summaryrefslogtreecommitdiff
path: root/drivers/media/cec
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'media/v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2-2/+7
2025-05-09media: platform: cros-ec: select ports ab for DirksKells Ping1-1/+2
2025-04-25media: platform: cros-ec: Add Moxie to the match tableKen Lin1-0/+2
2025-04-25media: platform: cros-ec: Add Dirks to the match tableKells Ping1-0/+2
2025-04-25media: cec: extron-da-hd-4k-plus: Fix Wformat-truncationHans Verkuil1-2/+2
2025-04-07media: cec: tda9950: add back i2c dependencyArnd Bergmann1-0/+1
2025-03-29Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-0/+517
2025-03-26Merge tag 'media/v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2-7/+6
2025-03-06media: cec: use us_to_ktime() where appropriateVitaliy Shevtsov1-6/+5
2025-03-05media: cec: core: allow raw msg transmit while configuringHans Verkuil1-1/+1
2025-02-18media: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-13media: cec: move driver for TDA9950 from drm/i2cDmitry Baryshkov3-0/+517
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