aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/speakup
AgeCommit message (Expand)AuthorFilesLines
2019-04-19staging: speakup: refactor to use existing code in vtGravatar Okash Khawaja 3-126/+88
2019-04-03staging: add missing SPDX lines to Kconfig filesGravatar Greg Kroah-Hartman 1-0/+1
2019-04-01Merge 5.1-rc3 into staging-nextGravatar Greg Kroah-Hartman 3-5/+18
2019-03-18staging: speakup: fix printk KERN_LEVEL facility level warningGravatar Jules Irenge 1-2/+2
2019-03-18staging: speakup_soft: Fix alternate speech with other synthsGravatar Samuel Thibault 3-5/+18
2019-03-18staging: speakup: fix line over 80 characters.Gravatar Jules Irenge 1-2/+8
2019-03-18staging: speakup: Add spaces around operatorsGravatar Daniela Mormocea 1-3/+3
2019-03-18staging: speakup: Spaces around operatorGravatar Daniela Mormocea 1-1/+1
2019-03-18staging: speakup: Comparison to NULL.Gravatar Bhagyashri Dighole 1-1/+1
2019-03-01staging: speakup: fix line over 80 characters.Gravatar Bhagyashri Dighole 7-19/+36
2019-02-26staging: speakup: Note that simple_strtoul can't simply be replaced by kstrtoulGravatar Samuel Thibault 3-0/+4
2019-02-11Merge 5.0-rc6 into staging-nextGravatar Greg Kroah-Hartman 1-2/+4
2019-01-30staging: speakup: fix tty-operation NULL derefsGravatar Johan Hovold 1-2/+4
2019-01-07staging: speakup: Fix coding styleGravatar Daniel Smith 1-16/+16
2018-12-12staging: speakup: change semaphore to completionGravatar Arnd Bergmann 1-4/+5
2018-12-05staging: speakup: i18n: fix spelling mistake "phoneticly" -> "phonetically"Gravatar Colin Ian King 1-1/+1
2018-11-07staging: speakup: clean up few indentation issuesGravatar Colin Ian King 3-5/+5
2018-11-07staging: speakup: move arguments to adhere to 80 charsGravatar Ioannis Valasakis 1-2/+4
2018-11-07staging: speakup: move arguments to reduce 80 chars limitGravatar Ioannis Valasakis 1-1/+2
2018-11-07staging: speakup: add spaces around minusGravatar Ioannis Valasakis 1-1/+1
2018-10-19staging: speakup: Add a pair of bracesGravatar Maya Nakamura 1-2/+2
2018-07-30Merge 4.18-rc7 into staging-nextGravatar Greg Kroah-Hartman 1-1/+5
2018-07-16staging: speakup: fix wraparound in uaccess length checkGravatar Samuel Thibault 1-1/+5
2018-07-11staging: speakup: remove redundant variable lGravatar Colin Ian King 1-3/+2
2018-07-02staging: speakup: Replace strncpy with memcpyGravatar Guenter Roeck 1-2/+2
2018-06-17staging: speakup: refactor synths array to use a listGravatar Justin Skists 2-27/+15
2018-05-15staging: speakup: use true/false instead of 1/0Gravatar Samuel Thibault 2-2/+2
2018-05-14staging: speakup: Fix coding styleGravatar Samuel Thibault 2-4/+4
2018-05-06staging: speakup: Add pause command used on switching to graphical modeGravatar Samuel Thibault 7-3/+17
2018-04-04Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-28/+69
2018-03-19staging: speakup: Add blank line after declarationGravatar Nishka Dasgupta 1-0/+1
2018-03-14staging: speakup: Add unicode support to the speakup_dummy driverGravatar Samuel Thibault 5-5/+42
2018-03-09mn10300: Remove the architectureGravatar David Howells 1-1/+1
2018-03-06staging: speakup: match alignment with open parenthesisGravatar Santha Meena Ramamoorthy 5-9/+9
2018-02-26staging: speakup: add braces around else statementGravatar Santha Meena Ramamoorthy 1-2/+4
2018-02-23staging: speakup: remove space after a castGravatar Santha Meena Ramamoorthy 1-1/+1
2018-02-23staging: speakup: match alignment with open parenthesisGravatar Santha Meena Ramamoorthy 1-4/+4
2018-02-23staging: speakup: add spaces around arithmetic operatorsGravatar Santha Meena Ramamoorthy 1-7/+8
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 28-207/+29
2018-01-15staging: speakup: remove redundant license textGravatar Greg Kroah-Hartman 20-200/+0
2018-01-15staging: speakup: add SPDX identifier.Gravatar Greg Kroah-Hartman 27-0/+27
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-27staging: speakup: selection: replace _manual_ swap with swap macroGravatar Gustavo A. R. Silva 1-7/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 2-3/+3
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 13-19/+19
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 11-0/+11
2017-10-09Merge 4.14-rc4 into staging-nextGravatar Greg Kroah-Hartman 1-3/+12
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 2-2/+2