summaryrefslogtreecommitdiff
path: root/drivers/staging/unisys
AgeCommit message (Expand)AuthorFilesLines
2015-02-27staging: unisys: Rework Kconfig dependenciesJean Delvare6-6/+9
2015-02-27unisys: remove the thread variable and APIDevendra Naga2-3/+0
2015-02-27unisys: use kthread_should_stop API in the lib threadDevendra Naga1-2/+2
2015-02-27unisys: use kthread_should_stop in the threadDevendra Naga1-2/+2
2015-02-27unisys: use simpler kthread_ APIDevendra Naga1-13/+7
2015-02-27unisys: replace kthread_create and wake_up_process with kthread_runDevendra Naga1-2/+1
2015-02-27staging: unisys: Remove unnecessary OOM messageQuentin Lambert8-44/+12
2015-02-27staging: unisys: style: remove unnecessary bracesFrederico Cadete1-4/+2
2015-02-27staging: unisys: style: Replace typedefs with structs in visorchipset_main.cFrederico Cadete1-11/+11
2015-02-27staging: unisys: remove unused MESSAGE_ENVELOPE typedefFrederico Cadete1-5/+0
2015-02-27staging: unisys: declare visorchipset_ioctl staticFrederico Cadete1-2/+4
2015-02-27staging: unisys: remove unneeded functionsSudip Mukherjee2-222/+0
2015-02-27staging: unisys: Remove allocation from declaration lineQuentin Lambert3-6/+8
2015-02-27staging: unisys: fix directory warningSudip Mukherjee2-3/+0
2015-02-27staging: unisys: remove unused variableSudip Mukherjee1-6/+3
2015-02-07staging: unisys: Fix typo in commentBastien Nocera1-1/+1
2015-02-07staging/unisys/visorutil/procobjecttree: Replace typedefRicardo Ribalda Delgado1-5/+6
2015-02-07staging/unisys/visorutil/procobjecttree: Code StyleRicardo Ribalda Delgado1-5/+5
2015-02-07staging: unisys: use msecs_to_jiffies for conversionsNicholas Mc Guire1-1/+1
2015-01-28drivers/staging: use current->state helpersDavidlohr Bueso1-2/+2
2015-01-28staging: unisys: rework signal remove/insert to avoid sparse lock warningsZachary Warren1-49/+54
2015-01-25staging: unisys: fix CamelCase in enable_ints_write()Benjamin Romer1-6/+6
2015-01-25staging: unisys: fix CamelCase name in virthba_probe()Benjamin Romer1-4/+4
2015-01-25staging: unisys: refactor virthba_ISR()Benjamin Romer1-9/+9
2015-01-25staging: unisys: Fix CamelCase for function names in virthba.cKen Depro1-5/+5
2015-01-25staging: unisys: Fix remaining CamelCase global variables in virthba.cKen Depro1-12/+13
2015-01-25staging: unisys: Fix CamelCase for Disk Add/Remove global variables in virthba.cKen Depro1-24/+24
2015-01-25staging: unisys: Fix open parenthesis alignment issues in virthba.cKen Depro1-2/+4
2015-01-25staging: unisys: Fix warnings regarding lines over 80 characters in virthba.cKen Depro1-1/+2
2015-01-25staging: unisys: Fix "else not useful after return" warning in virthba.cKen Depro1-3/+6
2015-01-25staging: unisys: fix checkpatch checks for structs in virthba.cKen Depro1-1/+2
2015-01-25staging: unisys: Change alloc calls to use var name instead of type in virthba.cKen Depro1-2/+2
2015-01-25staging: unisys: Remove blank lines before/after braces in virthba.cKen Depro1-4/+0
2015-01-25staging: unisys: Fix logical continuation checks in virthba.cKen Depro1-19/+19
2015-01-25staging: unisys: Fix open parenthesis alignment checks in virthba.cKen Depro1-21/+22
2015-01-25staging: unisys: Remove unneeded spaces after casts in virthba.cKen Depro1-65/+65
2015-01-18staging: virtpci: Remove no-op suspend/resume functionsLars-Peter Clausen1-16/+0
2015-01-10staging: unisys: fix checkpatch space prohibited before comma errorsSyed Amer Gilani2-9/+9
2015-01-10staging: unisys: uislib: uisutils.c: Fix a missing va_endRickard Strandqvist1-0/+1
2015-01-10staging: unisys: virtpci: virtpci.c: Removes unnecessary NULL checkRickard Strandqvist1-20/+9
2015-01-10staging: unisys: remove leftover __DATE__Rasmus Villemoes1-1/+0
2015-01-10staging: unisys: Remove VISORCHANNEL typedefBryan Thompson5-73/+76
2015-01-10staging: unisys: visorchannel: Describe spinlocks in VISORCHANNEL_Tag structBryan Thompson1-3/+4
2015-01-10staging: unisys: visorchannel: Rename CamelCase variable nQueuesBryan Thompson2-3/+3
2015-01-10staging: unisys: visorchannel: Rename CamelCase variable channelBytesBryan Thompson2-18/+18
2015-01-10staging: unisys: get rid of goto in visorchipset_ioctl()Benjamin Romer1-13/+5
2015-01-10staging: unisys: fix CamelCase in visorchipset_mmap()Benjamin Romer1-4/+4
2015-01-10staging: unisys: get rid of goto in visorchipset_open()Benjamin Romer1-7/+2
2015-01-10staging: unisys: get rid of HAVE_UNLOCKED_IOCTL codeBenjamin Romer1-17/+1
2015-01-10staging: unisys: fix CamelCase global variables in file.cBenjamin Romer1-27/+27