summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/migor_ts.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-10input: migor_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-03Input: migor_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2018-11-12Input: migor_ts - convert to SPDX identifiersKuninori Morimoto1-14/+1
2016-05-19Input: migor-ts - mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2016-05-19Input: migor-ts - fix error for modular buildJavier Martinez Canillas1-1/+1
2012-03-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-12/+1
2011-12-12Input: migor-ts - rework probe() to simplify error pathDmitry Torokhov1-25/+18
2011-12-12Input: migor-ts - use proper client data accessor functionsDmitry Torokhov1-5/+4
2011-12-12Input: migor-ts - convert to a threaded IRQDmitry Torokhov1-41/+24
2011-01-07Input: migor_ts - convert to dev_pm_opsMark Brown1-4/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-04-02input: migor_ts: add wakeup supportMagnus Damm1-0/+23
2008-08-11input: migor_ts compile and detection fixMagnus Damm1-2/+9
2008-05-16Input: add support for SuperH MigoR touchscreenMagnus Damm1-0/+250