Commit 19d99d8
HDMI : CEC porting
NOTE:
[PATCH 01/29] UPSTREAM: [media] cec-edid: add module for EDID CEC
[PATCH 02/29] UPSTREAM: [media] cec: add HDMI CEC framework
[PATCH 03/29] UPSTREAM: [media] cec: fix Kconfig dependency problems
[PATCH 04/29] UPSTREAM: [media] cec: limit the size of the transmit
[PATCH 05/29] UPSTREAM: [media] cec: rename cec_devnode fhs_lock to just lock
[PATCH 06/29] UPSTREAM: [media] cec-edid: check for IEEE identifier
[PATCH 07/29] UPSTREAM: [media] cec: move the CEC framework out of staging and to media
[PATCH 08/29] UPSTREAM: [media] cec: sanitize msg.flags
[PATCH 09/29] UPSTREAM: [media] cec.h/cec-funcs.h: don't use bool in public headers
[PATCH 10/29] UPSTREAM: [media] cec: an inner loop clobbered the outer loop variable
[PATCH 11/29] UPSTREAM: [media] cec: zero counters in cec_received_msg()
[PATCH 12/29] UPSTREAM: [media] cec: ignore messages that we initiated
[PATCH 13/29] UPSTREAM: [media] cec: pass parent device in register(), not allocate()
[PATCH 14/29] UPSTREAM: [media] cec: fix report_current_latency
[PATCH 15/29] UPSTREAM: [media] cec: when canceling a message, don't overwrite old status info
[PATCH 16/29] UPSTREAM: [media] cec: CEC_MSG_GIVE_FEATURES should abort for CEC version < 2
[PATCH 17/29] UPSTREAM: [media] cec: update log_addr[] before finishing configuration
[PATCH 18/29] UPSTREAM: [media] cec: replace cec_report_features by cec_fill_msg_report_features
[PATCH 19/29] UPSTREAM: [media] cec: move cec_report_phys_addr into cec_config_thread_func
[PATCH 20/29] UPSTREAM: [media] cec: fix race between configuring and unconfiguring
[PATCH 21/29] UPSTREAM: [media] cec: fix wrong last_la determination
[PATCH 22/29] UPSTREAM: [media] rc-main: assign driver type during allocation
[PATCH 23/29] UPSTREAM: [media] cec: initiator should be the same as the destination for, poll
[PATCH 24/29] Revert "FROMLIST: video: rmk's HDMI notification prototype"
[PATCH 25/29] FROMLIST: video: add HDMI state notifier support
[PATCH 26/29] FROMLIST: drm/bridge: dw_hdmi: remove CEC engine register definitions
[PATCH 27/29] FROMLIST: drm/bridge: dw_hdmi: add HDMI notifier support
[PATCH 28/29] FROMLIST: drm/bridge: add dw-hdmi cec driver using Hans Verkuil's CEC code
[PATCH 29/29] drm/bridge: HDMI CEC support with dw-hdmi
Change-Id: Ie5290a8d4216b5067155854595796cca9c1abf9c
Reviewed-on: https://tp-biosrd-v02/gerrit/81116
Reviewed-by: Jamess Huang(黃以民) <[email protected]>
Tested-by: Jamess Huang(黃以民) <[email protected]>1 parent 5ad5858 commit 19d99d8
File tree
27 files changed
+7172
-126
lines changed- arch/arm
- boot/dts
- configs
- drivers
- gpu/drm
- bridge
- rockchip
- media
- cec
- video
- include
- dt-bindings/pinctrl
- linux
- media
- uapi/linux
- sound/soc/codecs
27 files changed
+7172
-126
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
314 | 312 | | |
315 | 313 | | |
316 | 314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
933 | 933 | | |
934 | 934 | | |
935 | 935 | | |
| 936 | + | |
| 937 | + | |
936 | 938 | | |
937 | 939 | | |
938 | 940 | | |
| |||
1430 | 1432 | | |
1431 | 1433 | | |
1432 | 1434 | | |
1433 | | - | |
1434 | | - | |
| 1435 | + | |
| 1436 | + | |
1435 | 1437 | | |
1436 | | - | |
| 1438 | + | |
1437 | 1439 | | |
1438 | 1440 | | |
1439 | 1441 | | |
| |||
1785 | 1787 | | |
1786 | 1788 | | |
1787 | 1789 | | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
1788 | 1793 | | |
1789 | 1794 | | |
1790 | 1795 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
497 | 500 | | |
498 | 501 | | |
499 | 502 | | |
| |||
518 | 521 | | |
519 | 522 | | |
520 | 523 | | |
| 524 | + | |
521 | 525 | | |
522 | 526 | | |
523 | 527 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
0 commit comments