index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2015-08-05
Input: atmel_mxt_ts - remove warning on zero T44 count
Nick Dyer
1
-9
/
+8
2015-08-05
Input: atmel_mxt_ts - initialise input slots with INPUT_MT_DIRECT
Nick Dyer
1
-0
/
+2
2015-08-05
Input: atmel_mxt_ts - disable interrupt for 50ms after reset
Nick Dyer
1
-1
/
+8
2015-08-05
Input: atmel_mxt_ts - improve device tree parsing
Nick Dyer
1
-13
/
+9
2015-08-05
Input: atmel_mxt_ts - suspend/resume causes panic if input_dev fails to init
Pan Xinhui
1
-0
/
+6
2015-08-05
Input: atmel_mxt_ts - remove unused defines
Nick Dyer
1
-65
/
+1
2015-08-05
Input: atmel_mxt_ts - use deep sleep mode when stopped
Nick Dyer
1
-11
/
+108
2015-07-18
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-05-21
Input: atmel_mxt_ts - use BIT() macro when reporting button state
Dmitry Torokhov
1
-4
/
+4
2015-04-15
Input: atmel_mxt_ts - add support for Google Pixel 2
Dmitry Torokhov
1
-11
/
+130
2015-04-06
Input: atmel_mxt_ts - split out touchpad initialisation logic
Sjoerd Simons
1
-22
/
+30
2015-04-06
Input: atmel_mxt_ts - implement support for T100 touch object
Nick Dyer
1
-27
/
+318
2014-12-31
Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped"
Linus Torvalds
1
-73
/
+26
2014-11-02
Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
1
-4
/
+2
2014-09-10
Input: atmel_mxt_ts - fix double free of input device
Stephen Warren
1
-5
/
+13
2014-09-10
Input: atmel_mxt_ts - downgrade warning about empty interrupts
Nick Dyer
1
-1
/
+6
2014-08-13
Input: atmel_mxt_ts - fix a few issues reported by Coverity
Dmitry Torokhov
1
-6
/
+11
2014-08-13
Input: atmel_mxt_ts - split config update a bit
Dmitry Torokhov
1
-125
/
+145
2014-08-13
Input: atmel_mxt_ts - simplify mxt_initialize a bit
Dmitry Torokhov
1
-39
/
+42
2014-08-08
Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AA
Nick Dyer
1
-3
/
+5
2014-07-28
Input: atmel_mxt_ts - use deep sleep mode when stopped
Nick Dyer
1
-26
/
+73
2014-07-24
Input: atmel_mxt_ts - implement T44 message handling
Nick Dyer
1
-32
/
+159
2014-07-24
Input: atmel_mxt_ts - split message handler into separate functions
Nick Dyer
1
-59
/
+64
2014-07-24
Input: atmel_mxt_ts - decode T6 status messages
Nick Dyer
1
-20
/
+40
2014-07-24
Input: atmel_mxt_ts - add support for dynamic message size
Nick Dyer
1
-52
/
+68
2014-07-24
Input: atmel_mxt_ts - recover from bootloader on probe
Nick Dyer
1
-17
/
+50
2014-07-24
Input: atmel_mxt_ts - add bootloader addresses for new chips
Nick Dyer
1
-0
/
+6
2014-07-24
Input: atmel_mxt_ts - handle bootloader previously unlocked
Nick Dyer
1
-9
/
+18
2014-07-24
Input: atmel_mxt_ts - handle APP_CRC_FAIL on startup
Nick Dyer
1
-10
/
+43
2014-07-24
Input: atmel_mxt_ts - calculate and check CRC in config file
Nick Dyer
1
-55
/
+177
2014-07-24
Input: atmel_mxt_ts - download device config using firmware loader
Nick Dyer
1
-74
/
+204
2014-07-24
Input: atmel_mxt_ts - implement device tree support
Stephen Warren
1
-5
/
+63
2014-07-24
Input: atmel_mxt_ts - set pointer emulation on touchpads
Benson Leung
1
-5
/
+6
2014-07-24
Input: atmel_mxt_ts - move input device init into separate function
Nick Dyer
1
-84
/
+107
2014-07-24
Input: atmel_mxt_ts - initialise IRQ before probing
Nick Dyer
1
-39
/
+62
2014-06-08
Input: atmel_mxt_ts - fix invalid return from mxt_get_bootloader_version
Nick Dyer
1
-1
/
+1
2014-05-27
Input: atmel_mxt_ts - handle multiple input reports in one message
Nick Dyer
1
-8
/
+28
2014-05-27
Input: atmel_mxt_ts - rename touchscreen defines to include T9
Nick Dyer
1
-23
/
+23
2014-05-27
Input: atmel_mxt_ts - rename pressure to amplitude to match spec
Nick Dyer
1
-4
/
+4
2014-05-27
Input: atmel_mxt_ts - read screen config from chip
Nick Dyer
1
-71
/
+65
2014-05-19
Input: atmel_mxt_ts - add check for incorrect firmware file format
Nick Dyer
1
-0
/
+29
2014-05-19
Input: atmel_mxt_ts - improve bootloader progress output
Nick Dyer
1
-1
/
+7
2014-05-19
Input: atmel_mxt_ts - implement bootloader frame retries
Nick Dyer
1
-7
/
+20
2014-05-19
Input: atmel_mxt_ts - read and report bootloader version
Nick Dyer
1
-0
/
+26
2014-05-19
Input: atmel_mxt_ts - add additional bootloader addresses
Nick Dyer
1
-45
/
+93
2014-05-19
Input: atmel_mxt_ts - implement CRC check for configuration data
Nick Dyer
1
-8
/
+52
2014-05-19
Input: atmel_mxt_ts - improve error reporting and debug
Nick Dyer
1
-10
/
+23
2014-05-19
Input: atmel_mxt_ts - make wait-after-reset period compatible with all chips
Iiro Valkonen
1
-22
/
+87
2014-05-19
Input: atmel_mxt_ts - wait for CHG after bootloader resets
Benson Leung
1
-7
/
+15
2014-05-19
Input: atmel_mxt_ts - wait for CHG assert in mxt_check_bootloader
Benson Leung
1
-21
/
+81
[next]