Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f48f3febb2cbfd0f2ecee7690835ba745c1034a4
/
drivers
/
input
/
touchscreen
/
ads7846.c
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
· 19 years ago
6ceab8a
[PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen drivers
by Matt Mackall
· 19 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