aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/cyapa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-24Input: cyapa - switch to using devm_device_add_group()Dmitry Torokhov1-15/+1
2018-01-18Input: cyapa - remove redundant assignment to 'pwr_cmd'Colin Ian King1-1/+1
2017-01-21Input: mouse - use local variables consistentlyGuenter Roeck1-3/+3
2016-03-04Input: cyapa - fix for losing events during device power transitionsDudley Du1-10/+12
2015-07-30Input: cyapa - introduce device tree bindingDudley Du1-0/+10
2015-07-30Input: cyapa - add regulator vcc supportDudley Du1-0/+29
2015-07-23Input: cyapa - add ACPI HID CYAP0002 for Gen6 devicesDudley Du1-0/+1
2015-07-23Input: cyapa - fully support runtime suspend power managementDudley Du1-22/+51
2015-07-23Input: cyapa - add proximity support for gen5 and gen6 modulesDudley Du1-1/+12
2015-07-23Input: cyapa - add gen6 device module supportDudley Du1-0/+22
2015-07-23Input: cyapa - rename 'gen5' to 'pip' for chared codeDudley Du1-9/+25
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-04-20Input: cyapa - fix setting suspend scan rateDudley Du1-2/+2
2015-01-22Input: cyapa - off by one in cyapa_update_fw_store()Dan Carpenter1-1/+1
2015-01-18Input: cyapa - add acpi device id supportDudley Du1-0/+11
2015-01-18Input: cyapa - add sysfs interfaces support in the cyapa driverDudley Du1-0/+310
2015-01-18Input: cyapa - add runtime power management supportDudley Du1-1/+187
2015-01-18Input: cyapa - add power management interfaces support for the deviceDudley Du1-0/+136
2015-01-18Input: cyapa - add gen5 trackpad device basic functions supportDudley Du1-0/+13
2015-01-18Input: cyapa - re-design driver to support multi-trackpad in one driverDudley Du1-665/+411
2014-12-04Input: cyapa - use 'error' for error codesDudley Du1-47/+47
2014-12-03Input: cyapa - fix resuming the deviceDudley Du1-4/+3
2014-11-09Input: cyapa - switch to using managed resourcesDudley Du1-79/+105
2014-11-02Input: mouse - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2013-02-13Input: cyapa - add support for smbus protocolBenson Leung1-5/+174
2013-01-17Input: add driver for Cypress APA I2C TrackpadBenson Leung1-0/+804