summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/cyapa.c
Commit message (Expand)AuthorAgeFilesLines
* Input: cyapa - remove redundant assignment to 'pwr_cmd'Colin Ian King2018-01-181-1/+1
* Input: mouse - use local variables consistentlyGuenter Roeck2017-01-221-3/+3
* Input: cyapa - fix for losing events during device power transitionsDudley Du2016-03-041-10/+12
* Input: cyapa - introduce device tree bindingDudley Du2015-07-301-0/+10
* Input: cyapa - add regulator vcc supportDudley Du2015-07-301-0/+29
* Input: cyapa - add ACPI HID CYAP0002 for Gen6 devicesDudley Du2015-07-241-0/+1
* Input: cyapa - fully support runtime suspend power managementDudley Du2015-07-241-22/+51
* Input: cyapa - add proximity support for gen5 and gen6 modulesDudley Du2015-07-241-1/+12
* Input: cyapa - add gen6 device module supportDudley Du2015-07-241-0/+22
* Input: cyapa - rename 'gen5' to 'pip' for chared codeDudley Du2015-07-241-9/+25
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-181-1/+0Star
* Input: cyapa - fix setting suspend scan rateDudley Du2015-04-201-2/+2
* Input: cyapa - off by one in cyapa_update_fw_store()Dan Carpenter2015-01-221-1/+1
* Input: cyapa - add acpi device id supportDudley Du2015-01-181-0/+11
* Input: cyapa - add sysfs interfaces support in the cyapa driverDudley Du2015-01-181-0/+310
* Input: cyapa - add runtime power management supportDudley Du2015-01-181-1/+187
* Input: cyapa - add power management interfaces support for the deviceDudley Du2015-01-181-0/+136
* Input: cyapa - add gen5 trackpad device basic functions supportDudley Du2015-01-181-0/+13
* Input: cyapa - re-design driver to support multi-trackpad in one driverDudley Du2015-01-181-665/+411Star
* Input: cyapa - use 'error' for error codesDudley Du2014-12-041-47/+47
* Input: cyapa - fix resuming the deviceDudley Du2014-12-041-4/+3Star
* Input: cyapa - switch to using managed resourcesDudley Du2014-11-101-79/+105
* Input: mouse - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2Star
* Input: cyapa - add support for smbus protocolBenson Leung2013-02-141-5/+174
* Input: add driver for Cypress APA I2C TrackpadBenson Leung2013-01-171-0/+804