index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
cec
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tree-wide] finally take no_llseek out
Al Viro
2024-09-27
1
-1
/
+0
*
media: cec: move cec_get/put_device to header
Hans Verkuil
2024-09-05
3
-33
/
+2
*
media: cec: cec-adap.c: improve CEC_MSG_FL_REPLY_VENDOR_ID check
Hans Verkuil
2024-08-08
1
-5
/
+6
*
media: cec: core: add new CEC_MSG_FL_REPLY_VENDOR_ID flag
Hans Verkuil
2024-08-05
2
-16
/
+38
*
media: cec: core: avoid confusing "transmit timed out" message
Hans Verkuil
2024-05-02
1
-1
/
+14
*
media: cec: core: avoid recursive cec_claim_log_addrs
Hans Verkuil
2024-05-02
2
-2
/
+6
*
media: cec: cec-api: add locking in cec_release()
Hans Verkuil
2024-05-02
1
-0
/
+3
*
media: cec: cec-adap: always cancel work in cec_transmit_msg_fh
Hans Verkuil
2024-05-02
1
-2
/
+1
*
media: cec: return -ENODEV instead of -ENXIO if unregistered
Hans Verkuil
2024-04-24
1
-2
/
+2
*
media: cec: make cec_bus_type const
Ricardo B. Marliere
2024-02-05
1
-1
/
+1
*
media: cec: core: remove length check of Timer Status
Nini Song
2024-02-05
1
-14
/
+0
*
media: cec: core: count low-drive, error and arb-lost conditions
Hans Verkuil
2023-11-23
1
-5
/
+49
*
Merge drm/drm-next into drm-intel-next
Jani Nikula
2023-09-15
4
-14
/
+28
|
\
|
*
media: cec-pin: only enable interrupts when monitoring the CEC pin
Hans Verkuil
2023-08-10
1
-2
/
+2
|
*
media: cec-pin: improve interrupt handling
Hans Verkuil
2023-08-10
2
-8
/
+21
|
*
media: cec: core: add adap_unconfigured() callback
Hans Verkuil
2023-08-10
1
-2
/
+2
|
*
media: cec: core: add adap_nb_transmit_canceled() callback
Hans Verkuil
2023-08-10
1
-2
/
+2
|
*
media: Explicitly include correct DT includes
Rob Herring
2023-07-19
1
-0
/
+1
*
|
media: cec: core: add note about *_from_edid() function usage in drm
Jani Nikula
2023-09-01
2
-0
/
+10
|
/
*
media: cec: core: don't set last_initiator if tx in progress
Hans Verkuil
2023-05-26
1
-1
/
+2
*
media: cec: core: disable adapter in cec_devnode_unregister
Hans Verkuil
2023-05-26
3
-1
/
+7
*
media: cec: core: not all messages were passed on when monitoring
Hans Verkuil
2023-04-15
1
-2
/
+5
*
media: cec: add support for Absolute Volume Control
Hans Verkuil
2022-09-24
1
-0
/
+1
*
media: cec-adap.c: log when claiming LA fails unexpectedly
Hans Verkuil
2022-06-20
1
-1
/
+4
*
media: cec-adap.c: drop activate_cnt, use state info instead
Hans Verkuil
2022-05-13
1
-93
/
+59
*
media: cec-adap.c: reconfigure if the PA changes during configuration
Hans Verkuil
2022-05-13
1
-1
/
+19
*
media: cec-adap.c: fix is_configuring state
Hans Verkuil
2022-05-13
1
-3
/
+3
*
media: cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUT
Hans Verkuil
2022-05-13
1
-2
/
+3
*
media: cec-adap.c: don't unconfigure if already unconfigured
Hans Verkuil
2022-05-13
1
-2
/
+3
*
media: cec-pin.c: don't zero work_pin_num_events in adap_enable
Hans Verkuil
2022-05-13
1
-4
/
+1
*
media: cec-pin.c: disabling the adapter cannot call kthread_stop
Hans Verkuil
2022-05-13
1
-21
/
+33
*
media: cec: add optional adap_configured callback
Hans Verkuil
2022-04-24
1
-0
/
+2
*
media: cec: add xfer_timeout_ms field
Hans Verkuil
2022-04-24
2
-14
/
+17
*
media: cec: use call_op and check for !unregistered
Hans Verkuil
2022-04-24
6
-40
/
+51
*
media: cec: correctly pass on reply results
Hans Verkuil
2022-04-24
1
-18
/
+30
*
media: cec: abort if the current transmit was canceled
Hans Verkuil
2022-04-24
1
-3
/
+11
*
media: cec: call enable_adap on s_log_addrs
Hans Verkuil
2022-04-24
2
-64
/
+128
*
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-23
1
-1
/
+1
|
\
|
*
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
2022-01-15
1
-1
/
+1
*
|
media: cec: fix a deadlock situation
Hans Verkuil
2021-12-07
3
-17
/
+30
*
|
media: cec-pin: fix interrupt en/disable handling
Hans Verkuil
2021-12-07
1
-13
/
+18
*
|
media: cec-pin: drop unused 'enabled' field from struct cec_pin
Hans Verkuil
2021-12-07
2
-2
/
+0
*
|
Merge tag 'v5.16-rc4' into media_tree
Mauro Carvalho Chehab
2021-12-07
1
-0
/
+1
|
\
|
|
*
media: cec: copy sequence field for the reply
Hans Verkuil
2021-11-10
1
-0
/
+1
*
|
media: cec: safely unhook lists in cec_data
Hans Verkuil
2021-11-30
2
-2
/
+8
|
/
*
media: cec-pin: fix off-by-one SFT check
Hans Verkuil
2021-09-30
1
-2
/
+2
*
media: cec-pin: rename timer overrun variables
Deborah Brouwer
2021-08-04
2
-12
/
+12
*
media: cec/core: clarify rx-arb-lost usage message
Hans Verkuil
2021-04-06
1
-1
/
+1
*
media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)
Hans Verkuil
2021-03-22
1
-1
/
+1
*
media: cec-notifier: also search for HDMI devices on I2C
Johan Fjeldtvedt
2021-03-11
1
-11
/
+22
[next]