summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/s3c2410_ts.c
AgeCommit message (Expand)Author
2023-01-16input: remove s3c24xx touchscreen driverArnd Bergmann
2020-08-19ARM: s3c: adc: move header to linux/soc/samsungArnd Bergmann
2019-10-27Input: s3c2410_ts - remove unneeded gpio.h header fileFabio Estevam
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 28Thomas Gleixner
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-06-02Input: s3c2410_ts - handle return value of clk_prepare_enableArvind Yadav
2017-01-21Input: touchscreen - use local variables consistentlyGuenter Roeck
2015-05-06Input: s3c2410_ts - constify platform_device_idKrzysztof Kozlowski
2014-10-20input: touchscreen: drop owner assignment from platform_driversWolfram Sang
2014-07-20Input: s3c2410_ts - fix preparing/enabling clockVasily Khoruzhick
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-06Input: use dev_get_platdata()Jingoo Han
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann
2012-08-31Input: s3c2410_ts - make s3c_ts_pmops constSachin Kamat
2011-11-30Input: touchscreen - use macro module_platform_driver()JJ Ding
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang
2010-09-02Input: s3c2410_ts - fix s3c2410ts_probe error pathAxel Lin
2010-05-31Input: s3c2410_ts - tone down loggingMark Brown
2010-05-27Input: s3c2410_ts - restore accidentially dropped s3c24xx idsVasily Khoruzhick
2010-05-19Input: s3c24xx_ts - Add FEAT for Samsung touchscreen supportNaveen Krishna
2010-05-19Input: s3c24xx_ts - Implement generic GPIO configuration callbackNaveen Krishna
2010-05-19ARM: SAMSUNG: Move mach/ts.h to plat/ts.hMaurus Cuelenaere
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-20Input: s3c24xx_ts - report touch only when stylus is downVasily Khoruzhick
2010-02-19Input: s3c24xx_ts - re-enable IRQ on resumeVasily Khoruzhick
2009-11-23Input: add S3C24XX touchscreen driverArnaud Patard