summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2008-04-30esp: clean up to modern coding styleAlan Cox-308/+283
2008-04-30epca: coding styleAlan Cox-118/+158
2008-04-30riscom8: coding styleAlan Cox-340/+304
2008-04-30strip: Fix up strip for the new orderAlan Cox-42/+24
2008-04-30tty: The big operations reworkAlan Cox-601/+461
2008-04-30isicom: bring into coding styleAlan Cox-53/+56
2008-04-30serial: switch the serial core to int put_char methodsAlan Cox-4/+8
2008-04-30pc300: Update to tty_set_operationsAlan Cox-9/+15
2008-04-30pty: prepare for tty->ops changesAlan Cox-3/+26
2008-04-30isdn: switch to int put_char methodAlan Cox-3/+6
2008-04-30consoles: switch to int put_char methodAlan Cox-5/+6
2008-04-30synclink series: switch to int put_char methodAlan Cox-14/+22
2008-04-30specialix: Switch to int put_char methodAlan Cox-4/+5
2008-04-30serial167: switch to int put_char methodAlan Cox-3/+4
2008-04-30riscom/rocket: switch to int put_char methodAlan Cox-5/+9
2008-04-30pcmcia: serial to int put_char methodAlan Cox-3/+4
2008-04-30mxser: switch to put_char being intAlan Cox-3/+4
2008-04-30char: switch gs, cyclades and esp to return int for put_charAlan Cox-12/+17
2008-04-30amiserial: Switch put char to return success/failAlan Cox-5/+6
2008-04-30usb gadget: switch to put_char returning intAlan Cox-4/+6
2008-04-30serial m68k: put_char returnsAlan Cox-5/+7
2008-04-30s390 tty: Prepare for put_char to return success/failAlan Cox-6/+12
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox-234/+189
2008-04-30drivers/char/ds1286.c: use time_before, time_before_eq, etcJulia Lawall-1/+2
2008-04-30Char: rio, fix cirrus definesJiri Slaby-185/+191
2008-04-30cyclades: use ioremap_nocache for clarity as proposedAlan Cox-1/+1
2008-04-30cyclades: coding style & reviewAlan Cox-159/+149
2008-04-30istallion: TIOCG/SSOFTCAR handling removalAlan Cox-10/+0
2008-04-30Char: ip2, macros cleanupJiri Slaby-383/+211
2008-04-30drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_in...Jon Schindler-4/+6
2008-04-30epca.c: static functions and integer as NULL pointer fixesHarvey Harrison-4/+5
2008-04-30cyclades.c: fix sparse shadowed variable warningsHarvey Harrison-2/+2
2008-04-30char: rocket.c: fix sparse variable shadowing and int as NULL pointerHarvey Harrison-4/+5
2008-04-30char: esp.c: fix possible double-unlockHarvey Harrison-2/+2
2008-04-30char: fix sparse shadowed variable warnings in esp.cHarvey Harrison-6/+0
2008-04-30Char: moxa, add firmware loading fixJiri Slaby-1/+4
2008-04-30Char: moxa, update creditsJiri Slaby-2/+3
2008-04-30Char: moxa, notify about board readinessJiri Slaby-0/+7
2008-04-30Char: moxa, introduce MOXA_IS_320 macroJiri Slaby-46/+19
2008-04-30Char: moxa, remove useless tty functionsJiri Slaby-25/+0
2008-04-30Char: moxa, little cleanupJiri Slaby-110/+62
2008-04-30Char: moxa, rework open/closeJiri Slaby-162/+158
2008-04-30Char: moxa, serialise timerJiri Slaby-11/+15
2008-04-30Char: moxa, cleanup rx/txJiri Slaby-75/+51
2008-04-30Char: moxa, merge 2 poll functionsJiri Slaby-290/+141
2008-04-30Char: moxa, ioctl cleanupJiri Slaby-221/+147
2008-04-30Char: moxa, timer cleanupJiri Slaby-41/+21
2008-04-30Char: moxa, centralize board readinessJiri Slaby-119/+116
2008-04-30Char: moxa, remove unused port entriesJiri Slaby-11/+0
2008-04-30Char: moxa, remove port->portJiri Slaby-191/+163