summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/f81232.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: f81232: fix division by zero on line-speed changeJohan Hovold2022-11-301-5/+7
* usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* USB: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-281-15/+1
* USB: serial: f81232: use usb_control_msg_recv() and usb_control_msg_send()Himadri Pandya2021-09-211-62/+34
* USB: serial: f81232: drop time-based drain delayJohan Hovold2021-04-131-1/+0
* USB: serial: stop reporting legacy UART typesJohan Hovold2021-04-081-1/+0
* USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-081-9/+3
* USB: serial: f81232: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-1/+3
* USB: serial: f81232: drop short control-transfer checksJohan Hovold2021-01-181-10/+2
* USB: serial: only set sysrq timestamp for consolesJohan Hovold2020-07-091-2/+2
* USB: serial: f81232: add control driver for F81534AJi-Ze Hong (Peter Hong)2020-03-181-1/+134
* USB: serial: f81232: set F81534A serial port with RS232 modeJi-Ze Hong (Peter Hong)2020-02-251-1/+23
* USB: serial: f81232: add F81534A supportJi-Ze Hong (Peter Hong)2020-02-251-6/+122
* USB: serial: f81232: use devm_kzalloc for port dataJi-Ze Hong (Peter Hong)2020-02-251-12/+1
* USB: serial: f81232: add tx_empty functionJi-Ze Hong (Peter Hong)2020-02-251-0/+15
* USB: serial: f81232: extract LSR handlerJi-Ze Hong (Peter Hong)2020-02-251-23/+30
* USB: serial: f81232: implement break controlJi-Ze Hong (Peter Hong)2019-05-031-6/+25
* USB: serial: f81232: add high baud rate supportJi-Ze Hong (Peter Hong)2019-05-031-11/+94
* USB: serial: f81232: clear overrun flagJi-Ze Hong (Peter Hong)2019-05-031-1/+24
* USB: serial: f81232: fix interrupt worker not stopJi-Ze Hong (Peter Hong)2019-05-031-0/+39
* f81232: switch to ->get_serial()Al Viro2018-10-131-28/+8
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: f81232: fix some minor style issuesJohan Hovold2015-03-271-5/+6
* USB: f81232: modify/add authorPeter Hung2015-03-271-1/+2
* USB: f81232: cleanup non-used definePeter Hung2015-03-271-14/+0
* USB: f81232: clarify f81232_ioctl() and fixPeter Hung2015-03-271-11/+19
* USB: f81232: implement set_termios()Peter Hung2015-03-271-4/+108
* USB: f81232: implement port enable/disable methodPeter Hung2015-03-271-0/+49
* USB: f81232: implement MCR/MSR functionPeter Hung2015-03-271-22/+117
* USB: f81232: implement read IIR/MSR with endpointPeter Hung2015-03-271-8/+118
* USB: f81232: change lock mechanismPeter Hung2015-03-271-6/+5
* USB: f81232: implement RX bulk-in EPPeter Hung2015-03-271-34/+41
* USB: f81232: rename private struct member namePeter Hung2015-03-271-4/+4
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: f81232: switch to generic tiocmiwaitJohan Hovold2014-01-031-42/+2
* USB: f81232: remove bogus call to wake up MSR queueJohan Hovold2014-01-031-1/+7
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-4/+0
* USB: serial: set drain delay at port probeJohan Hovold2013-07-231-1/+2
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-1/+1
* Merge 3.10-rc6 into usb-nextGreg Kroah-Hartman2013-06-171-4/+4
|\
| * USB: f81232: fix device initialisation at openJohan Hovold2013-06-101-4/+4
* | USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-3/+2
|/
* USB: f81232: fix TIOCMIWAIT and disconnectJohan Hovold2013-03-251-2/+2
* USB: f81232: add custom tiocmiwait operationJohan Hovold2013-03-251-6/+3
* USB: f81232: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-4/+5
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-7/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-2/+3
* TTY: convert more flipping functionsJiri Slaby2013-01-151-1/+1
* USB: f81232: fix port-data memory leakJohan Hovold2012-10-171-26/+17