aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/qt2160.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-03-03Merge branch 'next' into for-linusDmitry Torokhov1-9/+0
2019-02-16Input: qt2160 - remove redundant spinlockSven Van Asbroeck1-9/+0
2019-02-11Input: qt2160 - switch to using brightness_set_blocking()Dmitry Torokhov1-42/+27
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-01-04Input: qt2160 - add support for LEDsJavier Martin1-2/+139
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-4/+4
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-30Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changesDmitry Torokhov1-2/+1
2012-10-25Input: qt2160 - fix qt2160_write() implementationJavier Martin1-14/+5
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-2/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-1/+0
2010-01-09Input: make i2c device ids constantMárton Németh1-1/+1
2009-09-22Input: add driver for Atmel AT42QT2160 Sensor ChipRaphael Derosso Pereira1-0/+397