From: "Javier M. Mellid" <[email protected]>

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

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to