summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/wdt87xx_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Input: wdt87xx_i2c - use device core to create driver-specific device attributesDmitry Torokhov1-12/+4
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-10Input: wdt87xx_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-03Input: wdt87xx_i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2018-07-27Input: wdt87xx_i2c - replace mdelay() with msleep() in wdt87xx_resume()Jia-Ju Bai1-1/+1
2018-01-17Input: remove unneeded MODULE_VERSION() usage in touchscreen driversGreg Kroah-Hartman1-2/+0
2017-09-30Input: wdt87xx_i2c - use managed devm_device_add_groupAndi Shyti1-9/+1
2016-09-05Input: wdt87xx_i2c - fix the flash erase issueHungNien Chen1-2/+3
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2015-07-12Input: wdt87xx_i2c - change the sleep time to 2500ms after the sw resetHungNien Chen1-1/+2
2015-07-12Input: wdt87xx_i2c - populate vendor and product in input deviceHungNien Chen1-1/+45
2015-07-01Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR eventHungNien Chen1-5/+14
2015-07-01Input: wdt87xx_i2c - remove stray newline in diagnostic messageDmitry Torokhov1-1/+1
2015-06-29Input: wdt87xx_i2c - fix format warningDmitry Torokhov1-1/+1
2015-06-25Input: add a driver for wdt87xx touchscreen controllerHungNien Chen1-0/+1140