summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/cec-api.c
Commit message (Expand)AuthorAgeFilesLines
* media: cec: fix epoll() by calling poll_wait firstHans Verkuil2019-02-181-1/+1
* media: cec: integrate cec_validate_phys_addr() in cec-api.cHans Verkuil2018-09-241-1/+18
* media: cec: move compat_ioctl handling to cec-api.cArnd Bergmann2018-09-121-0/+1
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-2/+2
* media: cec: add support for 5V signal testingHans Verkuil2018-07-251-0/+8
* media: cec: add SPDX license infoHans Verkuil2018-02-141-13/+1Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-061-12/+20
|\
| * media: cec: disable the hardware when unregisteredHans Verkuil2017-12-081-7/+4Star
| * media: cec: add the adap_monitor_pin_enable opHans Verkuil2017-12-081-5/+16
* | media: annotate ->poll() instancesAl Viro2017-11-271-2/+2
|/
* media: cec-pin.h: move non-kAPI parts into cec-pin-priv.hHans Verkuil2017-10-271-0/+1
* media: cec: add CEC_EVENT_PIN_HPD_LOW/HIGH eventsHans Verkuil2017-09-231-4/+14
* media: cec: replace pin->cur_value by adap->cec_pin_is_highHans Verkuil2017-08-261-4/+2Star
* media: cec: rename pin events/functionHans Verkuil2017-08-201-2/+2
* media: cec-api: log the reason for the -EINVAL in cec_s_modeHans Verkuil2017-08-091-6/+19
* media: cec-pin: add low-level pin hardware supportHans Verkuil2017-07-181-0/+10
* media: cec: add core support for low-level CEC pin monitoringHans Verkuil2017-07-181-2/+13
* media: cec: rework the cec event handlingHans Verkuil2017-07-181-13/+35
* Merge tag 'v4.12-rc6' into patchworkMauro Carvalho Chehab2017-06-201-7/+1Star
|\
| * [media] cec: race fix: don't return -ENONET in cec_receive()Hans Verkuil2017-06-081-7/+1Star
* | [media] cec: add CEC_CAP_NEEDS_HPDHans Verkuil2017-06-201-1/+4
|/
* [media] cec: improve cec_transmit_msg_fh loggingHans Verkuil2017-03-221-1/+1
* [media] cec: return -EPERM when no LAs are configuredHans Verkuil2017-03-221-1/+3
* [media] cec: allow specific messages even when unconfiguredHans Verkuil2017-03-221-2/+17
* [media] cec: pass parent device in register(), not allocate()Hans Verkuil2016-11-291-1/+1
* [media] cec: sanitize msg.flagsHans Verkuil2016-11-161-1/+1
* [media] cec: move the CEC framework out of staging and to mediaHans Verkuil2016-11-161-0/+588