aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/s3c2410_ts.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-02Input: s3c2410_ts - handle return value of clk_prepare_enableGravatar Arvind Yadav 1-1/+7
2017-01-21Input: touchscreen - use local variables consistentlyGravatar Guenter Roeck 1-1/+1
2015-05-06Input: s3c2410_ts - constify platform_device_idGravatar Krzysztof Kozlowski 1-1/+1
2014-10-20input: touchscreen: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-20Input: s3c2410_ts - fix preparing/enabling clockGravatar Vasily Khoruzhick 1-2/+2
2014-01-06Input: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-12-06Input: use dev_get_platdata()Gravatar Jingoo Han 1-2/+2
2012-11-24Input: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+1
2012-09-19ARM: samsung: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-08-31Input: s3c2410_ts - make s3c_ts_pmops constGravatar Sachin Kamat 1-1/+1
2011-11-30Input: touchscreen - use macro module_platform_driver()Gravatar JJ Ding 1-13/+1
2011-09-07Input: remove IRQF_DISABLED from driversGravatar Yong Zhang 1-1/+1
2010-09-02Input: s3c2410_ts - fix s3c2410ts_probe error pathGravatar Axel Lin 1-1/+1
2010-05-31Input: s3c2410_ts - tone down loggingGravatar Mark Brown 1-1/+1
2010-05-27Input: s3c2410_ts - restore accidentially dropped s3c24xx idsGravatar Vasily Khoruzhick 1-0/+2
2010-05-19Input: s3c24xx_ts - Add FEAT for Samsung touchscreen supportGravatar Naveen Krishna 1-3/+12
2010-05-19Input: s3c24xx_ts - Implement generic GPIO configuration callbackGravatar Naveen Krishna 1-20/+3
2010-05-19ARM: SAMSUNG: Move mach/ts.h to plat/ts.hGravatar Maurus Cuelenaere 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-02-20Input: s3c24xx_ts - report touch only when stylus is downGravatar Vasily Khoruzhick 1-14/+16
2010-02-19Input: s3c24xx_ts - re-enable IRQ on resumeGravatar Vasily Khoruzhick 1-0/+1
2009-11-23Input: add S3C24XX touchscreen driverGravatar Arnaud Patard 1-0/+457