aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-06staging: speakup: match alignment with open parenthesisSantha Meena Ramamoorthy5-9/+9
2018-02-26staging: speakup: add braces around else statementSantha Meena Ramamoorthy1-2/+4
2018-02-23staging: speakup: remove space after a castSantha Meena Ramamoorthy1-1/+1
2018-02-23staging: speakup: match alignment with open parenthesisSantha Meena Ramamoorthy1-4/+4
2018-02-23staging: speakup: add spaces around arithmetic operatorsSantha Meena Ramamoorthy1-7/+8
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds28-207/+29
2018-01-15staging: speakup: remove redundant license textGreg Kroah-Hartman20-200/+0
2018-01-15staging: speakup: add SPDX identifier.Greg Kroah-Hartman27-0/+27
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27staging: speakup: selection: replace _manual_ swap with swap macroGustavo A. R. Silva1-7/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2-3/+3
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds13-19/+19
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman11-0/+11
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-3/+12
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2-2/+2
2017-09-28staging: speakup: Fix comment block coding styleMihaela Muraru1-2/+4
2017-09-28staging: speakup: Use octal permissions '0444'Mihaela Muraru9-9/+9
2017-09-18staging: speakup: fix speakup-r empty line lockupOkash Khawaja1-3/+12
2017-09-18staging: speakup: Remove unnecessary parenthesesCastulo J. Martinez1-2/+2
2017-09-18staging: speakup: remove NULL comparisonAastha Gupta1-1/+1
2017-09-18Staging: speakup: Remove print following unsuccessful kmallocMeghana Madhyastha1-3/+1
2017-09-17Staging: speakup: Replace symbolic permissionMeghana Madhyastha1-1/+1
2017-09-17staging/speakup: fix checkpatch.pl warning in speak_char()Justin Skists1-1/+1
2017-08-28staging: speakup: use tty_kopen and tty_kcloseOkash Khawaja1-2/+2
2017-08-18staging: speakup: fix async usb removalOkash Khawaja1-0/+50
2017-08-18staging: speakup: remove support for lp*Okash Khawaja1-22/+1
2017-07-18staging: speakup: safely register and unregister ldiscOkash Khawaja2-6/+4
2017-07-18staging: speakup: add functions to register and unregister ldiscOkash Khawaja2-0/+14
2017-07-18staging: speakup: safely close ttyOkash Khawaja1-1/+1
2017-06-29staging: speakup: make function ser_to_dev staticColin Ian King1-1/+1
2017-06-27staging: speakup: make ttyio synths use device nameOkash Khawaja11-8/+37
2017-06-27staging: speakup: check and convert dev name or ser to dev_tOkash Khawaja3-0/+45
2017-06-25staging: speakup: fix synth caching when synth init failsOkash Khawaja1-2/+7
2017-06-13staging: speakup: Add missing blank line after declarationAlexandre Ghiti2-0/+4
2017-06-13staging: speakup: migrate bns to ttyOkash Khawaja1-4/+4
2017-06-06staging: speakup: alignment match open parensBo YU1-1/+1
2017-06-06staging: speakup: in serialio.c no over 80 chars longBo YU1-2/+4
2017-06-06staging: speakup: add a space around '|'Bo YU1-1/+1
2017-06-06staging: speakup: add a missing blank line after declarationBo YU1-0/+1
2017-06-03staging: speakup: remove unused codeOkash Khawaja1-3/+0
2017-06-03staging: speakup: check for null before calling TTY's flush_bufferOkash Khawaja1-1/+2
2017-05-25drivers/staging/speakup: fix indent coding style problem in spk_ttyio.cRui Teng1-1/+1
2017-05-25staging: speakup: signedness bug in spk_ttyio_in_nowait()Dan Carpenter1-1/+1
2017-05-16staging: speakup: flush tty buffers and ensure hardware flow controlOkash Khawaja8-0/+42
2017-05-16staging: speakup: migrate apollo, ltlk, audptr, decext, dectlk and spkoutOkash Khawaja6-30/+26
2017-05-16staging: speakup: add send_xchar, tiocmset and input functionality for ttyOkash Khawaja3-1/+111
2017-05-16staging: speakup: migrate acntsa, bns, dummy and txprt to ttyioOkash Khawaja3-12/+12
2017-05-16staging: speakup: add tty-based comms functionsOkash Khawaja3-0/+148