aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/iuu_phoenix.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2021-08-26USB: serial: replace symbolic permissions by octal permissionsUtkarsh Verma1-5/+5
2021-04-01USB: serial: iuu_phoenix: remove redundant variable 'error'Colin Ian King1-3/+1
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-3/+1
2021-01-04USB: serial: iuu_phoenix: fix DMA from stackJohan Hovold1-5/+15
2020-10-27USB: serial: iuu_phoenix: remove unneeded breakTom Rix1-2/+0
2020-07-28Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-14/+12
2020-07-21USB: serial: iuu_phoenix: fix led-activity helpersJohan Hovold1-6/+8
2020-07-16USB: serial: iuu_phoenix: fix memory corruptionJohan Hovold1-3/+5
2020-07-02USB: serial: iuu_phoenix: drop unused URB submission resultsJohan Hovold1-8/+4
2019-04-26USB: serial: iuu_phoenix: simplify init_termiosJohan Hovold1-2/+1
2019-04-26USB: serial: iuu_phoenix: drop bogus initial cflagJohan Hovold1-2/+1
2018-07-16USB: serial: iuu_phoenix: drop redundant input-speed re-encodingJohan Hovold1-3/+0
2018-07-16USB: serial: iuu_phoenix: drop unused driver-data baud rateJohan Hovold1-2/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2017-11-27USB: serial: iuu_phoenix: remove redundant assignment of DIV to itselfColin Ian King1-1/+0
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-04-10USB: serial: iuu_phoenix: drop excessive sanity checksJohan Hovold1-6/+3
2017-03-16USB: serial: iuu_phoenix: simplify endpoint checkJohan Hovold1-11/+2
2017-01-16USB: serial: iuu_phoenix: remove unused buffer from openJohan Hovold1-14/+1
2017-01-04USB: serial: iuu_phoenix: fix NULL-deref at openJohan Hovold1-0/+11
2016-02-28USB: serial: fix boolinit.cocci warningsMathieu OTHACEHE1-2/+2
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold1-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: correct spelling mistakes in commentsRahul Bedarkar1-1/+1
2013-08-25USB: serial: clean up attribute permissionsGreg Kroah-Hartman1-5/+3
2013-05-29USB: iuu_phoenix: fix bulk-message timeoutJohan Hovold1-2/+2
2013-03-25USB: iuu_phoenix: remove bogus disconnect test in closeJohan Hovold1-5/+0
2013-03-25USB: iuu_phoenix: remove unused MSR-wait queueJohan Hovold1-2/+0
2013-03-25USB: iuu_phoenix: remove bogus disconnect test in closeJohan Hovold1-8/+5
2013-03-25USB: iuu_phoenix: remove unnecessary urb kill on closeJohan Hovold1-1/+0
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-10-31USB: serial: remove driver version informationJohan Hovold1-6/+0
2012-10-30USB: iuu_phoenix: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-10-18USB: iuu_phoenix: fix sysfs-attribute creationJohan Hovold1-2/+12
2012-10-17USB: iuu_phoenix: fix port-data memory leakJohan Hovold1-40/+22
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-76/+58
2012-09-18USB: Serial: iuu_phoenix.c: remove debug module parameterGreg Kroah-Hartman1-9/+0
2012-09-14USB: serial: iuu_phoenix.c: remove dbg() usageGreg Kroah-Hartman1-67/+58
2012-07-16tty: move the termios object into the ttyAlan Cox1-14/+14
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-6/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-03USB: iuu_phoenix.c: remove dbg() tracing callsGreg Kroah-Hartman1-38/+0
2012-02-28USB: serial: iuu_phoenix.c: use module_usb_serial_driverGreg Kroah-Hartman1-18/+1
2012-02-24usb-serial: use new registration API in [i-j]* driversAlan Stern1-16/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-11-15USB: iuu_phoenix: forward USB errors to USB serial coreJohan Hovold1-2/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-01-22USB serial: add missing .usb_driver field in serial driversAlan Stern1-0/+1
2010-08-11Merge branch 'master' into for-nextJiri Kosina1-13/+41
2010-08-10USB: iuu_phoenix: Add support for different baud rates.James Courtier-Dutton1-13/+41
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-1/+0
2010-05-20USB: serial: allow drivers to define bulk buffer sizesJohan Hovold1-28/+2
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2009-09-23USB: iuu_phoenix: add a way to select the default VCCOlivier Bornet1-1/+6
2009-09-23USB: iuu_phoenix: increment version numberOlivier Bornet1-1/+1
2009-09-23USB: iuu_phoenix: add support for changing VCCOlivier Bornet1-0/+93
2009-09-23USB: iuu_phoenix: clean-up parameter's descriptionsOlivier Bornet1-5/+6
2009-09-23USB: iuu_phoenix: Don't reset the device at closeOlivier Bornet1-4/+0
2009-09-19tty: USB serial termios bitsAlan Cox1-17/+14
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-3/+2
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-3/+3
2009-06-11tty: iuu_phoenix: update version number.Olivier Bornet1-1/+1
2009-06-11tty: iuu_phoenix: set termios.Olivier Bornet1-0/+50
2009-06-11tty: iuu_phoenix: Fix stopbit when uart goes on.Olivier Bornet1-1/+1
2009-06-11tty: iuu_phoenix: fix locking.Olivier Bornet1-16/+13
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-23/+2
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum1-1/+0
2009-01-07USB: serial: fix up urb->status usageGreg Kroah-Hartman1-17/+21
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-13tty: usb-serial krefsAlan Cox1-1/+2
2008-07-22tty-usb-iuu-phoenix: Clean up to coding styleAlan Cox1-9/+6
2008-07-22usb_serial: API all changeAlan Cox1-19/+24
2008-05-08fix irq flags for iuu_phoenix.cSteven Rostedt1-3/+3
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-8/+8
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-64/+64
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-3/+0
2008-04-24USB: iuu_phoenix: lock priv->tiostatus properlyAlan Cox1-5/+13
2008-02-01USB: add iuu_phoenix driverAlain Degreffe1-0/+1217