summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/melfas_mip4.c
AgeCommit message (Expand)Author
2023-12-13Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen
2023-09-06Input: melfas-mip4 - use device core to create driver-specific device attributesDmitry Torokhov
2023-07-07Input: melfas_mip4 - simplify with dev_err_probe()Krzysztof Kozlowski
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-04-10Input: melfas_mip4 - report palm touchesJungHoon Hyun
2023-01-09Input: melfas_mip4 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-12-02Input: melfas_mip4 - Convert to i2c's .probe_new()Uwe Kleine-König
2022-09-24Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang
2021-03-25Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song
2021-01-19Input: melfas_mip4 - mark a bunch of variables as __always_unusedLee Jones
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz
2020-05-12Input: introduce input_mt_report_slot_inactive()Jiada Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2018-01-16Input: remove unneeded MODULE_VERSION() usage in touchscreen driversGreg Kroah-Hartman
2017-09-29Input: melfas_mip4 - use managed devm_device_add_groupAndi Shyti
2017-03-29Input: melfas_mip4 - ensure that device is presentDmitry Torokhov
2016-11-08Input: melfas_mip4 - add product ID reportingSangwon Jee
2016-10-26Input: melfas_mip4 - use product id for firmware nameSangwon Jee
2016-10-21Input: melfas_mip4 - add product_id sysfs attributeSangwon Jee
2016-10-11Input: melfas_mip4 - add ic_name sysfs attributeSangwon Jee
2016-03-16Input: melfas_mip4 - add hw_version sysfs attributeSangwon Jee
2016-03-04Input: melfas_mip4 - add resolution reportingSangwon Jee
2016-02-17Input: add MELFAS MIP4 Touchscreen driverSangwon Jee