aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/serial2002.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-04serial2002: switch serial2002_tty_write to kernel_{read/write}Christoph Hellwig1-19/+5
2016-06-17staging: comedi: serial2002: Fix unnecessary cast styling issueChris Cesare1-1/+4
2016-06-17staging: comedi: serial2002: Fix bare unsigned styling issueChris Cesare1-1/+1
2015-09-12staging: comedi: serial2002: use proper errnoH Hartley Sweeten1-1/+1
2015-09-12staging: comedi: serial2002: usleep_range is preferred over udelayH Hartley Sweeten1-1/+1
2015-09-12staging: comedi: serial2002: tidy up multi-line commentsH Hartley Sweeten1-24/+23
2015-08-14staging: comedi: serial2002: Use monotonic clockAbhilash Jindal1-5/+5
2015-04-30staging: comedi: serial2002: fix Coverity "Explicit null dereference"H Hartley Sweeten1-1/+1
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+6
2015-04-11serial2002: switch to __vfs_read/__vfs_writeAl Viro1-12/+6
2015-03-15Staging: comedi: Remove parentheses around right side assignmentHaneen Mohammed1-2/+2
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-3/+0
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-2/+2
2014-07-16staging: comedi: serial2000: checkpatch.pl cleanup (kmalloc_array)H Hartley Sweeten1-4/+4
2014-07-16staging: comedi: serial2000: reduce indent level of serial2002_setup_subdevs()H Hartley Sweeten1-52/+50
2014-07-16staging: comedi: serial2000: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten1-0/+2
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten1-1/+0
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten1-2/+0
2013-04-08staging: comedi: serial2002: remove #if 0'ed out codeH Hartley Sweeten1-18/+0
2013-04-08staging: comedi: serial2002: remove pr_err() noise in serial2002_read()H Hartley Sweeten1-3/+0
2013-04-08staging: comedi: serial2002: rename all the static functionsH Hartley Sweeten1-38/+39
2013-04-08staging: comedi: serial2002: hookup the (*open) and (*close) lastH Hartley Sweeten1-2/+3
2013-04-08staging: comedi: serial2002: return 0 after successful attachH Hartley Sweeten1-1/+1
2013-04-08staging: comedi: serial2002: remove attach dev_dbg() noiseH Hartley Sweeten1-3/+0
2013-04-08staging: comedi: serial2002: add some whitespace to the subdevice initH Hartley Sweeten1-49/+55
2013-04-08staging: comedi: serial2002: don't assume the number of subdevices to detachH Hartley Sweeten1-1/+1
2013-04-08staging: comedi: serial2002: cleanup serial2002_setup_subdevs()H Hartley Sweeten1-64/+75
2013-04-08staging: comedi: serial2002: split up serial_2002_open()H Hartley Sweeten1-282/+234
2013-04-08staging: comedi: serial2002: cleanup serial_read()H Hartley Sweeten1-8/+6
2013-04-08staging: comedi: serial2002: cleanup tty_setspeed()H Hartley Sweeten1-55/+41
2013-04-08staging: comedi: serial2002: factor (*poll) busy wait out of tty_read()H Hartley Sweeten1-25/+28
2013-04-08staging: comedi: serial2002: fix different address space sparse warningsH Hartley Sweeten1-11/+14
2012-10-24staging/comedi: Use pr_ or dev_ printks in drivers/serial2002.cYAMANE Toshiaki1-2/+4
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-8/+16
2012-10-22staging: comedi: serial2002: remove boardinfoH Hartley Sweeten1-15/+1
2012-09-05staging: comedi: serial2002: remove subdevice pointer mathH Hartley Sweeten1-5/+5
2012-09-04staging: comedi: serial2002: Set range for digital inputs and outputsIan Abbott1-1/+3
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott1-2/+2
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+4
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-11staging: comedi: serial2002: quiet NULL pointer sparse noiseH Hartley Sweeten1-6/+6
2012-06-04staging: comedi: remove this_board macro in the serial2002 driverH Hartley Sweeten1-6/+2
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-3/+1
2012-05-09staging: comedi: use module_comedi_driverH Hartley Sweeten1-13/+2
2012-04-29staging: comedi: refactor serial2002 driver to remove forward declarationsH Hartley Sweeten1-41/+17
2011-11-26Staging: comedi: fix printk issue in serial2002.cRavishankar karkala Mallikarjunayya1-3/+4