summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/s3c2410_ts.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 28Thomas Gleixner2019-05-241-14/+1Star
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-221-1/+1
* timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
* Input: s3c2410_ts - handle return value of clk_prepare_enableArvind Yadav2017-06-031-1/+7
* Input: touchscreen - use local variables consistentlyGuenter Roeck2017-01-221-1/+1
* Input: s3c2410_ts - constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
* input: touchscreen: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* Input: s3c2410_ts - fix preparing/enabling clockVasily Khoruzhick2014-07-201-2/+2
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Input: use dev_get_platdata()Jingoo Han2013-12-061-2/+2
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-10-031-1/+1
|\
| * Input: s3c2410_ts - make s3c_ts_pmops constSachin Kamat2012-08-311-1/+1
* | ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
|/
* Input: touchscreen - use macro module_platform_driver()JJ Ding2011-12-011-13/+1Star
* Input: remove IRQF_DISABLED from driversYong Zhang2011-09-071-1/+1
* Input: s3c2410_ts - fix s3c2410ts_probe error pathAxel Lin2010-09-031-1/+1
* Input: s3c2410_ts - tone down loggingMark Brown2010-05-311-1/+1
* Input: s3c2410_ts - restore accidentially dropped s3c24xx idsVasily Khoruzhick2010-05-271-0/+2
* Input: s3c24xx_ts - Add FEAT for Samsung touchscreen supportNaveen Krishna2010-05-191-3/+12
* Input: s3c24xx_ts - Implement generic GPIO configuration callbackNaveen Krishna2010-05-191-20/+3Star
* ARM: SAMSUNG: Move mach/ts.h to plat/ts.hMaurus Cuelenaere2010-05-191-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* Input: s3c24xx_ts - report touch only when stylus is downVasily Khoruzhick2010-02-201-14/+16
* Input: s3c24xx_ts - re-enable IRQ on resumeVasily Khoruzhick2010-02-191-0/+1
* Input: add S3C24XX touchscreen driverArnaud Patard2009-11-231-0/+457