summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/qt2160.c
Commit message (Expand)AuthorAgeFilesLines
* Input: qt2160 - convert to use devm_* apiYangtao Li2023-07-281-57/+20
* Input: qt2160 - do not hard code interrupt triggerDmitry Torokhov2023-07-281-2/+1
* Input: qt2160 - switch to using threaded interrupt handlerDmitry Torokhov2023-07-281-34/+19
* Input: qt2160 - tweak check for i2c adapter functionalityDmitry Torokhov2023-07-281-5/+2
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: qt2160 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* Merge branch 'next' into for-linusDmitry Torokhov2019-03-031-9/+0
|\
| * Input: qt2160 - remove redundant spinlockSven Van Asbroeck2019-02-161-9/+0
* | Input: qt2160 - switch to using brightness_set_blocking()Dmitry Torokhov2019-02-111-42/+27
|/
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: qt2160 - add support for LEDsJavier Martin2013-01-041-2/+139
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-4/+4
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changesDmitry Torokhov2012-10-301-2/+1
|\
| * workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2012-08-211-2/+1
* | Input: qt2160 - fix qt2160_write() implementationJavier Martin2012-10-251-14/+5
|/
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-11/+1
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-1/+0
* Input: make i2c device ids constantMárton Németh2010-01-091-1/+1
* Input: add driver for Atmel AT42QT2160 Sensor ChipRaphael Derosso Pereira2009-09-221-0/+397