public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: sm7xx: code improvements and cleanup
@ 2012-06-10 11:12 Javier M. Mellid
  2012-06-10 11:12 ` [PATCH 1/3] staging: sm7xx: code improvement Javier M. Mellid
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Javier M. Mellid @ 2012-06-10 11:12 UTC (permalink / raw)
  To: gregkh, teddy.wang; +Cc: devel, linux-kernel, Javier M. Mellid

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-12 17:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-10 11:12 [PATCH 0/3] staging: sm7xx: code improvements and cleanup Javier M. Mellid
2012-06-10 11:12 ` [PATCH 1/3] staging: sm7xx: code improvement Javier M. Mellid
2012-06-10 11:12 ` [PATCH 2/3] staging: sm7xx: update comments and clarify supported chips Javier M. Mellid
2012-06-10 11:12 ` [PATCH 3/3] staging: sm7xxfb: sm7xx becomes sm7xxfb Javier M. Mellid
2012-06-10 11:25   ` Javier Muñoz
2012-06-12 17:55     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox