--- v5
+++ v6
@@ -5,12 +5,15 @@
It also contains patches to enable display panel on
TTC_DKB board.
+v6: changed abbreviations "ovly" to "overlay", updated
+some define to functions, updated buffer alloc functions
+and some minorish changes.
v5: rebased to 3.8RC3 and support common clock tree.
v4: added patches to enable display panel on TTC_DKB
board.
v3: registered lcd spi control as a spi master and
panel driver operations moved to standard spi bus
-interface.
+interface.
v2: removed change-id and blank lines.
Thanks,
@@ -38,21 +41,21 @@
drivers/video/Makefile | 1 +
drivers/video/mmp/Kconfig | 11 +
drivers/video/mmp/Makefile | 1 +
- drivers/video/mmp/core.c | 217 ++++
+ drivers/video/mmp/core.c | 258 ++++
drivers/video/mmp/fb/Kconfig | 13 +
drivers/video/mmp/fb/Makefile | 1 +
- drivers/video/mmp/fb/mmpfb.c | 710 +++++++++++
+ drivers/video/mmp/fb/mmpfb.c | 684 ++++++++++
drivers/video/mmp/fb/mmpfb.h | 54 +
drivers/video/mmp/hw/Kconfig | 20 +
drivers/video/mmp/hw/Makefile | 2 +
drivers/video/mmp/hw/mmp_ctrl.c | 591 +++++++++
- drivers/video/mmp/hw/mmp_ctrl.h | 1958 +++++++++++++++++++++++++++++
+ drivers/video/mmp/hw/mmp_ctrl.h | 1974 +++++++++++++++++++++++++++++
drivers/video/mmp/hw/mmp_spi.c | 180 +++
drivers/video/mmp/panel/Kconfig | 6 +
drivers/video/mmp/panel/Makefile | 1 +
- drivers/video/mmp/panel/tpo_tj032md01bw.c | 188 +++
- include/video/mmp_disp.h | 351 ++++++
- 22 files changed, 4413 insertions(+), 1 deletion(-)
+ drivers/video/mmp/panel/tpo_tj032md01bw.c | 186 +++
+ include/video/mmp_disp.h | 352 +++++
+ 22 files changed, 4443 insertions(+), 1 deletion(-)
create mode 100644 drivers/video/mmp/Kconfig
create mode 100644 drivers/video/mmp/Makefile
create mode 100644 drivers/video/mmp/core.c