-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 325452 b: refs/heads/master c: effef78 h: refs/heads/master v: v3
- Loading branch information
Sascha Hauer
authored and
Greg Kroah-Hartman
committed
Sep 21, 2012
1 parent
f17377e
commit 45558c5
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 2d62da8ebd323ee65e4fb952e73dcb10d8114bda | ||
refs/heads/master: effef787a9e7c95b58a70951ec934a4474fa73bf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
TODO: | ||
- get DRM Maintainer review for this code | ||
- Factor out more code to common helper functions | ||
- decide where to put the base driver. It is not specific to a subsystem | ||
and would be used by DRM/KMS and media/V4L2 | ||
- convert irq driver to irq_domain_add_linear | ||
|
||
Missing features (not necessarily for moving out of staging): | ||
|
||
- Add KMS plane support for CRTC driver | ||
- Add LDB (LVDS Display Bridge) support | ||
- Add i.MX6 HDMI support | ||
- Add support for IC (Image converter) | ||
- Add support for CSI (CMOS Sensor interface) | ||
- Add support for VDIC (Video Deinterlacer) | ||
|
||
Many work-in-progress patches for the above features exist. Contact | ||
Sascha Hauer <kernel@pengutronix.de> if you are interested in working | ||
on a specific feature. | ||
|
||
Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org> and | ||
Sascha Hauer <kernel@pengutronix.de> |