aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-16staging: unisys: Remove useless intialisationAmitoj Kaur Chawla1-1/+1
2015-10-16staging: unisys: visorinput: no need to track open countTim Sell1-14/+4
2015-10-16staging: unisys: visorinput: fix comment formatTim Sell1-1/+2
2015-10-16staging: unisys: visorinput: address checkpatch alignment issuesTim Sell1-2/+2
2015-10-16Staging: unisys: Remove unnecessary cast on void pointerShraddha Barke2-4/+4
2015-10-13Staging: unisys: visorinput: Remove unused codeShivani Bhardwaj1-4/+0
2015-10-13staging: unisys: vmcallinterface.h: convert pragma to __packedDavid Kershner1-7/+1
2015-10-12staging: unisys: vmcallinterface.h: Cleanup unused fieldsDavid Kershner1-46/+0
2015-10-12staging: unisys: diagchannel.h: get rid of unused fieldsDavid Kershner1-5/+0
2015-10-12staging: unisys: periodic_work.h Fix spacingDavid Kershner1-1/+0
2015-10-12staging: unisys: periodic_work.h Fix parenthesis alignmentDavid Kershner1-5/+6
2015-10-12staging: unisys: visorchannel.c remove unneeded parenthesisDavid Kershner1-1/+1
2015-10-12staging: unisys: visorchannel.c fix spacing around castDavid Kershner1-3/+3
2015-10-12staging: unisys: channel.h Fix spacing around operands.David Kershner1-7/+6
2015-10-12staging: unisys: channel.h covert from pragma to __packedDavid Kershner1-4/+2
2015-10-12staging: unisys: visornic: prevent faults if driver re-loaded during stressTim Sell1-3/+21
2015-10-12Staging: unisys: Use kcalloc instead of kzalloc to allocate arrayShraddha Barke1-2/+2
2015-10-04staging: unisys: visorinput: remove extraneous do_key functionTim Sell1-12/+6
2015-10-04staging: unisys: visorinput: remove extraneous mouse logicTim Sell1-12/+0
2015-10-04staging: unisys: visorinput: register & use input_dev open() and close()Tim Sell1-5/+50
2015-10-04staging: unisys: visorinput: change input bus type to BUS_VIRTUAL (6)Tim Sell1-2/+2
2015-10-04staging: unisys: visorinput: comment tweaks - s/gizmo/input node/gTim Sell1-3/+3
2015-10-04staging: unisys: visorinput: correct code comments per kernel conventionsTim Sell1-18/+29
2015-10-04staging: unisys: visorinput: make structs & arrays const where possibleTim Sell1-13/+29
2015-10-04staging: unisys: visorinput: re-order declarations for consistencyTim Sell1-127/+115
2015-10-04staging: unisys: visorinput: subsume .h files directly into visorinput.cTim Sell3-67/+17
2015-10-04staging: unisys: visorhid: rename to visorinputTim Sell11-75/+75
2015-10-02staging: unisys: visorhid: remove unnecessary include of serio.hTim Sell1-1/+0
2015-10-02staging: unisys: visorhid: correctly map keys with extended scancodesTim Sell1-3/+7
2015-10-02staging: unisys: correctly handle return value from queue_delayed_work()Benjamin Romer1-4/+4
2015-10-02staging: unisys: get rid of list of devicesDavid Kershner1-13/+0
2015-10-02staging: unisys: get rid of devnum pool and dev numDavid Kershner1-26/+0
2015-10-02staging: unisys: remove devdata->name use netdev->nameDavid Kershner1-3/+0
2015-09-29staging: unisys: Add s-Par visorhbaDavid Kershner6-13/+1280
2015-09-29Merge 4.3-rc3 into staging-nextGreg Kroah-Hartman3-12/+20
2015-09-20staging: unisys: add visorhid driverErik Arfvidson8-0/+826
2015-09-17staging: unisys: remove reference of visorutilSudip Mukherjee1-1/+0
2015-09-13staging: unisys: visornic: handle error return from device registrationBenjamin Romer1-2/+3
2015-09-13staging: unisys: stop device registration before visorbus registrationBenjamin Romer1-4/+7
2015-09-13staging: unisys: visorbus: Unregister driver on errorDavid Kershner1-0/+2
2015-09-13staging: unisys: visornic: Fix receive bytes statisticsDavid Kershner1-4/+4
2015-09-13staging: unisys: unregister netdev when create debugfs failsDavid Kershner1-1/+4
2015-09-12staging: unisys: documentation and TODO tweaksTim Sell3-153/+332
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-15/+18
2015-08-14staging: unisys: make visorbus_dev_groups staticMichał Kępień1-1/+1
2015-08-14drivers: staging: unisys: add MODULE_DEVICE_TABLE and temporary MODULE_ALIAS lines to visornicPrarit Bhargava1-0/+9
2015-08-14Staging: unisys: Remove useless cast on void pointerShraddha Barke1-1/+1
2015-08-14visorbus: switch from ioremap_cache to memremapDan Williams2-15/+18
2015-08-05staging: unisys: visornic: Convert to using napiNeil Horman1-120/+82
2015-08-03staging: unisys: visorchannel: Add peek functionNeil Horman2-0/+23