summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/nvec_ps2.c
Commit message (Expand)AuthorAgeFilesLines
* staging:nvec:nvec_ps2.c: Prefering kzalloc(sizeof(*ser_dev)...) over kzalloc(...Arushi Singhal2017-02-141-1/+1
* staging: nvec: remove managed resource from PS2 driverMarc Dietrich2016-11-071-1/+1
* Revert "staging: nvec: ps2: change serio type to passthrough"Paul Fertser2016-11-071-1/+1
* drivers: staging: nvec: remove bogus reset command for PS/2 interfacePaul Fertser2016-11-071-4/+0
* Staging: nvec: removes an unnecessary cast on a void pointerBen Marsh2016-03-111-1/+1
* staging: nvec: remove duplicated constPeng Fan2015-06-171-2/+2
* Staging: nvec: use !x instead of x == NULLSomya Anand2015-03-161-1/+1
* staging: nvec: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* staging: nvec: insert blank lines after declarationsPawel Lebioda2014-07-091-0/+2
* staging:nvec: Introduce the use of the managed version of kzallocHimangi Saraogi2014-03-071-1/+1
* staging: nvec: cleanup childs on removeMarc Dietrich2013-05-141-1/+6
* staging: nvec: add missing module aliasesMarc Dietrich2013-05-141-0/+1
* staging: nvec: cleanup the string messMarc Dietrich2013-01-291-10/+15
* staging: nvec: fix mouse suspend/resume callsMarc Dietrich2013-01-291-9/+7
* staging: nvec: remove use of __devexitBill Pemberton2012-11-211-1/+1
* staging: nvec: remove use of __devinitBill Pemberton2012-11-211-1/+1
* staging: nvec: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* staging: nvec: add remove function to nvec childsMarc Dietrich2012-06-251-0/+8
* staging: nvec: cleanup powermanagement callbacksMarc Dietrich2012-06-251-4/+10
* staging: nvec: cleanup driver registrationMarc Dietrich2012-06-251-6/+1
* staging: nvec: convert to devm_ functionsMarc Dietrich2012-06-251-1/+5
* staging: nvec: ps2: change serio type to passthroughMarc Dietrich2012-01-311-1/+1
* staging: nvec: ps2: disable/enable mouse on suspend/resumeMarc Dietrich2012-01-311-0/+8
* staging: nvec: ps2: add some more debug functionsMarc Dietrich2012-01-311-5/+13
* staging: nvec: ps2: tell nvec to send 6 byte long messagesMarc Dietrich2012-01-311-1/+1
* staging: nvec: ps2: let the start/stop streaming commands be called by the st...Marc Dietrich2012-01-311-2/+2
* staging: nvec: ps2: add suspend/resume functionsMarc Dietrich2012-01-311-0/+19
* staging: nvec: ps2: Always sample 4 bytes instead of just 1Julian Andres Klode2011-09-291-2/+3
* staging: nvec: Return error in PS2 driver if write failsJulian Andres Klode2011-09-291-5/+2
* staging: nvec: coding style fixes / add copyright noticeMarc Dietrich2011-09-291-41/+53
* staging: nvec: Include missing headersJulian Andres Klode2011-09-291-0/+1
* staging: nvec: convert to use platform register and mfdcellsMarc Dietrich2011-08-241-1/+18
* Staging: initial version of the nvec driverMarc Dietrich2011-05-191-0/+103