aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/atmel_tsadcc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-07Input: atmel_tsadcc: remove driverAlexandre Belloni1-358/+0
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-1/+1
2013-06-05Input: atmel_tsadcc - fix error handing with missing platform dataWei Yongjun1-4/+4
2013-05-23Input: touchscreen - use platform_{get,set}_drvdata()Jingoo Han1-1/+1
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-3/+3
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-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-11-30Input: touchscreen - use macro module_platform_driver()JJ Ding1-14/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang1-1/+1
2011-05-14Input: atmel_tsadcc - correct call to input_free_deviceJulia Lawall1-1/+1
2009-11-20Input: atmel_tsadcc - use platform parametersNicolas Ferre1-6/+35
2009-11-20Input: atmel_tsadcc - rework setting touchscreen capabilitiesNicolas Ferre1-3/+3
2009-07-07Input: use resource_size when allocating resourcesJulia Lawall1-4/+4
2009-01-29Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-09-10Input: atmel_tsadcc - improve accuracyDan Liang1-13/+24
2008-07-23Input: add driver for Atmel integrated touchscreen controllerDan Liang1-0/+332