summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/wdt87xx_i2c.c
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2023-12-13Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen
2023-09-06Input: wdt87xx_i2c - use device core to create driver-specific device attributesDmitry Torokhov
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-01-09Input: wdt87xx_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-12-02Input: wdt87xx_i2c - Convert to i2c's .probe_new()Uwe Kleine-König
2018-07-27Input: wdt87xx_i2c - replace mdelay() with msleep() in wdt87xx_resume()Jia-Ju Bai
2018-01-16Input: remove unneeded MODULE_VERSION() usage in touchscreen driversGreg Kroah-Hartman
2017-09-29Input: wdt87xx_i2c - use managed devm_device_add_groupAndi Shyti
2016-09-05Input: wdt87xx_i2c - fix the flash erase issueHungNien Chen
2016-02-15treewide: Fix typo in printkMasanari Iida
2015-07-11Input: wdt87xx_i2c - change the sleep time to 2500ms after the sw resetHungNien Chen
2015-07-11Input: wdt87xx_i2c - populate vendor and product in input deviceHungNien Chen
2015-07-01Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR eventHungNien Chen
2015-07-01Input: wdt87xx_i2c - remove stray newline in diagnostic messageDmitry Torokhov
2015-06-29Input: wdt87xx_i2c - fix format warningDmitry Torokhov
2015-06-24Input: add a driver for wdt87xx touchscreen controllerHungNien Chen