summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/synaptics_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Input: synaptics_i2c - remove redundant spinlockSven Van Asbroeck2019-02-171-18/+4Star
* Input: synaptics_i2c - add OF device ID tableJavier Martinez Canillas2017-03-231-0/+9
* Input: synaptics_i2c - change msleep to usleep_range for small msecsAniroop Mathur2016-12-191-2/+2
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-181-1/+0Star
* Input: synaptics_i2c - use proper boolean valuesShailendra Verma2015-05-261-3/+3
* Input: mouse - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2Star
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2012-08-211-6/+1Star
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-171-12/+1Star
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
* Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov2011-10-071-1/+1
* Input: remove IRQF_DISABLED from driversYong Zhang2011-09-071-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Input: synaptics_i2c - convert to dev_pm_opsMark Brown2011-02-211-7/+9
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-1/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: synaptic_i2c - make unnecessarily global functions staticDmitry Torokhov2009-11-031-3/+3
* Input: synaptics_i2c - switch to using __cancel_delayed_work()Dmitry Torokhov2009-09-181-19/+32
* Input: add driver for Synaptics I2C touchpadMike Rapoport2009-06-201-0/+676