summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ark3116.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: ark3116: move TIOCGSERIAL ioctl case to functionMikhail Zaytsev2018-01-091-13/+19
* USB: serial: ark3116: remove dummy TIOCSSERIAL ioctlMikhail Zaytsev2018-01-091-4/+2
* USB: serial: ark3116: clean up return values of register accessorsGimcuan Hui2017-11-281-4/+7
* 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: serial: ark3116: simplify endpoint sanity checkJohan Hovold2017-03-161-14/+3
* USB: serial: ark3116: use port device for info and error messagesJohan Hovold2017-01-311-10/+6
* USB: serial: ark3116: remove redundant interrupt-urb checkJohan Hovold2017-01-311-2/+2
* USB: serial: ark3116: fix endpoint-check return valueJohan Hovold2017-01-311-11/+5
* USB: serial: ark3116: fix open error handlingJohan Hovold2017-01-161-6/+19
* USB: serial: ark3116: fix register-accessor error handlingJohan Hovold2017-01-161-3/+10
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: correct spelling mistakes in commentsRahul Bedarkar2014-01-031-2/+2
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-1/+1
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-1/+1
* USB: ark3116: fix control-message timeoutJohan Hovold2013-05-291-1/+1
* USB: ark3116: switch to generic TIOCMIWAIT implementationJohan Hovold2013-03-251-28/+2
* USB: ark3116: switch to generic get_icount implementationJohan Hovold2013-03-251-40/+18
* USB: ark3116: remove bogus disconnect test in closeJohan Hovold2013-03-251-10/+7
* USB: ark3116: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-4/+6
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-7/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+1
* TTY: convert more flipping functionsJiri Slaby2013-01-151-1/+1
* USB: serial: remove driver version informationJohan Hovold2012-10-311-5/+0
* USB: ark3116: fix NULL-pointer dereferenceJohan Hovold2012-10-161-12/+14
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-6/+1
|\
| * USB: Serial: ark3116.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-4/+0
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-2/+1
* | tty: move the termios object into the ttyAlan Cox2012-07-161-2/+2
|/
* USB: ark3116.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-12/+15
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-6/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: ark3116.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-20/+1
* usb-serial: use new registration API in [a-c]* driversAlan Stern2012-02-241-10/+7
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: ark3116 initialisation fixBart Hartgers2011-11-141-5/+5
* tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* tty: Convert the USB drivers to the new icount interfaceAlan Cox2010-10-221-19/+21
* USB: ark3116: reimplement read processingJohan Hovold2010-05-201-73/+31
* USB: serial: refactor generic closeJohan Hovold2010-05-201-5/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-1/+0
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: ark3116: Cleanup of now unneeded functionsbart.hartgers@gmail.com2009-12-111-39/+0
* USB: ark3116: Callbacks for interrupt and bulk readbart.hartgers@gmail.com2009-12-111-0/+194
* USB: ark3116: Add cmset and breakbart.hartgers@gmail.com2009-12-111-0/+56
* USB: ark3116: Replace cmgetbart.hartgers@gmail.com2009-12-111-24/+19
OpenPOWER on IntegriCloud