GPIO SUPPORT FOR SCx200 & PC8736x
This patch-set reworks the 2.4 vintage scx200_gpio driver for modern
2.6, and refactors GPIO support to reuse it in a new driver for the
GPIO on PC-8736x chips.
02/19. patch.no-editor-cmts:
Remove editor-ctrl-comments from driver, they belong in a dot-file.
Signed-off-by: Jim Cromie <jim.cromie@xxxxxxxxx>
diffstat patch.no-editor-cmts:
drivers/char/scx200_gpio.c | 7 -------
include/linux/scx200_gpio.h | 7 -------
2 files changed, 14 deletions(-)
diff -ruNp -X dontdiff -X exclude-diffs k16r-1/drivers/char/scx200_gpio.c
k16r-2/drivers/char/scx200_gpio.c
--- k16r-1/drivers/char/scx200_gpio.c 2006-05-28 12:18:24.000000000 -0600
+++ k16r-2/drivers/char/scx200_gpio.c 2006-05-28 12:18:48.000000000 -0600
@@ -140,10 +140,3 @@ static void __exit scx200_gpio_cleanup(v
module_init(scx200_gpio_init);
module_exit(scx200_gpio_cleanup);
-
-/*
- Local variables:
- compile-command: "make -k -C ../.. SUBDIRS=drivers/char modules"
- c-basic-offset: 8
- End:
-*/
diff -ruNp -X dontdiff -X exclude-diffs k16r-1/include/linux/scx200_gpio.h
k16r-2/include/linux/scx200_gpio.h
--- k16r-1/include/linux/scx200_gpio.h 2006-03-19 22:53:29.000000000 -0700
+++ k16r-2/include/linux/scx200_gpio.h 2006-05-28 12:18:49.000000000 -0600
@@ -87,10 +87,3 @@ static inline void scx200_gpio_change(in
#undef __SCx200_GPIO_SHADOW
#undef __SCx200_GPIO_INDEX
#undef __SCx200_GPIO_OUT
-
-/*
- Local variables:
- compile-command: "make -C ../.. bzImage modules"
- c-basic-offset: 8
- End:
-*/
|