index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
imx6ul_tsc.c
Age
Commit message (
Expand
)
Author
2020-12-02
Input: use input_device_enabled()
Andrzej Pietrasiewicz
2020-11-12
Input: imx6ul_tsc - remove set but unused variable 'value'
Lee Jones
2020-09-16
Input: imx6ul_tsc - unify open/close and PM paths
Dmitry Torokhov
2020-09-16
Input: imx6ul_tsc - clean up some errors in imx6ul_tsc_resume()
Dan Carpenter
2019-08-14
Input: remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-05-20
Input: imx6ul_tsc - use devm_platform_ioremap_resource() to simplify code
Anson Huang
2018-06-21
Input: imx6ul_tsc - switch to SPDX identifier
Fabio Estevam
2017-04-12
Input: imx6ul_tsc - fix error handling
Fabio Estevam
2016-12-15
Input: imx6ul_tsc - generalize the averaging property
Guy Shapiro
2016-11-30
Input: imx6ul_tsc - convert int to u32
Guy Shapiro
2016-11-30
Input: imx6ul_tsc - add mask when set REG_ADC_CFG
Haibo Chen
2016-11-27
Input: imx6ul_tsc - add support for sample averaging
Guy Shapiro
2015-09-19
Input: imx6ul_tsc - fix controller name
Fabio Estevam
2015-09-19
Input: imx6ul_tsc - use the preferred method for kzalloc()
Fabio Estevam
2015-09-19
Input: imx6ul_tsc - check for negative return value
Fabio Estevam
2015-09-19
Input: imx6ul_tsc - propagate the errors
Fabio Estevam
2015-09-05
Input: touchscreen - add imx6ul_tsc driver support
Haibo Chen