aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm7xx/TODO
diff options
context:
space:
mode:
authorWu Zhangjin <wuzhangjin@gmail.com>2009-11-23 10:28:24 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-23 11:27:44 -0800
commitd7edf47947f9d921be6ca5fc8e83049124466f98 (patch)
treea3147efcb4fa14252ace21f139769fa7c07d5e85 /drivers/staging/sm7xx/TODO
parentMerge branch 'master' of /home/gregkh/linux/git/torvalds-2.6 (diff)
downloadlinux-dev-d7edf47947f9d921be6ca5fc8e83049124466f98.tar.xz
linux-dev-d7edf47947f9d921be6ca5fc8e83049124466f98.zip
Staging: sm7xx: add a new framebuffer driver
Yeeloong netbook has a sm712 video card, need this driver, but it is not ready to upstream yet, so, go to drivers/staing at first. This source code is originally from Silicon Motion Technology Corp, and maintained at http://dev.lemote.com/code/linux_loongson for YeeLoong netbook. I have done a lot of cleanups for it and merged it into my git repository at http://dev.lemote.com/code/rt4ls. Thanks to Simon for testing it on a little-endian x86 platform. Thanks to Olivier Croset <olivier.croset@actis-computer.com> for reporting the problem about __BIG_ENDIAN compiling problem and send a relative patch. The suspend/resume and blank support are contributed by Jason from Silicon Motion Technology. Tested-by: Simon Braunschmidt <sbraun@emlix.com> Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sm7xx/TODO')
-rw-r--r--drivers/staging/sm7xx/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/sm7xx/TODO b/drivers/staging/sm7xx/TODO
new file mode 100644
index 000000000000..1f61f5e11cf5
--- /dev/null
+++ b/drivers/staging/sm7xx/TODO
@@ -0,0 +1,10 @@
+TODO:
+- Dual head support
+- use kernel coding style
+- checkpatch.pl clean
+- refine the code and remove unused code
+- use kernel framebuffer mode setting instead of hard code
+- move it to drivers/video/sm7xx/ or make it be drivers/video/sm7xxfb.c
+
+Please send any patches to Greg Kroah-Hartman <greg@kroah.com> and
+Teddy Wang <teddy.wang@siliconmotion.com.cn>.