summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/max11801_ts.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-12-03Input: max11801_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-03-29Input: max11801_ts - add missing of_match_tableJagan Teki1-0/+7
2017-01-23Input: max11801_ts - drop call to input_set_drvdata()Dmitry Torokhov1-1/+0
2017-01-22Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck1-1/+0
2015-07-18Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-29Input: max11801_ts - convert to devmFabio Estevam1-28/+9
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-12/+1
2011-08-21Input: max11801_ts - correct license statementJiejing Zhang1-1/+2
2011-04-12Input: add driver for Maxim max11801 touchscreen controllerZhang Jiejing1-0/+272