aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/mouse/synaptics_i2c.c
AgeCommit message (Expand)Author
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-10-06Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-21Input: synaptics_i2c - convert to dev_pm_opsMark Brown
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-02Input: synaptic_i2c - make unnecessarily global functions staticDmitry Torokhov
2009-09-17Input: synaptics_i2c - switch to using __cancel_delayed_work()Dmitry Torokhov
2009-06-19Input: add driver for Synaptics I2C touchpadMike Rapoport