aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/ark3116.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-19tty: remove CMSPAR ifdefsGravatar Ilpo Järvinen 1-2/+1
2022-02-28USB: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Gravatar Jiri Slaby 1-15/+2
2021-04-08USB: serial: stop reporting legacy UART typesGravatar Johan Hovold 1-7/+0
2021-04-08USB: serial: add generic support for TIOCSSERIALGravatar Johan Hovold 1-8/+1
2021-04-08USB: serial: ark3116: fix TIOCGSERIAL implementationGravatar Johan Hovold 1-2/+3
2021-02-11usb: Replace lkml.org links with loreGravatar Kees Cook 1-3/+4
2021-02-09USB: serial: make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2019-04-26USB: serial: ark3116: drop redundant init_termiosGravatar Johan Hovold 1-11/+0
2018-10-13ark3116: switch to ->get_serial()Gravatar Al Viro 1-30/+8
2018-01-09USB: serial: ark3116: move TIOCGSERIAL ioctl case to functionGravatar Mikhail Zaytsev 1-13/+19
2018-01-09USB: serial: ark3116: remove dummy TIOCSSERIAL ioctlGravatar Mikhail Zaytsev 1-4/+2
2017-11-28USB: serial: ark3116: clean up return values of register accessorsGravatar Gimcuan Hui 1-4/+7
2017-11-04USB: serial: Remove redundant license textGravatar Greg Kroah-Hartman 1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 1-0/+1
2017-03-16USB: serial: ark3116: simplify endpoint sanity checkGravatar Johan Hovold 1-14/+3
2017-01-31USB: serial: ark3116: use port device for info and error messagesGravatar Johan Hovold 1-10/+6
2017-01-31USB: serial: ark3116: remove redundant interrupt-urb checkGravatar Johan Hovold 1-2/+2
2017-01-31USB: serial: ark3116: fix endpoint-check return valueGravatar Johan Hovold 1-11/+5
2017-01-16USB: serial: ark3116: fix open error handlingGravatar Johan Hovold 1-6/+19
2017-01-16USB: serial: ark3116: fix register-accessor error handlingGravatar Johan Hovold 1-3/+10
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-03USB: serial: correct spelling mistakes in commentsGravatar Rahul Bedarkar 1-2/+2
2013-06-17USB: serial: make minor allocation dynamicGravatar Greg Kroah-Hartman 1-1/+1
2013-06-10USB: serial: ports: add minor and port numberGravatar Greg Kroah-Hartman 1-1/+1
2013-05-29USB: ark3116: fix control-message timeoutGravatar Johan Hovold 1-1/+1
2013-03-25USB: ark3116: switch to generic TIOCMIWAIT implementationGravatar Johan Hovold 1-28/+2
2013-03-25USB: ark3116: switch to generic get_icount implementationGravatar Johan Hovold 1-40/+18
2013-03-25USB: ark3116: remove bogus disconnect test in closeGravatar Johan Hovold 1-10/+7
2013-03-21USB: ark3116: fix use-after-free in TIOCMIWAITGravatar Johan Hovold 1-4/+6
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-7/+1
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-1/+1
2013-01-15TTY: convert more flipping functionsGravatar Jiri Slaby 1-1/+1
2012-10-31USB: serial: remove driver version informationGravatar Johan Hovold 1-5/+0
2012-10-16USB: ark3116: fix NULL-pointer dereferenceGravatar Johan Hovold 1-12/+14
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbGravatar Linus Torvalds 1-6/+1
2012-09-18USB: Serial: ark3116.c: remove debug module parameterGravatar Greg Kroah-Hartman 1-4/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Gravatar Greg Kroah-Hartman 1-2/+1
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-2/+2
2012-05-15USB: ark3116.c: remove dbg() usageGravatar Greg Kroah-Hartman 1-12/+15
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Gravatar Greg Kroah-Hartman 1-6/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGravatar Greg Kroah-Hartman 1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGravatar Greg Kroah-Hartman 1-1/+0
2012-02-28USB: serial: ark3116.c: use module_usb_serial_driverGravatar Greg Kroah-Hartman 1-20/+1
2012-02-24usb-serial: use new registration API in [a-c]* driversGravatar Alan Stern 1-10/+7
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2011-11-14USB: ark3116 initialisation fixGravatar Bart Hartgers 1-5/+5
2011-02-17tty: remove filp from the USB tty ioctlsGravatar Alan Cox 1-1/+1
2011-02-17tiocmset: kill the file pointer argumentGravatar Alan Cox 1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileGravatar Alan Cox 1-1/+1
2010-10-22tty: Convert the USB drivers to the new icount interfaceGravatar Alan Cox 1-19/+21