Commit 3b70a26b authored by Javier M. Mellid's avatar Javier M. Mellid Committed by Greg Kroah-Hartman

staging: sm7xx: minor cleanup

Sync code comments with TODO, fix some style and format issues
Signed-off-by: default avatarJavier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 59815677
...@@ -2,7 +2,6 @@ TODO: ...@@ -2,7 +2,6 @@ TODO:
- Dual head support - Dual head support
- 2D acceleration support - 2D acceleration support
- use kernel coding style - use kernel coding style
- checkpatch.pl clean
- refine the code and remove unused code - refine the code and remove unused code
- use kernel framebuffer mode setting instead of hard code - use kernel framebuffer mode setting instead of hard code
- move it to drivers/video/sm7xx/ or make it be drivers/video/sm7xxfb.c - move it to drivers/video/sm7xx/ or make it be drivers/video/sm7xxfb.c
......
...@@ -14,15 +14,15 @@ ...@@ -14,15 +14,15 @@
* *
* Version 0.10.26192.21.01 * Version 0.10.26192.21.01
* - Add PowerPC/Big endian support * - Add PowerPC/Big endian support
* - Add 2D support for Lynx * - Verified on 2.6.19.2
* - Verified on2.6.19.2 Boyod.yang <boyod.yang@siliconmotion.com.cn> * Boyod.yang <boyod.yang@siliconmotion.com.cn>
* *
* Version 0.09.2621.00.01 * Version 0.09.2621.00.01
* - Only support Linux Kernel's version 2.6.21. * - Only support Linux Kernel's version 2.6.21
* Boyod.yang <boyod.yang@siliconmotion.com.cn> * Boyod.yang <boyod.yang@siliconmotion.com.cn>
* *
* Version 0.09 * Version 0.09
* - Only support Linux Kernel's version 2.6.12. * - Only support Linux Kernel's version 2.6.12
* Boyod.yang <boyod.yang@siliconmotion.com.cn> * Boyod.yang <boyod.yang@siliconmotion.com.cn>
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment