aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/f81232.c
AgeCommit message (Expand)Author
2020-07-09USB: serial: only set sysrq timestamp for consolesJohan Hovold
2020-03-18USB: serial: f81232: add control driver for F81534AJi-Ze Hong (Peter Hong)
2020-02-25USB: serial: f81232: set F81534A serial port with RS232 modeJi-Ze Hong (Peter Hong)
2020-02-25USB: serial: f81232: add F81534A supportJi-Ze Hong (Peter Hong)
2020-02-25USB: serial: f81232: use devm_kzalloc for port dataJi-Ze Hong (Peter Hong)
2020-02-25USB: serial: f81232: add tx_empty functionJi-Ze Hong (Peter Hong)
2020-02-25USB: serial: f81232: extract LSR handlerJi-Ze Hong (Peter Hong)
2019-05-03USB: serial: f81232: implement break controlJi-Ze Hong (Peter Hong)
2019-05-03USB: serial: f81232: add high baud rate supportJi-Ze Hong (Peter Hong)
2019-05-03USB: serial: f81232: clear overrun flagJi-Ze Hong (Peter Hong)
2019-05-03USB: serial: f81232: fix interrupt worker not stopJi-Ze Hong (Peter Hong)
2018-10-13f81232: switch to ->get_serial()Al Viro
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2015-03-27USB: f81232: fix some minor style issuesJohan Hovold
2015-03-27USB: f81232: modify/add authorPeter Hung
2015-03-27USB: f81232: cleanup non-used definePeter Hung
2015-03-27USB: f81232: clarify f81232_ioctl() and fixPeter Hung
2015-03-27USB: f81232: implement set_termios()Peter Hung
2015-03-27USB: f81232: implement port enable/disable methodPeter Hung
2015-03-27USB: f81232: implement MCR/MSR functionPeter Hung
2015-03-27USB: f81232: implement read IIR/MSR with endpointPeter Hung
2015-03-27USB: f81232: change lock mechanismPeter Hung
2015-03-27USB: f81232: implement RX bulk-in EPPeter Hung
2015-03-27USB: f81232: rename private struct member namePeter Hung
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03USB: f81232: switch to generic tiocmiwaitJohan Hovold
2014-01-03USB: f81232: remove bogus call to wake up MSR queueJohan Hovold
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold
2013-07-23USB: serial: set drain delay at port probeJohan Hovold
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman
2013-06-17Merge 3.10-rc6 into usb-nextGreg Kroah-Hartman
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman
2013-06-10USB: f81232: fix device initialisation at openJohan Hovold
2013-03-25USB: f81232: fix TIOCMIWAIT and disconnectJohan Hovold
2013-03-25USB: f81232: add custom tiocmiwait operationJohan Hovold
2013-03-21USB: f81232: fix use-after-free in TIOCMIWAITJohan Hovold
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15TTY: convert more flipping functionsJiri Slaby
2012-10-17USB: f81232: fix port-data memory leakJohan Hovold
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-09-18USB: Serial: f81232.c: remove debug module parameterGreg Kroah-Hartman
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman
2012-07-16f81232: correct stubbed termios handlerAlan Cox
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-05-15USB: f81232.c: remove dbg() usageGreg Kroah-Hartman
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman