lkml.org 
[lkml]   [2012]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] staging: sm7xx: code improvements and cleanup
Date
From: "Javier M. Mellid" <jmunhoz@igalia.com>

This set of patches implement some code improvements, update comments
and clarify supported Silicon Motion chips.

This patch addresses a naming change too. The new name is coherent with
the stable framebuffer driver names. Patch handles the needed Kconfig
and Makefiles changes too. It is a required change to move it under
drivers/video in the future.

Javier M. Mellid (3):
staging: sm7xx: code improvement
staging: sm7xx: update comments and clarify supported chips
staging: sm7xxfb: sm7xx becomes sm7xxfb

drivers/staging/Kconfig | 2 +-
drivers/staging/Makefile | 2 +-
drivers/staging/sm7xx/Kconfig | 8 -
drivers/staging/sm7xx/Makefile | 3 -
drivers/staging/sm7xx/TODO | 9 -
drivers/staging/sm7xx/smtcfb.c | 1096 ------------------------------------
drivers/staging/sm7xx/smtcfb.h | 780 --------------------------
drivers/staging/sm7xxfb/Kconfig | 13 +
drivers/staging/sm7xxfb/Makefile | 1 +
drivers/staging/sm7xxfb/TODO | 9 +
drivers/staging/sm7xxfb/sm7xx.h | 780 ++++++++++++++++++++++++++
drivers/staging/sm7xxfb/sm7xxfb.c | 1097 +++++++++++++++++++++++++++++++++++++
12 files changed, 1902 insertions(+), 1898 deletions(-)
delete mode 100644 drivers/staging/sm7xx/Kconfig
delete mode 100644 drivers/staging/sm7xx/Makefile
delete mode 100644 drivers/staging/sm7xx/TODO
delete mode 100644 drivers/staging/sm7xx/smtcfb.c
delete mode 100644 drivers/staging/sm7xx/smtcfb.h
create mode 100644 drivers/staging/sm7xxfb/Kconfig
create mode 100644 drivers/staging/sm7xxfb/Makefile
create mode 100644 drivers/staging/sm7xxfb/TODO
create mode 100644 drivers/staging/sm7xxfb/sm7xx.h
create mode 100644 drivers/staging/sm7xxfb/sm7xxfb.c

--
1.7.10



\
 
 \ /
  Last update: 2012-06-10 14:01    [W:0.057 / U:0.636 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site