index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
cec
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-16
media: cec: cec-api: add locking in cec_release()
Hans Verkuil
1
-0
/
+3
2024-06-16
media: cec: cec-adap: always cancel work in cec_transmit_msg_fh
Hans Verkuil
1
-2
/
+1
2023-06-28
media: cec: core: don't set last_initiator if tx in progress
Hans Verkuil
1
-1
/
+2
2022-06-14
media: cec-adap.c: fix is_configuring state
Hans Verkuil
1
-3
/
+3
2021-12-01
media: cec: copy sequence field for the reply
Hans Verkuil
1
-0
/
+1
2020-09-03
cec-api: prevent leaking memory through hole in structure
Hans Verkuil
1
-1
/
+7
2020-06-22
media: cec: silence shift wrapping warning in __cec_s_log_addrs()
Dan Carpenter
1
-4
/
+4
2020-01-09
media: cec: check 'transmit_in_progress', not 'transmitting'
Hans Verkuil
1
-8
/
+12
2020-01-09
media: cec: avoid decrementing transmit_queue_sz if it is 0
Hans Verkuil
1
-2
/
+12
2020-01-09
media: cec: CEC 2.0-only bcast messages were ignored
Hans Verkuil
1
-3
/
+3
2019-12-13
media: cec: report Vendor ID after initialization
Hans Verkuil
1
-0
/
+7
2019-11-24
media: cec-gpio: select correct Signal Free Time
Hans Verkuil
1
-0
/
+20
2019-10-05
media: cec-notifier: clear cec_adap in cec_notifier_unregister
Hans Verkuil
1
-0
/
+2
2019-09-16
media: cec: remove cec-edid.c
Hans Verkuil
3
-25
/
+14
2019-09-16
media: cec/v4l2: move V4L2 specific CEC functions to V4L2
Hans Verkuil
1
-71
/
+0
2019-01-09
media: cec-pin: fix broken tx_ignore_nack_until_eom error injection
Hans Verkuil
1
-2
/
+3
2019-01-09
media: cec: keep track of outstanding transmits
Hans Verkuil
1
-9
/
+18
2018-12-13
media: cec: check for non-OK/NACK conditions while claiming a LA
Hans Verkuil
1
-10
/
+37
2018-11-13
media: cec: forgot to cancel delayed work
Hans Verkuil
1
-0
/
+2
2018-11-13
media: cec: fix the Signal Free Time calculation
Hans Verkuil
1
-19
/
+7
2018-11-13
media: cec: add new tx/rx status bits to detect aborts/timeouts
Hans Verkuil
1
-48
/
+18
2018-11-13
media: cec: integrate cec_validate_phys_addr() in cec-api.c
Hans Verkuil
1
-1
/
+18
2018-11-13
media: cec: make cec_get_edid_spa_location() an inline function
Hans Verkuil
1
-60
/
+0
2018-08-20
Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
1
-3
/
+8
2018-07-25
media: cec: add support for 5V signal testing
Hans Verkuil
2
-1
/
+25
2018-07-13
media: cec-notifier: Get notifier by device and connector name
Neil Armstrong
1
-3
/
+8
2018-05-28
media: cec: fix wrong tx/rx_status values when canceling a msg
Hans Verkuil
1
-6
/
+13
2018-05-28
media: cec-pin-error-inj: avoid a false-positive Spectre detection
Mauro Carvalho Chehab
1
-11
/
+12
2018-04-20
media: rc: per-protocol repeat period and minimum keyup timer
Sean Young
1
-1
/
+1
2018-04-20
media: cec: set ev rather than v with CEC_PIN_EVENT_FL_DROPPED bit
Colin Ian King
1
-1
/
+1
2018-04-17
media: cec: fix smatch error
Hans Verkuil
1
-4
/
+6
2018-04-04
media: cec-pin: Fixed ktime_t to ns conversion
Jasmin Jessich
1
-3
/
+3
2018-03-23
media: cec-core: fix a bug at cec_error_inj_write()
Mauro Carvalho Chehab
1
-3
/
+3
2018-03-22
media: cec: improve CEC pin event handling
Hans Verkuil
3
-14
/
+35
2018-03-22
media: cec-pin: improve status log
Hans Verkuil
2
-3
/
+68
2018-03-22
media: cec-pin: add error injection support
Hans Verkuil
2
-59
/
+527
2018-03-22
media: cec-pin-error-inj: parse/show error injection
Hans Verkuil
5
-0
/
+429
2018-03-22
media: cec-pin: create cec_pin_start_timer() function
Hans Verkuil
2
-8
/
+15
2018-03-22
media: cec: add core error injection support
Hans Verkuil
1
-0
/
+58
2018-02-26
media: cec: improve debugging
Hans Verkuil
1
-15
/
+17
2018-02-14
media: cec: add SPDX license info
Hans Verkuil
8
-104
/
+8
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-4
/
+4
2018-02-06
Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
4
-82
/
+60
2017-12-14
media: cec: move cec autorepeat handling to rc-core
Sean Young
2
-63
/
+5
2017-12-08
media: cec: disable the hardware when unregistered
Hans Verkuil
2
-13
/
+13
2017-12-08
media: cec: add the adap_monitor_pin_enable op
Hans Verkuil
3
-5
/
+41
2017-12-08
media: cec-adap: add '0x' prefix when printing status
Hans Verkuil
1
-1
/
+1
2017-11-27
media: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-15
Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-26
/
+193
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
[next]