aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/synaptics_i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-23Input: synaptics_i2c - add OF device ID tableJavier Martinez Canillas1-0/+9
2016-12-18Input: synaptics_i2c - change msleep to usleep_range for small msecsAniroop Mathur1-2/+2
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-05-26Input: synaptics_i2c - use proper boolean valuesShailendra Verma1-3/+3
2014-11-02Input: mouse - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-6/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-12/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-10-06Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov1-1/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-21Input: synaptics_i2c - convert to dev_pm_opsMark Brown1-7/+9
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-02Input: synaptic_i2c - make unnecessarily global functions staticDmitry Torokhov1-3/+3
2009-09-17Input: synaptics_i2c - switch to using __cancel_delayed_work()Dmitry Torokhov1-19/+32
2009-06-19Input: add driver for Synaptics I2C touchpadMike Rapoport1-0/+676