index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
cec
/
cec-adap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: cec: check 'transmit_in_progress', not 'transmitting'
Hans Verkuil
2019-12-13
1
-8
/
+12
*
media: cec: avoid decrementing transmit_queue_sz if it is 0
Hans Verkuil
2019-12-13
1
-2
/
+12
*
media: cec: CEC 2.0-only bcast messages were ignored
Hans Verkuil
2019-12-13
1
-3
/
+3
*
media: cec: expose the new connector info API
Dariusz Marcinkiewicz
2019-10-01
1
-0
/
+2
*
media: cec/cec-adap.c: use new UI_CMD defines
Hans Verkuil
2019-10-01
1
-3
/
+7
*
media: cec-adap: return from cec_s_conn_info() if adap is invalid
Hans Verkuil
2019-08-26
1
-0
/
+3
*
media: cec: add struct cec_connector_info support
Dariusz Marcinkiewicz
2019-06-27
1
-0
/
+29
*
media: cec-adap: fix regression in ping sanity check
Hans Verkuil
2019-05-29
1
-1
/
+1
*
media: cec: allow any initiator for Ping and Image/Text View On
Hans Verkuil
2019-05-23
1
-2
/
+11
*
media: cec: support CEC_MSG_FL_RAW
Hans Verkuil
2019-05-23
1
-45
/
+62
*
media: cec: move check from cec_transmit to cec_transmit_msg_fh
Hans Verkuil
2019-05-23
1
-0
/
+5
*
media: cec: cec_transmit_msg_fh: do sanity checks first
Hans Verkuil
2019-05-23
1
-5
/
+6
*
media: cec: keep track of outstanding transmits
Hans Verkuil
2018-11-23
1
-9
/
+18
*
media: cec: report Vendor ID after initialization
Hans Verkuil
2018-11-23
1
-0
/
+7
*
media: cec: increase debug level for 'queue full'
Hans Verkuil
2018-11-06
1
-1
/
+1
*
media: cec: check for non-OK/NACK conditions while claiming a LA
Hans Verkuil
2018-11-06
1
-10
/
+37
*
media: cec: forgot to cancel delayed work
Hans Verkuil
2018-10-15
1
-0
/
+2
*
media: cec: fix the Signal Free Time calculation
Hans Verkuil
2018-10-05
1
-19
/
+7
*
media: cec: add new tx/rx status bits to detect aborts/timeouts
Hans Verkuil
2018-10-05
1
-48
/
+18
*
media: cec: remove cec-edid.c
Hans Verkuil
2018-09-24
1
-0
/
+13
*
media: cec: add support for 5V signal testing
Hans Verkuil
2018-07-25
1
-1
/
+17
*
media: cec: fix wrong tx/rx_status values when canceling a msg
Hans Verkuil
2018-05-28
1
-6
/
+13
*
media: cec: improve CEC pin event handling
Hans Verkuil
2018-03-22
1
-3
/
+5
*
media: cec: improve debugging
Hans Verkuil
2018-02-26
1
-15
/
+17
*
media: cec: add SPDX license info
Hans Verkuil
2018-02-14
1
-13
/
+1
*
media: cec: move cec autorepeat handling to rc-core
Sean Young
2017-12-14
1
-51
/
+5
*
media: cec: add the adap_monitor_pin_enable op
Hans Verkuil
2017-12-08
1
-0
/
+23
*
media: cec-adap: add '0x' prefix when printing status
Hans Verkuil
2017-12-08
1
-1
/
+1
*
Merge tag 'v4.14-rc2' into patchwork
Mauro Carvalho Chehab
2017-09-29
1
-1
/
+4
|
\
|
*
drivers/media/cec/cec-adap.c: fix build with gcc-4.4.4
Andrew Morton
2017-09-13
1
-1
/
+4
*
|
media: cec: add CEC_EVENT_PIN_HPD_LOW/HIGH events
Hans Verkuil
2017-09-23
1
-1
/
+17
*
|
media: cec: Respond to unregistered initiators, when applicable
Jose Abreu
2017-09-23
1
-3
/
+10
|
/
*
media: cec: ensure that adap_enable(false) is called from cec_delete_adapter()
Hans Verkuil
2017-08-26
1
-1
/
+3
*
media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*
Sean Young
2017-08-20
1
-1
/
+1
*
media: cec: fix remote control passthrough
Hans Verkuil
2017-08-20
1
-5
/
+51
*
media: cec: rename pin events/function
Hans Verkuil
2017-08-20
1
-3
/
+4
*
Merge tag 'v4.13-rc4' into patchwork
Mauro Carvalho Chehab
2017-08-08
1
-1
/
+1
|
\
|
*
media: cec: cec_transmit_attempt_done: ignore CEC_TX_STATUS_MAX_RETRIES
Hans Verkuil
2017-07-26
1
-1
/
+1
*
|
media: cec: be smarter about detecting the number of attempts made
Hans Verkuil
2017-07-18
1
-2
/
+7
*
|
media: cec: add core support for low-level CEC pin monitoring
Hans Verkuil
2017-07-18
1
-0
/
+16
*
|
media: cec: rework the cec event handling
Hans Verkuil
2017-07-18
1
-52
/
+76
*
|
media: cec: add *_ts variants for transmit_done/received_msg
Hans Verkuil
2017-07-18
1
-16
/
+19
*
|
media: cec: improve transmit timeout logging
Hans Verkuil
2017-07-18
1
-4
/
+13
*
|
media: cec: only increase the seqnr if CEC_TRANSMIT would return 0
Hans Verkuil
2017-07-18
1
-3
/
+8
*
|
media: cec: clear all cec_log_addrs fields
Hans Verkuil
2017-07-18
1
-1
/
+6
|
/
*
[media] cec: add CEC_CAP_NEEDS_HPD
Hans Verkuil
2017-06-20
1
-6
/
+14
*
[media] cec: add cec_transmit_attempt_done helper function
Hans Verkuil
2017-06-20
1
-0
/
+26
*
[media] cec: add cec_s_phys_addr_from_edid helper function
Hans Verkuil
2017-06-20
1
-0
/
+14
*
[media] cec: improve debug messages
Hans Verkuil
2017-06-07
1
-12
/
+16
*
[media] cec: drop MEDIA_CEC_DEBUG
Hans Verkuil
2017-06-04
1
-1
/
+1
[next]