| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-02-22 | tty: move obsolete and broken tty drivers to drivers/staging/tty/ | Greg Kroah-Hartman | 1 | -8/+0 | |
| As planned by Arnd Bergmann, this moves the following drivers to the drivers/staging/tty/ directory where they will be removed after 2.6.41 if no one steps up to claim them. epca epca ip2 istallion riscom8 serial167 specialix stallion Cc: Arnd Bergmann <[email protected]> Cc: Alan Cox <[email protected]> Cc: Jiri Slaby <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2010-10-27 | drivers/char/ip2/Makefile: replace the use of <module>-objs with <module>-y | Tracey Dent | 1 | -1/+1 | |
| Changed <module>-objs to <module>-y in Makefile. Signed-off-by: Tracey Dent <[email protected]> Cc: Jiri Slaby <[email protected]> Cc: Michal Marek <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2008-10-13 | Char: merge ip2main and ip2base | Jiri Slaby | 1 | -1/+1 | |
| It's pretty useless to have one setup() function separated along with module_init() which only calls a function from ip2main anyway. Get rid of ip2base. Remove also checks of always-true now. Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2008-05-24 | ip2: fix crashes on load/unload | Alan Cox | 1 | -2/+2 | |
| This doesn't need to be two modules, and making it one cleans up the problem Signed-off-by: Alan Cox <[email protected]> Cc: Jiri Slaby <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2006-01-19 | Move ip2.c and ip2main.c to drivers/char/ip2/ where the other files | Adrian Bunk | 1 | -0/+8 | |
| used by this driver reside. Renamed ip2.c to ip2base.c to allow ip2.o to be built from multiple objects. Signed-off-by: Adrian Bunk <[email protected]> Acked-by: Michael H. Warfield <[email protected]> | |||||