commit | 0e41ef3c51ea7dbb764616f60a90700647fc8518 | [log] [tgz] |
---|---|---|
author | Jim Cromie <jim.cromie@gmail.com> | Tue Jun 27 02:54:20 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jun 27 17:32:43 2006 -0700 |
tree | fc55403cca82ed01da9d6a7fadbaf4329cf9beb2 | |
parent | 1a66fdf083bf2b60c4d12feb970bc7373b59e33a [diff] |
[PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate gpio_dump to common module Since the meaning of config-bits is the same for scx200 and pc8736x _gpios, we can share a function to deliver this to user. Since it is called via the vtable, its also completely replaceable. For now, we keep using printk... Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>