Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
50627bd901da99f1213eec2c7c33820835b278fc
/
drivers
/
input
/
touchscreen
/
ads7846.c
ca83922
Input: convert SPI drivers to use module_spi_driver()
by Axel Lin
· 13 years ago
a6c6178
Input: remove redundant spi driver bus initialization
by Lars-Peter Clausen
· 13 years ago
0d2cd91
Merge commit 'v3.2-rc3' into next
by Dmitry Torokhov
· 13 years ago
76496e7
Input: convert obsolete strict_strtox to kstrtox
by JJ Ding
· 13 years ago
d2d8442
drivers/input: Add module.h to modular drivers implicitly using it
by Paul Gortmaker
· 13 years ago
58c2440
Input: ads7846 - cleanup GPIO initialization
by Igor Grinberg
· 13 years ago
b73077e
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 14 years ago
1201e7e
Input: ads7846 - fix gpio_pendown configuration
by Igor Grinberg
· 14 years ago
ebcaaad
Input: ads7846 - add possibility to use external vref on ads7846
by Alexander Stein
· 14 years ago
28350e3
Input: ads7846 - remove unused variable from struct ads7845_ser_req
by Alexander Stein
· 14 years ago
1dbe7da
Input: ads7846 - make transfer buffers DMA safe
by Alexander Stein
· 14 years ago
97eb3f2
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 14 years ago
0fbc9fd
Input: ads7846 - check proper condition when freeing gpio
by Dmitry Torokhov
· 14 years ago
3c36e71
Input: ads7846 - convert to dev_pm_ops
by Mark Brown
· 14 years ago
2991a1c
Input: ads7846 - switch to using threaded IRQ
by Jason Wang
· 14 years ago
3eac5c7
Input: ads7846 - extend the driver for ads7845 controller support
by Anatolij Gustschin
· 14 years ago
0f622bf
Input: ads7846 - do not allow altering platform data
by Dmitry Torokhov
· 14 years ago
7804302
Input: ads7846 - allow specifying irq trigger type in platform data
by Anatolij Gustschin
· 14 years ago
56960b3
Input: ads7846 - fix compiler warning in ads7846_probe()
by Dmitry Torokhov
· 15 years ago
067fb2f
Input: ads7846 - return error on regulator_get() failure
by Kevin Hilman
· 15 years ago
fdba2bb
Input: ads7846 - add wakeup support
by Ranjith Lohithakshan
· 15 years ago
06a0912
Input: ads7846 - add support for AD7843 parts
by Michael Hennerich
· 15 years ago
9114337
Input: ads7846 - add regulator support
by Grazvydas Ignotas
· 15 years ago
52ce4ea
Input: ads7846 - switch to using dev_vdbg()
by Pavel Machek
· 15 years ago
30ad7ba
Input: ads7846 - fix pressure reporting
by Pavel Machek
· 15 years ago
e0626e3
spi: prefix modalias with "spi:"
by Anton Vorontsov
· 15 years ago
c57c0a2
Input: ads7846 - pin change interrupt support
by Michael Roth
· 16 years ago
b58895f
Input: ads7846 - more detailed model name in sysfs
by Michael Roth
· 16 years ago
86579a4
Input: ads7846 - support swapping x and y axes
by Michael Roth
· 16 years ago
0c387ec
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 16 years ago
3f3e7c6
Input: ads7846 - fix unsafe disable_irq
by Ben Nizette
· 16 years ago
fd746d5
Input: ads7846 - introduce platform specific way to synchronize sampling
by Eric Miao
· 16 years ago
b731d7b
trivial: Fix misspelling of "Celsius".
by Adam Buchbinder
· 16 years ago
db30c70
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 16 years ago
3a0c58d
Input: ads7846 - strict_strtoul takes unsigned long
by Harvey Harrison
· 16 years ago
ca10949
hrtimer: removing all ur callback modes
by Peter Zijlstra
· 16 years ago
a6c2490
Input: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
e8f462d
Input: ads7846 - fix cache line sharing issue
by Dmitry Torokhov
· 16 years ago
4d5975e
Input: ads7846 - introduce .gpio_pendown to get pendown state
by Eric Miao
· 16 years ago
160f1fe
Input: convert drivers to use strict_strtoul()
by Joe Rouvier
· 16 years ago
9460b65
Input: ads7846 - optimize order of calculating Rt in ads7846_rx()
by Hans-Christian Egtvedt
· 16 years ago
494f685
Input: ads7846 - fix sparse endian warnings
by Harvey Harrison
· 16 years ago
ce1d5b2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 17 years ago
ac37a0b
ARM: OMAP: 5912 OSK GPIO updates
by David Brownell
· 17 years ago
7c6d0ee
Input: ads7846 - simplify support of external vREF (and ads7843)
by David Brownell
· 17 years ago
05be5fc
Input: ads7846 - fix uninitialized var warning
by Andrew Morton
· 17 years ago
6e5565f9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 17 years ago
fbb38e3
Input: ads7846 - stop updating dev->power.power_state
by David Brownell
· 17 years ago
c24b260
spi: use simplified spi_sync() calling convention
by Marc Pignat
· 17 years ago
7b19ada
get rid of input BIT* duplicate defines
by Jiri Slaby
· 17 years ago
1beeffe
hwmon: Convert from class_device to device
by Tony Jones
· 17 years ago
1d25891
Input: ads7846 - re-check pendown status before reporting events
by Semih Hazar
· 17 years ago
e4f4886
Input: ads7846 - introduce sample settling delay
by Semih Hazar
· 17 years ago
230ffc8
Input: ads7846 - SPI_CPHA mode bugfix
by Semih Hazar
· 18 years ago
bff0de5
Input: ads7846 - document that it handles tsc2046 too
by David Brownell
· 18 years ago
a5394fb0
Input: touchscreens - switch to using input_dev->dev.parent
by Dmitry Torokhov
· 18 years ago
969111e
Input: ads7846 - add support for the ads7843 touchscreen
by Nicolas Ferre
· 18 years ago
c9cb2e3
[PATCH] hrtimers: namespace and enum cleanup
by Thomas Gleixner
· 18 years ago
2c8dc07
Input: ads7846 - be more compatible with the hwmon framework
by David Brownell
· 18 years ago
15e3589
Input: ads7846 - detect pen up from GPIO state
by Imre Deak
· 18 years ago
7937e86
Input: ads7846 - select correct SPI mode
by Imre Deak
· 18 years ago
1936d59
Input: ads7846 - switch to using hrtimer
by Imre Deak
· 18 years ago
de2defd
Input: ads7846 - optionally leave Vref on during differential measurements
by Imre Deak
· 18 years ago
da970e6
Input: ads7846 - pluggable filtering logic
by Imre Deak
· 18 years ago
bef9865
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Dmitry Torokhov
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
8dd5165
Input: ads7846 - handle errors from sysfs
by Dmitry Torokhov
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
dace145
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ceab8a
[PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen drivers
by Matt Mackall
· 18 years ago
9084533
[PATCH] ads7846 conversion accuracy
by David Brownell
· 19 years ago
d5b415c
Input: ads7846 - improve filtering for thumb press accuracy
by Imre Deak
· 19 years ago
ae82d5a
Input: ads7846 - report 0 pressure value along with pen up event
by Imre Deak
· 19 years ago
c9e617a
Input: ads7846 - handle IRQs that were latched during disabled IRQs
by Imre Deak
· 19 years ago
7de90a8
Input: ads7846 - miscellaneous fixes
by Imre Deak
· 19 years ago
c4febb9
Input: ads7846 - use msleep() instead of udelay() in suspend
by Juha Yrjola
· 19 years ago
0b7018a
Input: ads7846 - debouncing and rudimentary sample filtering
by Imre Deak
· 19 years ago
53a0ef89
Input: ads7846 - power down ADC a bit later
by Imre Deak
· 19 years ago
438f2a7
Input: ads7846 - add pen_down sysfs attribute
by Imre Deak
· 19 years ago
3ac8bf0
[PATCH] ads7846: sparc32 warning fix
by Andrew Morton
· 19 years ago
4cae59d
[PATCH] ads7846 build fix
by Andrew Morton
· 19 years ago
d93f70b
Input: ads7846 - assorted updates
by David Brownell
· 19 years ago
a90f7e9
Input: ads7846 - convert to to dynamic input_dev allocation
by Dmitry Torokhov
· 19 years ago
f43aaba
[ARM] Convert request_irq+set_irq_type to request_irq with SA_TRIGGER
by Russell King
· 19 years ago
8275c64
[PATCH] spi: use linked lists rather than an array
by Vitaly Wool
· 19 years ago
2e5a7bd
[PATCH] spi: ads7836 uses spi_driver
by David Brownell
· 19 years ago
ffa458c
[PATCH] spi: ads7846 driver
by David Brownell
· 19 years ago