summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-26USB: spcp8x5: add proper modem-status supportJohan Hovold1-17/+10
2013-03-26USB: spcp8x5: reimplement device type detectionJohan Hovold1-49/+21
2013-03-26USB: spcp8x5: clean up modem status retrievalJohan Hovold1-11/+7
2013-03-26USB: spcp8x5: pass usb-serial port to control functionsJohan Hovold1-26/+28
2013-03-26USB: spcp8x5: clean up codeJohan Hovold1-35/+37
2013-03-26USB: spcp8x5: remove broken uart-error handlingJohan Hovold1-52/+0
2013-03-26USB: spcp8x5: remove broken TIOCMIWAIT supportJohan Hovold1-68/+0
2013-03-26USB: quatech2: switch to generic TIOCMIWAIT implementationJohan Hovold1-48/+2
2013-03-26USB: quatech2: switch to generic get_icount implementationJohan Hovold1-39/+12
2013-03-26USB: pl2303: fix TIOCMIWAIT and disconnectJohan Hovold1-3/+3
2013-03-26USB: pl2303: add custom tiocmiwait operationJohan Hovold1-5/+3
2013-03-26USB: oti6858: fix TIOCMIWAIT and disconnectJohan Hovold1-2/+2
2013-03-26USB: oti6858: replace custom ioctl operation with tiocmiwaitJohan Hovold1-22/+4
2013-03-26USB: mos7840: switch to generic TIOCMIWAIT implementationJohan Hovold1-46/+2
2013-03-26USB: mos7840: switch to generic get_icount implementationJohan Hovold1-47/+9
2013-03-26USB: mos7840: remove smp barriers from icount handlingJohan Hovold1-29/+19
2013-03-26USB: mos7720: remove broken get_icount and TIOCMIWAITJohan Hovold1-55/+0
2013-03-26USB: mct_u232: switch to generic TIOCMIWAIT implementationJohan Hovold1-56/+2
2013-03-26USB: mct_u232: switch to generic get_icount implementationJohan Hovold1-36/+4
2013-03-26USB: iuu_phoenix: remove unused MSR-wait queueJohan Hovold1-2/+0
2013-03-26USB: io_ti: switch to generic TIOCMIWAIT implementationJohan Hovold1-30/+4
2013-03-26USB: io_ti: switch to generic get_icount implementationJohan Hovold1-32/+8
2013-03-26USB: io_edgeport: switch to generic TIOCMIWAIT implementationJohan Hovold2-34/+5
2013-03-26USB: io_edgeport: switch to generic get_icount implementationJohan Hovold2-42/+11
2013-03-26USB: f81232: fix TIOCMIWAIT and disconnectJohan Hovold1-2/+2
2013-03-26USB: f81232: add custom tiocmiwait operationJohan Hovold1-6/+3
2013-03-26USB: digi_acceleport: remove unused MSR-wait queueJohan Hovold1-3/+0
2013-03-26USB: cypress_m8: fix TIOCMIWAIT and disconnectJohan Hovold1-2/+2
2013-03-26USB: cypress_m8: replace custom ioctl operation with tiocmiwaitJohan Hovold1-49/+36
2013-03-26USB: ch341: fix TIOCMIWAIT and disconnectJohan Hovold1-3/+2
2013-03-26USB: ch341: replace custom ioctl operation with tiocmiwaitJohan Hovold1-22/+3
2013-03-26USB: ark3116: switch to generic TIOCMIWAIT implementationJohan Hovold1-28/+2
2013-03-26USB: ark3116: switch to generic get_icount implementationJohan Hovold1-40/+18
2013-03-26USB: ftdi_sio: switch to generic get_icount implementationJohan Hovold1-23/+1
2013-03-26USB: ftdi_sio: switch to generic TIOCMIWAIT implementationJohan Hovold1-34/+2
2013-03-26USB: ftdi_sio: use port icountJohan Hovold1-17/+14
2013-03-26USB: serial: add generic get_icount implementationJohan Hovold2-0/+29
2013-03-26USB: serial: wake up MSR-wait queue on disconnectJohan Hovold1-0/+1
2013-03-26USB: serial: add generic TIOCMIWAIT implementationJohan Hovold2-0/+63
2013-03-26USB: serial: add tiocmiwait subdriver operationJohan Hovold2-4/+12
2013-03-26USB: serial: clean up usb-serial bus device removalJohan Hovold1-2/+3
2013-03-26USB: serial: use urb poison to reliably kill trafficJohan Hovold1-18/+37
2013-03-26USB: fix urb-poison imbalanceJohan Hovold1-1/+4
2013-03-26USB: serial: rename port releaseJohan Hovold1-2/+2
2013-03-26USB: serial: fix port releaseJohan Hovold1-7/+0
2013-03-26USB: cyberjack: fix disconnect handlingJohan Hovold1-10/+2
2013-03-26USB: serial: clean up generic-operation handlingJohan Hovold1-6/+6
2013-03-26USB: serial: remove generic release callbackJohan Hovold3-8/+1
2013-03-26USB: serial: remove generic disconnect callbackJohan Hovold3-9/+2
2013-03-26USB: serial: fix generic disconnect implementationJohan Hovold1-11/+1