summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/qt1070.c
Commit message (Expand)AuthorAgeFilesLines
* Input: qt1070 - convert to use devm_* apiYangtao Li2023-07-201-32/+14
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: qt1070 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-12-071-4/+2
* Input: qt1070 - 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
* Input: qt1070 - add OF device ID tableJavier Martinez Canillas2017-03-231-0/+9
* 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: qt1070 - add power management opsBo Shen2013-08-131-0/+27
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-041-1/+2
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-11/+1
* Input: qt1070 - remove obsolete cleanup for clientdataWolfram Sang2011-06-211-2/+0
* Input: qt1070 - add MODULE_DEVICE_TABLEAxel Lin2011-04-271-0/+1
* Input: add Atmel AT42QT1070 keypad driverBo Shen2011-03-131-0/+276