[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1303154048-21989-1-git-send-email-aaro.koskinen@iki.fi>
Date: Mon, 18 Apr 2011 22:13:56 +0300
From: Aaro Koskinen <aaro.koskinen@....fi>
To: gregkh@...e.de, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, arnaud.patard@...-net.org
Subject: [PATCH 00/12] staging: xgifb: clean ups for the main module
The main focus of this set is to get rid of the duplicate register I/O
functions defined in the main module.
Testing:
- compile-tested with GCC 4.5.2, no warnings
- tested with Z9 (XG21) on ARM, framebuffer console works
Aaro Koskinen (12):
staging: xgifb: replace outXGIREG() with outb()
staging: xgifb: replace inXGIIDXREG() with xgifb_reg_get()
staging: xgifb: replace outXGIIDXREG() with xgifb_reg_set()
staging: xgifb: replace orXGIIDXREG() with xgifb_reg_or()
staging: xgifb: replace andXGIIDXREG() with xgifb_reg_and()
staging: xgifb: replace setXGIIDXREG() with xgifb_reg_and_or()
staging: xgifb: delete unused register I/O macros
staging: xgifb: delete unused register I/O functions
staging: xgifb: main: move functions to avoid forward declarations
staging: xgifb: main: delete redudant extern declarations
staging: xgifb: main: delete unused functions
staging: xgifb: main: make internal functions static
drivers/staging/xgifb/XGI_main.h | 136 -----
drivers/staging/xgifb/XGI_main_26.c | 939 ++++++++++++++---------------------
2 files changed, 375 insertions(+), 700 deletions(-)
--
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