aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/mouse/synaptics_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-24Input: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueGravatar Tejun Heo 1-6/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Gravatar Axel Lin 1-12/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-3/+3
2011-10-06Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEPGravatar Dmitry Torokhov 1-1/+1
2011-09-07Input: remove IRQF_DISABLED from driversGravatar Yong Zhang 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-21Input: synaptics_i2c - convert to dev_pm_opsGravatar Mark Brown 1-7/+9
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversGravatar Wolfram Sang 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-02Input: synaptic_i2c - make unnecessarily global functions staticGravatar Dmitry Torokhov 1-3/+3
2009-09-17Input: synaptics_i2c - switch to using __cancel_delayed_work()Gravatar Dmitry Torokhov 1-19/+32
2009-06-19Input: add driver for Synaptics I2C touchpadGravatar Mike Rapoport 1-0/+676