summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/cyapa.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: cyapa - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron2023-01-271-7/+7
* Input: cyapa - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: cyapa - switch to using devm_add_action_or_reset()Fuqian Huang2020-12-091-6/+4
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-3/+3
* Input: cyapa - fix misnaming of 'cyapa_i2c_write's 'reg' paramLee Jones2020-11-081-1/+1
* Input: cyapa - switch to using devm_device_add_group()Dmitry Torokhov2019-07-241-15/+1
* Input: cyapa - remove redundant assignment to 'pwr_cmd'Colin Ian King2018-01-181-1/+1
* Input: mouse - use local variables consistentlyGuenter Roeck2017-01-211-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-231-0/+1
* Input: cyapa - fully support runtime suspend power managementDudley Du2015-07-231-22/+51
* Input: cyapa - add proximity support for gen5 and gen6 modulesDudley Du2015-07-231-1/+12
* Input: cyapa - add gen6 device module supportDudley Du2015-07-231-0/+22
* Input: cyapa - rename 'gen5' to 'pip' for chared codeDudley Du2015-07-231-9/+25
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* 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/+411
* Input: cyapa - use 'error' for error codesDudley Du2014-12-041-47/+47
* Input: cyapa - fix resuming the deviceDudley Du2014-12-031-4/+3
* Input: cyapa - switch to using managed resourcesDudley Du2014-11-091-79/+105
* Input: mouse - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: cyapa - add support for smbus protocolBenson Leung2013-02-131-5/+174
* Input: add driver for Cypress APA I2C TrackpadBenson Leung2013-01-171-0/+804