summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/lpc32xx_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: lpc32xx_ts - convert to use devm_* apiYangtao Li2023-07-101-76/+22
* Input: lpc32xx_ts - convert to use BIT()edison.jiang2021-03-201-5/+5
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-2/+2
* Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-141-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* Input: lpc32xx_ts - check for clk_prepare_enable() errorFabio Estevam2017-04-121-5/+8
* Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-211-1/+0
* Input: lpc32xx_ts - fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-171-2/+2
* input: touchscreen: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Input: lpc32xx_ts - make of_device_id array constJingoo Han2014-05-141-1/+1
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* 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
* Input: lpc32xx_ts - fix device tree compatible stringRoland Stigge2012-04-231-1/+1
* Input: lpc32xx_ts - add device tree supportRoland Stigge2012-04-201-0/+10
* Input: touchscreen - use macro module_platform_driver()JJ Ding2011-11-301-12/+1
* Input: remove IRQF_DISABLED from driversYong Zhang2011-09-071-1/+1
* Input: add LPC32xx touchscreen controller driverKevin Wells2010-08-281-0/+411