[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1339326744-17507-1-git-send-email-jmunhoz@igalia.com>
Date: Sun, 10 Jun 2012 13:12:21 +0200
From: "Javier M. Mellid" <jmunhoz@...lia.com>
To: gregkh@...uxfoundation.org, teddy.wang@...iconmotion.com.cn
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
"Javier M. Mellid" <jmunhoz@...lia.com>
Subject: [PATCH 0/3] staging: sm7xx: code improvements and cleanup
From: "Javier M. Mellid" <jmunhoz@...lia.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists