aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/f81534.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-07USB: serial: return errors from break handlingJohan Hovold1-1/+3
2022-11-30USB: serial: f81534: fix division by zero on line-speed changeJohan Hovold1-5/+7
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2022-02-28USB: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby1-15/+1
2021-04-08USB: serial: stop reporting legacy UART typesJohan Hovold1-1/+0
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold1-7/+1
2021-04-08USB: serial: f81534: fix TIOCGSERIAL implementationJohan Hovold1-1/+3
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-2/+1
2021-01-18USB: serial: f81534: drop short control-transfer checkJohan Hovold1-3/+1
2020-07-09USB: serial: only set sysrq timestamp for consolesJohan Hovold1-1/+1
2018-11-20USB: serial: f81534: fix reading old/new IC configJi-Ze Hong (Peter Hong)1-3/+17
2018-10-13f81534: switch to ->get_serial()Al Viro1-30/+8
2018-01-11USB: serial: f81534: fix tx error on some baud rateJi-Ze Hong (Peter Hong)1-1/+6
2018-01-11USB: serial: f81534: add H/W disable port supportJi-Ze Hong (Peter Hong)1-0/+81
2018-01-11USB: serial: f81534: only read configuration onceJi-Ze Hong (Peter Hong)1-85/+31
2018-01-11USB: serial: f81534: add output pin controlJi-Ze Hong (Peter Hong)1-1/+66
2018-01-11USB: serial: f81534: add auto RTS direction supportJi-Ze Hong (Peter Hong)1-0/+30
2018-01-11USB: serial: f81534: add high baud rate supportJi-Ze Hong (Peter Hong)1-16/+77
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
2017-10-31USB: serial: f81534: implement break controlJi-Ze Hong (Peter Hong)1-6/+41
2017-10-31USB: serial: f81534: fix hang-up on overrunJi-Ze Hong (Peter Hong)1-0/+43
2017-03-28USB: serial: f81534: clean up port bulk-out setupJohan Hovold1-51/+11
2017-03-28USB: serial: f81534: clean up calc_num_portsJohan Hovold1-5/+6
2017-03-28USB: serial: f81534: abort probe on early errorsJohan Hovold1-3/+3
2017-03-28USB: serial: f81534: use calc_num_endpoints to verify endpointsJohan Hovold1-44/+11
2017-03-28USB: serial: allow subdrivers to modify port-endpoint mappingJohan Hovold1-1/+2
2017-01-02USB: serial: f81534: detect errors from f81534_logic_to_phy_port()Geert Uytterhoeven1-3/+5
2016-11-29USB: serial: add Fintek F81532/534 driverJi-Ze Hong (Peter Hong)1-0/+1409