| Commit message (Expand) | Author | Age | Files | Lines |
* | Staging: speakup: constify attribute_group structures | Bhumika Goyal | 2016-10-02 | 1 | -2/+2 |
* | Staging: speakup: kobjects: Add space around the operator. | Sandhya Bankar | 2016-09-22 | 1 | -5/+5 |
* | Staging: speakup: varhandlers: Add space around the operator. | Sandhya Bankar | 2016-09-22 | 1 | -3/+3 |
* | staging: speakup: Remove unnecessary parentheses | Katie Dunne | 2016-09-22 | 1 | -2/+2 |
* | speakup: Add spinlock in synth_direct_store | Pavel Andrianov | 2016-09-12 | 1 | -0/+3 |
* | staging: speakup: ensure we do not overrun synths array | Colin Ian King | 2016-08-15 | 1 | -1/+1 |
* | Staging: speakup: Remove space after cast | Laurence Rochfort | 2016-08-15 | 1 | -1/+1 |
* | Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-20 | 2 | -3/+6 |
|\ |
|
| * | staging: speakup: fix type mismatch warnings | Okash Khawaja | 2016-03-28 | 1 | -1/+2 |
| * | Staging: speakup: Clear hi font bit from attributes | Samuel Thibault | 2016-03-28 | 1 | -2/+4 |
* | | tty: Replace TTY_THROTTLED bit tests with tty_throttled() | Peter Hurley | 2016-04-30 | 1 | -1/+1 |
|/ |
|
* | staging: speakup: Replace del_timer with del_timer_sync | Amitoj Kaur Chawla | 2016-03-11 | 1 | -1/+1 |
* | staging: speakup: Remove unnecessary test in if condition | Amitoj Kaur Chawla | 2016-03-05 | 1 | -1/+1 |
* | staging: speakup: remove multiple assignments | Alison Schofield | 2016-03-05 | 1 | -10/+19 |
* | Staging: speakup: Add space around '|' | Dilek Uzulmez | 2016-03-05 | 1 | -27/+27 |
* | staging: speakup: Fix block comment style | Janani Ravichandran | 2016-02-14 | 1 | -1/+2 |
* | staging: speakup: compress return logic into one line | Alison Schofield | 2016-02-11 | 1 | -4/+1 |
* | staging: speakup: Eliminate commented out code | Janani Ravichandran | 2016-02-11 | 1 | -7/+0 |
* | Staging:speakup:add space around '|' | Bhumika Goyal | 2016-02-07 | 1 | -12/+12 |
* | Merge 4.5-rc3 into staging-next | Greg Kroah-Hartman | 2016-02-07 | 1 | -1/+1 |
|\ |
|
| * | Staging: speakup: Fix allyesconfig build on mn10300 | Samuel Thibault | 2016-02-01 | 1 | -1/+1 |
* | | Merge 4.5-rc2 into staging-next | Greg Kroah-Hartman | 2016-02-01 | 3 | -10/+29 |
|\| |
|
| * | Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-01-31 | 1 | -1/+4 |
| |\ |
|
| | * | staging/speakup: Use tty_ldisc_ref() for paste kworker | Peter Hurley | 2016-01-26 | 1 | -1/+4 |
| * | | Staging: speakup: fix read scrolled-back VT | Samuel Thibault | 2016-01-28 | 1 | -8/+13 |
| * | | Staging: speakup: Fix getting port information | Samuel Thibault | 2016-01-28 | 1 | -1/+12 |
| |/ |
|
* | | Staging: speakup: Remove FSF mailing address | Shraddha Barke | 2016-01-28 | 21 | -81/+0 |
* | | STAGING/SPEAKUP: Fix "expression using sizeof bool" warnings | Jeff Becker | 2016-01-28 | 1 | -1/+1 |
* | | Staging: speakup: varhandlers: cleanup of function spk_get_punc_var | Saurabh Sengar | 2016-01-28 | 1 | -25/+25 |
* | | staging: speakup: (coding style) Rewrite comparisons to NULL | Christian Colic | 2016-01-28 | 1 | -2/+2 |
* | | staging: speakup: (coding style) Add braces around all arms of if-statement | Christian Colic | 2016-01-28 | 1 | -2/+2 |
* | | staging: speakup: (coding style) Add spaces around operands (checkpatch checks) | Christian Colic | 2016-01-28 | 1 | -9/+9 |
|/ |
|
* | Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-11-04 | 11 | -71/+72 |
|\ |
|
| * | staging: speakup: Remove multiple assignments | Burcin Akalin | 2015-10-24 | 1 | -1/+2 |
| * | staging: speakup: varhandlers: Remove useless intialisation | Amitoj Kaur Chawla | 2015-10-16 | 1 | -1/+1 |
| * | staging: speakup: speakup_audptr: Remove useless intialisation | Amitoj Kaur Chawla | 2015-10-16 | 1 | -1/+1 |
| * | staging: speakup: Fix multi-line comment style | Cristina Moraru | 2015-10-16 | 3 | -44/+45 |
| * | Merge 4.3-rc5 into staging-next | Greg Kroah-Hartman | 2015-10-12 | 1 | -0/+1 |
| |\ |
|
| * | | Staging: speakup: Use ARRAY_SIZE macro | Shraddha Barke | 2015-10-08 | 1 | -1/+1 |
| * | | Staging: speakup: kobjects.c: Remove explicit NULL comparison | Shraddha Barke | 2015-09-12 | 1 | -8/+8 |
| * | | Staging: speakup: serialio.c: Remove explicit NULL comparison | Shraddha Barke | 2015-09-12 | 1 | -2/+2 |
| * | | Staging: speakup: devsynth.c: Remove explicit NULL comparison | Shraddha Barke | 2015-09-12 | 1 | -2/+2 |
| * | | Staging: speakup: varhandlers.c: Remove explicit NULL comparison | Shraddha Barke | 2015-09-12 | 1 | -9/+9 |
| * | | Staging: speakup: Remove braces for single statement blocks | Shraddha Barke | 2015-09-12 | 1 | -2/+1 |
* | | | Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 2015-10-20 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | staging: speakup: fix speakup-r regression | covici@ccs.covici.com | 2015-10-04 | 1 | -0/+1 |
| |/ |
|
* / | locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.h | Boqun Feng | 2015-09-13 | 1 | -1/+1 |
|/ |
|
* | staging: speakup: Fix warning reported by checkpatch | Aleksei Fedotov | 2015-08-14 | 12 | -44/+66 |
* | staging: speakup: Remove unnecessary externs | Joe Perches | 2015-08-14 | 2 | -41/+39 |
* | staging: speakup: fix indentation | Luis de Bethencourt | 2015-07-14 | 1 | -1/+1 |