index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
cec
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-02
media: cec: core: avoid confusing "transmit timed out" message
Hans Verkuil
1
-1
/
+14
2024-05-02
media: cec: core: avoid recursive cec_claim_log_addrs
Hans Verkuil
2
-2
/
+6
2024-05-02
media: cec: cec-api: add locking in cec_release()
Hans Verkuil
1
-0
/
+3
2024-05-02
media: cec: cec-adap: always cancel work in cec_transmit_msg_fh
Hans Verkuil
1
-2
/
+1
2024-04-24
media: cec: return -ENODEV instead of -ENXIO if unregistered
Hans Verkuil
1
-2
/
+2
2024-02-05
media: cec: make cec_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-05
media: cec: core: remove length check of Timer Status
Nini Song
1
-14
/
+0
2023-11-23
media: cec: core: count low-drive, error and arb-lost conditions
Hans Verkuil
1
-5
/
+49
2023-09-15
Merge drm/drm-next into drm-intel-next
Jani Nikula
4
-14
/
+28
2023-09-01
media: cec: core: add note about *_from_edid() function usage in drm
Jani Nikula
2
-0
/
+10
2023-08-10
media: cec-pin: only enable interrupts when monitoring the CEC pin
Hans Verkuil
1
-2
/
+2
2023-08-10
media: cec-pin: improve interrupt handling
Hans Verkuil
2
-8
/
+21
2023-08-10
media: cec: core: add adap_unconfigured() callback
Hans Verkuil
1
-2
/
+2
2023-08-10
media: cec: core: add adap_nb_transmit_canceled() callback
Hans Verkuil
1
-2
/
+2
2023-07-19
media: Explicitly include correct DT includes
Rob Herring
1
-0
/
+1
2023-05-26
media: cec: core: don't set last_initiator if tx in progress
Hans Verkuil
1
-1
/
+2
2023-05-26
media: cec: core: disable adapter in cec_devnode_unregister
Hans Verkuil
3
-1
/
+7
2023-04-15
media: cec: core: not all messages were passed on when monitoring
Hans Verkuil
1
-2
/
+5
2022-09-24
media: cec: add support for Absolute Volume Control
Hans Verkuil
1
-0
/
+1
2022-06-20
media: cec-adap.c: log when claiming LA fails unexpectedly
Hans Verkuil
1
-1
/
+4
2022-05-13
media: cec-adap.c: drop activate_cnt, use state info instead
Hans Verkuil
1
-93
/
+59
2022-05-13
media: cec-adap.c: reconfigure if the PA changes during configuration
Hans Verkuil
1
-1
/
+19
2022-05-13
media: cec-adap.c: fix is_configuring state
Hans Verkuil
1
-3
/
+3
2022-05-13
media: cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUT
Hans Verkuil
1
-2
/
+3
2022-05-13
media: cec-adap.c: don't unconfigure if already unconfigured
Hans Verkuil
1
-2
/
+3
2022-05-13
media: cec-pin.c: don't zero work_pin_num_events in adap_enable
Hans Verkuil
1
-4
/
+1
2022-05-13
media: cec-pin.c: disabling the adapter cannot call kthread_stop
Hans Verkuil
1
-21
/
+33
2022-04-24
media: cec: add optional adap_configured callback
Hans Verkuil
1
-0
/
+2
2022-04-24
media: cec: add xfer_timeout_ms field
Hans Verkuil
2
-14
/
+17
2022-04-24
media: cec: use call_op and check for !unregistered
Hans Verkuil
6
-40
/
+51
2022-04-24
media: cec: correctly pass on reply results
Hans Verkuil
1
-18
/
+30
2022-04-24
media: cec: abort if the current transmit was canceled
Hans Verkuil
1
-3
/
+11
2022-04-24
media: cec: call enable_adap on s_log_addrs
Hans Verkuil
2
-64
/
+128
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
1
-1
/
+1
2021-12-07
media: cec: fix a deadlock situation
Hans Verkuil
3
-17
/
+30
2021-12-07
media: cec-pin: fix interrupt en/disable handling
Hans Verkuil
1
-13
/
+18
2021-12-07
media: cec-pin: drop unused 'enabled' field from struct cec_pin
Hans Verkuil
2
-2
/
+0
2021-12-07
Merge tag 'v5.16-rc4' into media_tree
Mauro Carvalho Chehab
1
-0
/
+1
2021-11-30
media: cec: safely unhook lists in cec_data
Hans Verkuil
2
-2
/
+8
2021-11-10
media: cec: copy sequence field for the reply
Hans Verkuil
1
-0
/
+1
2021-09-30
media: cec-pin: fix off-by-one SFT check
Hans Verkuil
1
-2
/
+2
2021-08-04
media: cec-pin: rename timer overrun variables
Deborah Brouwer
2
-12
/
+12
2021-04-06
media: cec/core: clarify rx-arb-lost usage message
Hans Verkuil
1
-1
/
+1
2021-03-22
media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)
Hans Verkuil
1
-1
/
+1
2021-03-11
media: cec-notifier: also search for HDMI devices on I2C
Johan Fjeldtvedt
1
-11
/
+22
2021-01-12
media: cec: fix trivial style warnings
Nigel Christian
1
-2
/
+2
2021-01-04
media: cec: add EPOLLPRI in poll() when dev is unregistered
Hans Verkuil
1
-1
/
+1
2020-11-16
media: cec-core: first mark device unregistered, then wake up fhs
Hans Verkuil
1
-2
/
+2
2020-10-04
Merge tag 'v5.9-rc7' into patchwork
Mauro Carvalho Chehab
1
-1
/
+1
[next]