summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/serial2002.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-12-13Staging: comedi: drivers: serial2002 fixed a blank line coding styleVikash Kesarwani
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-11-27anntotate the places where ->poll() return values goAl Viro
2017-09-04serial2002: switch serial2002_tty_write to kernel_{read/write}Christoph Hellwig
2016-06-17staging: comedi: serial2002: Fix unnecessary cast styling issueChris Cesare
2016-06-17staging: comedi: serial2002: Fix bare unsigned styling issueChris Cesare
2015-09-12staging: comedi: serial2002: use proper errnoH Hartley Sweeten
2015-09-12staging: comedi: serial2002: usleep_range is preferred over udelayH Hartley Sweeten
2015-09-12staging: comedi: serial2002: tidy up multi-line commentsH Hartley Sweeten
2015-08-14staging: comedi: serial2002: Use monotonic clockAbhilash Jindal
2015-04-30staging: comedi: serial2002: fix Coverity "Explicit null dereference"H Hartley Sweeten
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-11serial2002: switch to __vfs_read/__vfs_writeAl Viro
2015-03-15Staging: comedi: Remove parentheses around right side assignmentHaneen Mohammed
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten
2014-07-16staging: comedi: serial2000: checkpatch.pl cleanup (kmalloc_array)H Hartley Sweeten
2014-07-16staging: comedi: serial2000: reduce indent level of serial2002_setup_subdevs()H Hartley Sweeten
2014-07-16staging: comedi: serial2000: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten
2013-04-08staging: comedi: serial2002: remove #if 0'ed out codeH Hartley Sweeten
2013-04-08staging: comedi: serial2002: remove pr_err() noise in serial2002_read()H Hartley Sweeten
2013-04-08staging: comedi: serial2002: rename all the static functionsH Hartley Sweeten
2013-04-08staging: comedi: serial2002: hookup the (*open) and (*close) lastH Hartley Sweeten
2013-04-08staging: comedi: serial2002: return 0 after successful attachH Hartley Sweeten
2013-04-08staging: comedi: serial2002: remove attach dev_dbg() noiseH Hartley Sweeten
2013-04-08staging: comedi: serial2002: add some whitespace to the subdevice initH Hartley Sweeten
2013-04-08staging: comedi: serial2002: don't assume the number of subdevices to detachH Hartley Sweeten
2013-04-08staging: comedi: serial2002: cleanup serial2002_setup_subdevs()H Hartley Sweeten
2013-04-08staging: comedi: serial2002: split up serial_2002_open()H Hartley Sweeten
2013-04-08staging: comedi: serial2002: cleanup serial_read()H Hartley Sweeten
2013-04-08staging: comedi: serial2002: cleanup tty_setspeed()H Hartley Sweeten
2013-04-08staging: comedi: serial2002: factor (*poll) busy wait out of tty_read()H Hartley Sweeten
2013-04-08staging: comedi: serial2002: fix different address space sparse warningsH Hartley Sweeten
2012-10-24staging/comedi: Use pr_ or dev_ printks in drivers/serial2002.cYAMANE Toshiaki
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten
2012-10-22staging: comedi: serial2002: remove boardinfoH Hartley Sweeten
2012-09-05staging: comedi: serial2002: remove subdevice pointer mathH Hartley Sweeten
2012-09-04staging: comedi: serial2002: Set range for digital inputs and outputsIan Abbott
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten