summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/melfas_mip4.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Input: melfas-mip4 - use device core to create driver-specific device attributesDmitry Torokhov1-11/+2
2023-07-08Input: melfas_mip4 - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+2
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-11Input: melfas_mip4 - report palm touchesJungHoon Hyun1-9/+10
2023-01-10Input: melfas_mip4 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-03Input: melfas_mip4 - Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-09-25Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang1-1/+1
2021-03-26Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song1-3/+2
2021-01-20Input: melfas_mip4 - mark a bunch of variables as __always_unusedLee Jones1-4/+4
2020-12-03Input: use input_device_enabled()Andrzej Pietrasiewicz1-4/+4
2020-05-12Input: introduce input_mt_report_slot_inactive()Jiada Wang1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-01-17Input: remove unneeded MODULE_VERSION() usage in touchscreen driversGreg Kroah-Hartman1-1/+0
2017-09-30Input: melfas_mip4 - use managed devm_device_add_groupAndi Shyti1-16/+1
2017-03-29Input: melfas_mip4 - ensure that device is presentDmitry Torokhov1-0/+11
2016-11-09Input: melfas_mip4 - add product ID reportingSangwon Jee1-1/+2
2016-10-27Input: melfas_mip4 - use product id for firmware nameSangwon Jee1-3/+9
2016-10-22Input: melfas_mip4 - add product_id sysfs attributeSangwon Jee1-2/+38
2016-10-12Input: melfas_mip4 - add ic_name sysfs attributeSangwon Jee1-2/+36
2016-03-17Input: melfas_mip4 - add hw_version sysfs attributeSangwon Jee1-1/+27
2016-03-04Input: melfas_mip4 - add resolution reportingSangwon Jee1-4/+22
2016-02-17Input: add MELFAS MIP4 Touchscreen driverSangwon Jee1-0/+1499