aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/s3c2410_ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 28Thomas Gleixner1-14/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-1/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-06-02Input: s3c2410_ts - handle return value of clk_prepare_enableArvind Yadav1-1/+7
2017-01-21Input: touchscreen - use local variables consistentlyGuenter Roeck1-1/+1
2015-05-06Input: s3c2410_ts - constify platform_device_idKrzysztof Kozlowski1-1/+1
2014-10-20input: touchscreen: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-20Input: s3c2410_ts - fix preparing/enabling clockVasily Khoruzhick1-2/+2
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han1-2/+2
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-08-31Input: s3c2410_ts - make s3c_ts_pmops constSachin Kamat1-1/+1
2011-11-30Input: touchscreen - use macro module_platform_driver()JJ Ding1-13/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang1-1/+1
2010-09-02Input: s3c2410_ts - fix s3c2410ts_probe error pathAxel Lin1-1/+1
2010-05-31Input: s3c2410_ts - tone down loggingMark Brown1-1/+1
2010-05-27Input: s3c2410_ts - restore accidentially dropped s3c24xx idsVasily Khoruzhick1-0/+2
2010-05-19Input: s3c24xx_ts - Add FEAT for Samsung touchscreen supportNaveen Krishna1-3/+12
2010-05-19Input: s3c24xx_ts - Implement generic GPIO configuration callbackNaveen Krishna1-20/+3
2010-05-19ARM: SAMSUNG: Move mach/ts.h to plat/ts.hMaurus Cuelenaere1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-20Input: s3c24xx_ts - report touch only when stylus is downVasily Khoruzhick1-14/+16
2010-02-19Input: s3c24xx_ts - re-enable IRQ on resumeVasily Khoruzhick1-0/+1
2009-11-23Input: add S3C24XX touchscreen driverArnaud Patard1-0/+457