index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
atmel_mxt_ts.c
Age
Commit message (
Expand
)
Author
2015-08-04
Input: atmel_mxt_ts - disable interrupt for 50ms after reset
Nick Dyer
2015-08-04
Input: atmel_mxt_ts - improve device tree parsing
Nick Dyer
2015-08-04
Input: atmel_mxt_ts - suspend/resume causes panic if input_dev fails to init
Pan Xinhui
2015-08-04
Input: atmel_mxt_ts - remove unused defines
Nick Dyer
2015-08-04
Input: atmel_mxt_ts - use deep sleep mode when stopped
Nick Dyer
2015-07-17
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-05-20
Input: atmel_mxt_ts - use BIT() macro when reporting button state
Dmitry Torokhov
2015-04-15
Input: atmel_mxt_ts - add support for Google Pixel 2
Dmitry Torokhov
2015-04-06
Input: atmel_mxt_ts - split out touchpad initialisation logic
Sjoerd Simons
2015-04-06
Input: atmel_mxt_ts - implement support for T100 touch object
Nick Dyer
2014-12-31
Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped"
Linus Torvalds
2014-11-02
Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
2014-09-10
Input: atmel_mxt_ts - fix double free of input device
Stephen Warren
2014-09-09
Input: atmel_mxt_ts - downgrade warning about empty interrupts
Nick Dyer
2014-08-13
Input: atmel_mxt_ts - fix a few issues reported by Coverity
Dmitry Torokhov
2014-08-13
Input: atmel_mxt_ts - split config update a bit
Dmitry Torokhov
2014-08-13
Input: atmel_mxt_ts - simplify mxt_initialize a bit
Dmitry Torokhov
2014-08-07
Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AA
Nick Dyer
2014-07-28
Input: atmel_mxt_ts - use deep sleep mode when stopped
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - implement T44 message handling
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - split message handler into separate functions
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - decode T6 status messages
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - add support for dynamic message size
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - recover from bootloader on probe
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - add bootloader addresses for new chips
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - handle bootloader previously unlocked
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - handle APP_CRC_FAIL on startup
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - calculate and check CRC in config file
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - download device config using firmware loader
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - implement device tree support
Stephen Warren
2014-07-23
Input: atmel_mxt_ts - set pointer emulation on touchpads
Benson Leung
2014-07-23
Input: atmel_mxt_ts - move input device init into separate function
Nick Dyer
2014-07-23
Input: atmel_mxt_ts - initialise IRQ before probing
Nick Dyer
2014-06-07
Input: atmel_mxt_ts - fix invalid return from mxt_get_bootloader_version
Nick Dyer
2014-05-26
Input: atmel_mxt_ts - handle multiple input reports in one message
Nick Dyer
2014-05-26
Input: atmel_mxt_ts - rename touchscreen defines to include T9
Nick Dyer
2014-05-26
Input: atmel_mxt_ts - rename pressure to amplitude to match spec
Nick Dyer
2014-05-26
Input: atmel_mxt_ts - read screen config from chip
Nick Dyer
2014-05-18
Input: atmel_mxt_ts - add check for incorrect firmware file format
Nick Dyer
2014-05-18
Input: atmel_mxt_ts - improve bootloader progress output
Nick Dyer
2014-05-18
Input: atmel_mxt_ts - implement bootloader frame retries
Nick Dyer
2014-05-18
Input: atmel_mxt_ts - read and report bootloader version
Nick Dyer
2014-05-18
Input: atmel_mxt_ts - add additional bootloader addresses
Nick Dyer
2014-05-18
Input: atmel_mxt_ts - implement CRC check for configuration data
Nick Dyer
2014-05-18
Input: atmel_mxt_ts - improve error reporting and debug
Nick Dyer
2014-05-18
Input: atmel_mxt_ts - make wait-after-reset period compatible with all chips
Iiro Valkonen
2014-05-18
Input: atmel_mxt_ts - wait for CHG after bootloader resets
Benson Leung
2014-05-18
Input: atmel_mxt_ts - wait for CHG assert in mxt_check_bootloader
Benson Leung
2014-05-18
Input: atmel_mxt_ts - define helper functions for size and instances
Daniel Kurtz
2014-05-18
Input: atmel_mxt_ts - return IRQ_NONE when interrupt handler fails
Nick Dyer
[prev]
[next]