aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/nvec_ps2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-22staging/nvec:: avoid Wempty-body warningArnd Bergmann1-1/+1
2021-02-04staging: nvec: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-2/+2
2018-01-15staging: nvec: remove redundant license textGreg Kroah-Hartman1-5/+0
2018-01-15staging: nvec: add SPDX identifier.Greg Kroah-Hartman1-0/+1
2017-02-14staging:nvec:nvec_ps2.c: Prefering kzalloc(sizeof(*ser_dev)...) over kzalloc(sizeof(struct serio)...)Arushi Singhal1-1/+1
2016-11-07staging: nvec: remove managed resource from PS2 driverMarc Dietrich1-1/+1
2016-11-07Revert "staging: nvec: ps2: change serio type to passthrough"Paul Fertser1-1/+1
2016-11-07drivers: staging: nvec: remove bogus reset command for PS/2 interfacePaul Fertser1-4/+0
2016-03-11Staging: nvec: removes an unnecessary cast on a void pointerBen Marsh1-1/+1
2015-06-17staging: nvec: remove duplicated constPeng Fan1-2/+2
2015-03-16Staging: nvec: use !x instead of x == NULLSomya Anand1-1/+1
2014-10-20staging: nvec: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-09staging: nvec: insert blank lines after declarationsPawel Lebioda1-0/+2
2014-03-07staging:nvec: Introduce the use of the managed version of kzallocHimangi Saraogi1-1/+1
2013-05-14staging: nvec: cleanup childs on removeMarc Dietrich1-1/+6
2013-05-14staging: nvec: add missing module aliasesMarc Dietrich1-0/+1
2013-01-29staging: nvec: cleanup the string messMarc Dietrich1-10/+15
2013-01-29staging: nvec: fix mouse suspend/resume callsMarc Dietrich1-9/+7
2012-11-21staging: nvec: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: nvec: remove use of __devinitBill Pemberton1-1/+1
2012-11-21staging: nvec: remove use of __devexit_pBill Pemberton1-1/+1
2012-06-25staging: nvec: add remove function to nvec childsMarc Dietrich1-0/+8
2012-06-25staging: nvec: cleanup powermanagement callbacksMarc Dietrich1-4/+10
2012-06-25staging: nvec: cleanup driver registrationMarc Dietrich1-6/+1
2012-06-25staging: nvec: convert to devm_ functionsMarc Dietrich1-1/+5
2012-01-31staging: nvec: ps2: change serio type to passthroughMarc Dietrich1-1/+1
2012-01-31staging: nvec: ps2: disable/enable mouse on suspend/resumeMarc Dietrich1-0/+8
2012-01-31staging: nvec: ps2: add some more debug functionsMarc Dietrich1-5/+13
2012-01-31staging: nvec: ps2: tell nvec to send 6 byte long messagesMarc Dietrich1-1/+1
2012-01-31staging: nvec: ps2: let the start/stop streaming commands be called by the start/stop functions of serioMarc Dietrich1-2/+2
2012-01-31staging: nvec: ps2: add suspend/resume functionsMarc Dietrich1-0/+19
2011-09-29staging: nvec: ps2: Always sample 4 bytes instead of just 1Julian Andres Klode1-2/+3
2011-09-29staging: nvec: Return error in PS2 driver if write failsJulian Andres Klode1-5/+2
2011-09-29staging: nvec: coding style fixes / add copyright noticeMarc Dietrich1-41/+53
2011-09-29staging: nvec: Include missing headersJulian Andres Klode1-0/+1
2011-08-24staging: nvec: convert to use platform register and mfdcellsMarc Dietrich1-1/+18
2011-05-19Staging: initial version of the nvec driverMarc Dietrich1-0/+103