[PATCH 0/3] staging: sm7xx: code improvements and cleanup

From: Javier M. Mellid
Date: Sun Jun 10 2012 - 07:22:41 EST


From: "Javier M. Mellid" <jmunhoz@xxxxxxxxxx>

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/