aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/f81232.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03USB: serial: f81232: implement break controlJi-Ze Hong (Peter Hong)1-6/+25
2019-05-03USB: serial: f81232: add high baud rate supportJi-Ze Hong (Peter Hong)1-11/+94
2019-05-03USB: serial: f81232: clear overrun flagJi-Ze Hong (Peter Hong)1-1/+24
2019-05-03USB: serial: f81232: fix interrupt worker not stopJi-Ze Hong (Peter Hong)1-0/+39
2018-10-13f81232: switch to ->get_serial()Al Viro1-28/+8
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2015-03-27USB: f81232: fix some minor style issuesJohan Hovold1-5/+6
2015-03-27USB: f81232: modify/add authorPeter Hung1-1/+2
2015-03-27USB: f81232: cleanup non-used definePeter Hung1-14/+0
2015-03-27USB: f81232: clarify f81232_ioctl() and fixPeter Hung1-11/+19
2015-03-27USB: f81232: implement set_termios()Peter Hung1-4/+108
2015-03-27USB: f81232: implement port enable/disable methodPeter Hung1-0/+49
2015-03-27USB: f81232: implement MCR/MSR functionPeter Hung1-22/+117
2015-03-27USB: f81232: implement read IIR/MSR with endpointPeter Hung1-8/+118
2015-03-27USB: f81232: change lock mechanismPeter Hung1-6/+5
2015-03-27USB: f81232: implement RX bulk-in EPPeter Hung1-34/+41
2015-03-27USB: f81232: rename private struct member namePeter Hung1-4/+4
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: f81232: switch to generic tiocmiwaitJohan Hovold1-42/+2
2014-01-03USB: f81232: remove bogus call to wake up MSR queueJohan Hovold1-1/+7
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold1-4/+0
2013-07-23USB: serial: set drain delay at port probeJohan Hovold1-1/+2
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-1/+1
2013-06-17Merge 3.10-rc6 into usb-nextGreg Kroah-Hartman1-4/+4
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-3/+2
2013-06-10USB: f81232: fix device initialisation at openJohan Hovold1-4/+4
2013-03-25USB: f81232: fix TIOCMIWAIT and disconnectJohan Hovold1-2/+2
2013-03-25USB: f81232: add custom tiocmiwait operationJohan Hovold1-6/+3
2013-03-21USB: f81232: fix use-after-free in TIOCMIWAITJohan Hovold1-4/+5
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-2/+3
2013-01-15TTY: convert more flipping functionsJiri Slaby1-1/+1
2012-10-17USB: f81232: fix port-data memory leakJohan Hovold1-26/+17
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-7/+1
2012-09-18USB: Serial: f81232.c: remove debug module parameterGreg Kroah-Hartman1-6/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-1/+1
2012-07-16f81232: correct stubbed termios handlerAlan Cox1-0/+1
2012-07-16tty: move the termios object into the ttyAlan Cox1-1/+1
2012-05-15USB: f81232.c: remove dbg() usageGreg Kroah-Hartman1-8/+12
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-7/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07usb-serial: clean up unneeded PM-related fieldsAlan Stern1-4/+0
2012-05-03USB: f81232.c: remove dbg() tracing callsGreg Kroah-Hartman1-3/+0
2012-02-28USB: serial: add Fintek F81232 usb to serial driverGreg Kroah-Hartman1-0/+405