index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
Commit message (
Expand
)
Author
Age
Files
Lines
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
11
-46
/
+32
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2006-10-02
6
-34
/
+756
|
\
|
*
Input: add driver for Touchwin serial touchscreens
Rick Koch
2006-08-05
3
-0
/
+216
|
*
Input: add driver for Touchright serial touchscreens
Rick Koch
2006-08-05
3
-0
/
+209
|
*
Input: add driver for Penmount serial touchscreens
Rick Koch
2006-08-05
3
-0
/
+198
|
*
Input: elo - add support for non-pressure-sensitive touchscreens
Shaun Jackman
2006-08-05
1
-17
/
+107
|
*
Input: elo - fix checksum calculation
Shaun Jackman
2006-08-05
1
-26
/
+29
|
*
Input: elo - handle input_register_device() failures
Dmitry Torokhov
2006-08-05
1
-6
/
+12
*
|
sh: APM/PM support.
Andriy Skulysh
2006-09-27
1
-14
/
+0
|
/
*
Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2006-07-02
1
-1
/
+1
|
\
|
*
[ARM] 3689/1: ARM drivers/input/touchscreen: Fixup includes
Thomas Gleixner
2006-07-01
1
-1
/
+1
*
|
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
4
-5
/
+5
|
/
*
Input: fix potential overflows in driver/input/touchscreen
Dmitry Torokhov
2006-06-26
3
-3
/
+3
*
[PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen drivers
Matt Mackall
2006-06-25
2
-6
/
+3
*
[PATCH] ads7846 conversion accuracy
David Brownell
2006-05-26
1
-25
/
+28
*
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2006-05-04
1
-1
/
+1
|
\
|
*
[ARM] 3486/1: Mark memory as clobbered by the ARM _syscallX() macros
Markus Gutschke
2006-04-30
1
-1
/
+1
*
|
Input: ads7846 - improve filtering for thumb press accuracy
Imre Deak
2006-04-26
1
-15
/
+57
*
|
Input: ads7846 - report 0 pressure value along with pen up event
Imre Deak
2006-04-26
1
-2
/
+4
*
|
Input: ads7846 - handle IRQs that were latched during disabled IRQs
Imre Deak
2006-04-11
1
-34
/
+48
*
|
Input: ads7846 - miscellaneous fixes
Imre Deak
2006-04-11
1
-30
/
+114
*
|
Input: ads7846 - use msleep() instead of udelay() in suspend
Juha Yrjola
2006-04-11
1
-1
/
+1
*
|
Input: ads7846 - debouncing and rudimentary sample filtering
Imre Deak
2006-04-11
1
-38
/
+118
*
|
Input: ads7846 - power down ADC a bit later
Imre Deak
2006-04-11
1
-3
/
+18
*
|
Input: ads7846 - add pen_down sysfs attribute
Imre Deak
2006-04-11
1
-0
/
+19
|
/
*
[PATCH] ads7846: sparc32 warning fix
Andrew Morton
2006-03-26
1
-1
/
+1
*
[PATCH] ads7846 build fix
Andrew Morton
2006-03-25
1
-0
/
+1
*
Input: ads7846 - assorted updates
David Brownell
2006-02-15
1
-24
/
+44
*
Input: ads7846 - convert to to dynamic input_dev allocation
Dmitry Torokhov
2006-02-15
1
-32
/
+47
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
2006-01-31
1
-1
/
+1
|
\
|
*
Input: make needlessly global code static
Adrian Bunk
2006-01-29
1
-1
/
+1
*
|
[ARM] Convert request_irq+set_irq_type to request_irq with SA_TRIGGER
Russell King
2006-01-19
1
-6
/
+3
|
/
*
[PATCH] sh: consolidate hp620/hp680/hp690 targets into hp6xx
Paul Mundt
2006-01-16
1
-1
/
+1
*
[PATCH] spi: use linked lists rather than an array
Vitaly Wool
2006-01-13
1
-4
/
+8
*
[PATCH] spi: ads7836 uses spi_driver
David Brownell
2006-01-13
1
-42
/
+42
*
[PATCH] spi: ads7846 driver
David Brownell
2006-01-13
3
-0
/
+635
*
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
2005-11-09
1
-16
/
+16
*
Create platform_device.h to contain all the platform device details.
Russell King
2005-10-29
1
-1
/
+1
*
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
2005-10-28
1
-20
/
+18
*
[PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocation
Dmitry Torokhov
2005-10-28
7
-308
/
+279
*
[PATCH] SharpSL: Abstract c7x0 specifics from Corgi Touchscreen driver
Richard Purdie
2005-09-13
2
-31
/
+45
*
[PATCH] w100fb: Update corgi platform code to match new driver
Richard Purdie
2005-09-07
1
-23
/
+5
*
[PATCH] Corgi touchscreen: Fix a pmu bug
Richard Purdie
2005-09-07
1
-1
/
+1
*
[PATCH] Corgi Touchscreen: Code cleanup / fixes
Richard Purdie
2005-09-07
1
-8
/
+8
*
[PATCH] Corgi Touchscreen: Allow the driver to share the PMU
Richard Purdie
2005-09-07
1
-6
/
+9
*
Input: elo - fix help in Kconfig (wrong module name)
Michael Prokop
2005-07-11
1
-1
/
+1
*
Input: remove user counters from drivers/input/touchscreen since
Dmitry Torokhov
2005-05-29
1
-12
/
+7
*
Input: whitespace fixes in drivers/input/touchscreen
Dmitry Torokhov
2005-05-29
3
-92
/
+92
*
Input: gunze - fix out-of-bound array access reported by Adrian Bunk.
Dmitry Torokhov
2005-05-28
1
-2
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
9
-0
/
+2115