index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
cec
/
core
Age
Commit message (
Expand
)
Author
2023-08-10
media: cec-pin: only enable interrupts when monitoring the CEC pin
Hans Verkuil
2023-08-10
media: cec-pin: improve interrupt handling
Hans Verkuil
2023-08-10
media: cec: core: add adap_unconfigured() callback
Hans Verkuil
2023-08-10
media: cec: core: add adap_nb_transmit_canceled() callback
Hans Verkuil
2023-07-19
media: Explicitly include correct DT includes
Rob Herring
2023-05-26
media: cec: core: don't set last_initiator if tx in progress
Hans Verkuil
2023-05-26
media: cec: core: disable adapter in cec_devnode_unregister
Hans Verkuil
2023-04-15
media: cec: core: not all messages were passed on when monitoring
Hans Verkuil
2022-09-24
media: cec: add support for Absolute Volume Control
Hans Verkuil
2022-06-20
media: cec-adap.c: log when claiming LA fails unexpectedly
Hans Verkuil
2022-05-13
media: cec-adap.c: drop activate_cnt, use state info instead
Hans Verkuil
2022-05-13
media: cec-adap.c: reconfigure if the PA changes during configuration
Hans Verkuil
2022-05-13
media: cec-adap.c: fix is_configuring state
Hans Verkuil
2022-05-13
media: cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUT
Hans Verkuil
2022-05-13
media: cec-adap.c: don't unconfigure if already unconfigured
Hans Verkuil
2022-05-13
media: cec-pin.c: don't zero work_pin_num_events in adap_enable
Hans Verkuil
2022-05-13
media: cec-pin.c: disabling the adapter cannot call kthread_stop
Hans Verkuil
2022-04-24
media: cec: add optional adap_configured callback
Hans Verkuil
2022-04-24
media: cec: add xfer_timeout_ms field
Hans Verkuil
2022-04-24
media: cec: use call_op and check for !unregistered
Hans Verkuil
2022-04-24
media: cec: correctly pass on reply results
Hans Verkuil
2022-04-24
media: cec: abort if the current transmit was canceled
Hans Verkuil
2022-04-24
media: cec: call enable_adap on s_log_addrs
Hans Verkuil
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
2021-12-07
media: cec: fix a deadlock situation
Hans Verkuil
2021-12-07
media: cec-pin: fix interrupt en/disable handling
Hans Verkuil
2021-12-07
media: cec-pin: drop unused 'enabled' field from struct cec_pin
Hans Verkuil
2021-12-07
Merge tag 'v5.16-rc4' into media_tree
Mauro Carvalho Chehab
2021-11-30
media: cec: safely unhook lists in cec_data
Hans Verkuil
2021-11-10
media: cec: copy sequence field for the reply
Hans Verkuil
2021-09-30
media: cec-pin: fix off-by-one SFT check
Hans Verkuil
2021-08-04
media: cec-pin: rename timer overrun variables
Deborah Brouwer
2021-04-06
media: cec/core: clarify rx-arb-lost usage message
Hans Verkuil
2021-03-22
media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)
Hans Verkuil
2021-03-11
media: cec-notifier: also search for HDMI devices on I2C
Johan Fjeldtvedt
2021-01-12
media: cec: fix trivial style warnings
Nigel Christian
2021-01-04
media: cec: add EPOLLPRI in poll() when dev is unregistered
Hans Verkuil
2020-11-16
media: cec-core: first mark device unregistered, then wake up fhs
Hans Verkuil
2020-10-04
Merge tag 'v5.9-rc7' into patchwork
Mauro Carvalho Chehab
2020-09-26
media: cec-adap.c: add 'unregistered' checks
Hans Verkuil
2020-09-26
media: cec-core.c: stop kthread_config before kthread
Hans Verkuil
2020-09-10
media: cec-adap.c: don't use flush_scheduled_work()
Hans Verkuil
2020-09-03
media: rc: harmonize infrared durations to microseconds
Sean Young
2020-09-01
media: cec: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2020-08-29
media: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-19
cec-api: prevent leaking memory through hole in structure
Hans Verkuil
2020-07-04
media: cec: add adap_controls_phys_addr option
Jeff Chase
2020-06-23
media: cec: remove unused waitq and phys_addrs fields
Hans Verkuil
2020-06-03
Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
[next]