index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
ti_am335x_tsc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: ti_am335x_tsc - remove redundant assignment to variable config
Colin Ian King
2024-02-09
1
-1
/
+0
*
Input: ti_am335x_tsc - convert to platform remove callback returning void
Uwe Kleine-König
2023-09-24
1
-3
/
+2
*
Input: Explicitly include correct DT includes
Rob Herring
2023-07-17
1
-1
/
+0
*
Input: ti_am335x_tsc - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2023-01-10
1
-4
/
+4
*
Input: ti_am335x_tsc - fix a typo in a comment
Qinghua Jin
2022-01-10
1
-1
/
+1
*
Input: ti_am335x_tsc - lower the X and Y sampling time
Dario Binacchi
2021-12-20
1
-3
/
+7
*
Input: ti_am335x_tsc - fix STEPCONFIG setup for Z2
Dario Binacchi
2021-12-20
1
-1
/
+4
*
Input: ti_am335x_tsc - set ADCREFM for X configuration
Dario Binacchi
2021-12-20
1
-1
/
+2
*
Input: ti_am335x_tsc - remove set but not used variable 'tscadc_dev'
YueHaibing
2019-02-19
1
-4
/
+0
*
Input: ti_am335x_tsc: Mark IRQ as wakeup capable
Vignesh R
2018-10-09
1
-0
/
+6
*
Input: ti_am335x_tsc: Mark TSC device as wakeup source
Vignesh R
2018-10-09
1
-5
/
+11
*
Input: ti_am335x_tsc - prevent system suspend when TSC is in use
Grygorii Strashko
2018-05-31
1
-0
/
+3
*
Input: ti_am335x_tsc - ack pending IRQs at probe and before suspend
Grygorii Strashko
2018-05-31
1
-0
/
+4
*
Input: ti_am335x_tsc - fix incorrect step config for 5 wire touchscreen
Jeff Lance
2017-10-19
1
-1
/
+1
*
Input: ti_am335x_tsc - use variable name for sizeof() operator
Andrew F. Davis
2016-06-01
1
-1
/
+1
*
Input: ti_am335x_tsc - use SIMPLE_DEV_PM_OPS
Dmitry Torokhov
2016-04-05
1
-12
/
+4
*
Input: ti_am335x_tsc - fix HWPEN interrupt handling
Dave Gerlach
2016-01-08
1
-2
/
+0
*
Input: ti_am335x_tsc - replace delta filtering with median filtering
Vignesh R
2015-02-03
1
-40
/
+52
*
Input: ti_am335x_tsc - read charge delay from DT
Vignesh R
2015-02-03
1
-1
/
+13
*
Input: ti_am335x_tsc - remove udelay in interrupt handler
Brad Griffis
2015-02-03
1
-36
/
+31
*
Input: ti_am335x_tsc - interchange touchscreen and ADC steps
Brad Griffis
2015-02-03
1
-18
/
+24
*
input: touchscreen: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
Input: ti_am335x_tsc - warn about incorrect spelling
Felipe Balbi
2014-06-15
1
-1
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2014-01-25
1
-1
/
+0
|
\
|
*
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-07
1
-1
/
+0
*
|
mfd: ti_am335x_tscadc: Don't read back REG_SE
Sebastian Andrzej Siewior
2014-01-07
1
-2
/
+2
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2013-11-16
1
-2
/
+9
|
\
|
*
Input: ti_am335x_tsc - fix spelling mistake in TSC/ADC DT binding
Felipe Balbi
2013-11-11
1
-1
/
+8
|
*
Input: ti_am335x_tsc - remove redundant of_match_ptr
Sachin Kamat
2013-10-06
1
-1
/
+1
*
|
input: ti_am335x_tsc: Enable shared IRQ for TSC
Zubair Lutfullah
2013-09-21
1
-3
/
+9
|
/
*
Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...
Linus Torvalds
2013-07-10
1
-85
/
+203
|
\
|
*
input: ti_am335x_tsc: return IRQ_NONE if there was no IRQ for us
Sebastian Andrzej Siewior
2013-06-12
1
-4
/
+6
|
*
input: ti_am335x_tsc: ACK the HW_PEN irq in ISR
Sebastian Andrzej Siewior
2013-06-12
1
-0
/
+6
|
*
input: ti_am335x_adc: use only FIFO0 and clean up a little
Sebastian Andrzej Siewior
2013-06-12
1
-37
/
+41
|
*
mfd: input: ti_am335x_tsc: rename device from tsc to TI-am335x-tsc
Sebastian Andrzej Siewior
2013-06-12
1
-1
/
+1
|
*
input: ti_am33x_tsc: remove platform_data support
Sebastian Andrzej Siewior
2013-06-12
1
-24
/
+1
|
*
input: ti_am33x_tsc: Add DT support
Patil, Rachna
2013-06-12
1
-23
/
+82
|
*
input: ti_am33x_tsc: remove unwanted fifo flush
Patil, Rachna
2013-06-12
1
-10
/
+0
|
*
input: ti_am33x_tsc: Order of TSC wires, made configurable
Patil, Rachna
2013-06-12
1
-16
/
+86
|
*
input: ti_am33x_tsc: Step enable bits made configurable
Patil, Rachna
2013-06-12
1
-2
/
+10
|
*
mfd: input: iio: ti_am335x_adc: use one structure for ti_tscadc_dev
Sebastian Andrzej Siewior
2013-06-12
1
-7
/
+9
*
|
Input: ti_am335x_tsc - remove redundant platform_set_drvdata()
Sachin Kamat
2013-05-06
1
-1
/
+0
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2012-12-18
1
-3
/
+3
*
input: TSC: ti_tsc: Convert TSC into a MFDevice
Patil, Rachna
2012-11-05
1
-221
/
+97
*
input: TSC: ti_tscadc: Rename the existing touchscreen driver
Patil, Rachna
2012-11-05
1
-0
/
+522