index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
cec
Age
Commit message (
Expand
)
Author
2017-05-05
Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2017-04-19
[media] cec: add MEDIA_CEC_RC config option
Hans Verkuil
2017-04-19
[media] cec.h: merge cec-edid.h into cec.h
Hans Verkuil
2017-04-19
[media] cec: Kconfig cleanup
Hans Verkuil
2017-04-10
[media] cec: fix confusing CEC_CAP_RC and IS_REACHABLE(CONFIG_RC_CORE) code
Hans Verkuil
2017-04-10
[media] cec: Fix runtime BUG when (CONFIG_RC_CORE && !CEC_CAP_RC)
Lee Jones
2017-04-10
[media] cec: integrate CEC notifier support
Hans Verkuil
2017-03-22
[media] cec: don't Feature Abort msgs from Unregistered
Hans Verkuil
2017-03-22
[media] cec: log reason for returning -EINVAL
Hans Verkuil
2017-03-22
[media] cec: improve cec_transmit_msg_fh logging
Hans Verkuil
2017-03-22
[media] cec: use __func__ in log messages
Hans Verkuil
2017-03-22
[media] cec: return -EPERM when no LAs are configured
Hans Verkuil
2017-03-22
[media] cec: allow specific messages even when unconfigured
Hans Verkuil
2017-03-22
[media] cec: improve flushing queue
Hans Verkuil
2017-03-21
media: utilize new cdev_device_add helper function
Logan Gunthorpe
2017-02-22
Merge tag 'v4.10' into patchwork
Mauro Carvalho Chehab
2017-02-21
Merge tag 'media/v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2017-02-13
[media] cec: initiator should be the same as the destination for, poll
Hans Verkuil
2017-01-30
[media] rc-main: assign driver type during allocation
Andi Shyti
2017-01-30
[media] cec: fix wrong last_la determination
Hans Verkuil
2016-12-21
[media] cec: fix race between configuring and unconfiguring
Hans Verkuil
2016-12-21
[media] cec: move cec_report_phys_addr into cec_config_thread_func
Hans Verkuil
2016-12-21
[media] cec: replace cec_report_features by cec_fill_msg_report_features
Hans Verkuil
2016-12-21
[media] cec: update log_addr[] before finishing configuration
Hans Verkuil
2016-12-21
[media] cec: CEC_MSG_GIVE_FEATURES should abort for CEC version < 2
Hans Verkuil
2016-12-21
[media] cec: when canceling a message, don't overwrite old status info
Hans Verkuil
2016-12-21
[media] cec: fix report_current_latency
Hans Verkuil
2016-11-29
[media] cec: pass parent device in register(), not allocate()
Hans Verkuil
2016-11-22
[media] cec: ignore messages that we initiated
Hans Verkuil
2016-11-16
[media] cec: zero counters in cec_received_msg()
Hans Verkuil
2016-11-16
[media] cec: an inner loop clobbered the outer loop variable
Hans Verkuil
2016-11-16
[media] cec: sanitize msg.flags
Hans Verkuil
2016-11-16
[media] cec: move the CEC framework out of staging and to media
Hans Verkuil