summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
Commit message (Expand)AuthorAgeFilesLines
* Staging: unisys: visorinput: Remove unused codeShivani Bhardwaj2015-10-131-4/+0Star
* staging: unisys: vmcallinterface.h: convert pragma to __packedDavid Kershner2015-10-131-7/+1Star
* staging: unisys: vmcallinterface.h: Cleanup unused fieldsDavid Kershner2015-10-131-46/+0Star
* staging: unisys: diagchannel.h: get rid of unused fieldsDavid Kershner2015-10-131-5/+0Star
* staging: unisys: periodic_work.h Fix spacingDavid Kershner2015-10-131-1/+0Star
* staging: unisys: periodic_work.h Fix parenthesis alignmentDavid Kershner2015-10-131-5/+6
* staging: unisys: visorchannel.c remove unneeded parenthesisDavid Kershner2015-10-131-1/+1
* staging: unisys: visorchannel.c fix spacing around castDavid Kershner2015-10-131-3/+3
* staging: unisys: channel.h Fix spacing around operands.David Kershner2015-10-131-7/+6Star
* staging: unisys: channel.h covert from pragma to __packedDavid Kershner2015-10-131-4/+2Star
* staging: unisys: visornic: prevent faults if driver re-loaded during stressTim Sell2015-10-131-3/+21
* Staging: unisys: Use kcalloc instead of kzalloc to allocate arrayShraddha Barke2015-10-131-2/+2
* staging: unisys: visorinput: remove extraneous do_key functionTim Sell2015-10-041-12/+6Star
* staging: unisys: visorinput: remove extraneous mouse logicTim Sell2015-10-041-12/+0Star
* staging: unisys: visorinput: register & use input_dev open() and close()Tim Sell2015-10-041-5/+50
* staging: unisys: visorinput: change input bus type to BUS_VIRTUAL (6)Tim Sell2015-10-041-2/+2
* staging: unisys: visorinput: comment tweaks - s/gizmo/input node/gTim Sell2015-10-041-3/+3
* staging: unisys: visorinput: correct code comments per kernel conventionsTim Sell2015-10-041-18/+29
* staging: unisys: visorinput: make structs & arrays const where possibleTim Sell2015-10-041-13/+29
* staging: unisys: visorinput: re-order declarations for consistencyTim Sell2015-10-041-127/+115Star
* staging: unisys: visorinput: subsume .h files directly into visorinput.cTim Sell2015-10-043-67/+17Star
* staging: unisys: visorhid: rename to visorinputTim Sell2015-10-0411-75/+75
* staging: unisys: visorhid: remove unnecessary include of serio.hTim Sell2015-10-021-1/+0Star
* staging: unisys: visorhid: correctly map keys with extended scancodesTim Sell2015-10-021-3/+7
* staging: unisys: correctly handle return value from queue_delayed_work()Benjamin Romer2015-10-021-4/+4
* staging: unisys: get rid of list of devicesDavid Kershner2015-10-021-13/+0Star
* staging: unisys: get rid of devnum pool and dev numDavid Kershner2015-10-021-26/+0Star
* staging: unisys: remove devdata->name use netdev->nameDavid Kershner2015-10-021-3/+0Star
* staging: unisys: Add s-Par visorhbaDavid Kershner2015-09-296-13/+1280
* Merge 4.3-rc3 into staging-nextGreg Kroah-Hartman2015-09-293-12/+20
|\
| * staging: unisys: remove reference of visorutilSudip Mukherjee2015-09-171-1/+0Star
| * staging: unisys: visornic: handle error return from device registrationBenjamin Romer2015-09-131-2/+3
| * staging: unisys: stop device registration before visorbus registrationBenjamin Romer2015-09-131-4/+7
| * staging: unisys: visorbus: Unregister driver on errorDavid Kershner2015-09-131-0/+2
| * staging: unisys: visornic: Fix receive bytes statisticsDavid Kershner2015-09-131-4/+4
| * staging: unisys: unregister netdev when create debugfs failsDavid Kershner2015-09-131-1/+4
* | staging: unisys: add visorhid driverErik Arfvidson2015-09-218-0/+826
* | staging: unisys: documentation and TODO tweaksTim Sell2015-09-133-153/+332
|/
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-082-15/+18
|\
| * visorbus: switch from ioremap_cache to memremapDan Williams2015-08-142-15/+18
* | staging: unisys: make visorbus_dev_groups staticMichał Kępień2015-08-151-1/+1
* | drivers: staging: unisys: add MODULE_DEVICE_TABLE and temporary MODULE_ALIAS ...Prarit Bhargava2015-08-151-0/+9
* | Staging: unisys: Remove useless cast on void pointerShraddha Barke2015-08-151-1/+1
* | staging: unisys: visornic: Convert to using napiNeil Horman2015-08-051-120/+82Star
* | staging: unisys: visorchannel: Add peek functionNeil Horman2015-08-042-0/+23
* | staging: unisys: visornic - consolidate+simplify xmit watermark checksTim Sell2015-08-011-39/+75
* | staging: unisys: visornic: enable skb->len error-check, remove DEBUG blocksTim Sell2015-08-011-23/+3Star
* | staging: unisys: visornic_resume needs to mirror _serverdown_completeTim Sell2015-08-011-30/+26Star
* | staging: unisys: visornic - correctly reset flag prior to send_enbdis()Tim Sell2015-08-011-0/+1
* | staging: unisys: visornic - prevent lock recursion after IO recoveryTim Sell2015-08-011-2/+3