summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/synaptics_i2c.c
AgeCommit message (Expand)Author
2024-06-02Input: mouse - use sizeof(*pointer) instead of sizeof(type)Erick Archer
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-01-09Input: synaptics_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-12-02Input: synaptics_i2c - Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2019-02-16Input: synaptics_i2c - remove redundant spinlockSven Van Asbroeck
2017-03-23Input: synaptics_i2c - add OF device ID tableJavier Martinez Canillas
2016-12-18Input: synaptics_i2c - change msleep to usleep_range for small msecsAniroop Mathur
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-05-26Input: synaptics_i2c - use proper boolean valuesShailendra Verma
2014-11-02Input: mouse - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han
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