index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
atmel_mxt_ts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: atmel_mxt_ts - use mxt_acquire_irq in mxt_soft_reset
Nick Dyer
2016-04-25
1
-14
/
+14
*
Merge branch 'rotary-encoder' into next
Dmitry Torokhov
2016-03-04
1
-0
/
+34
|
\
|
*
Input: atmel_mxt_ts - add maxtouch to I2C table for module autoload
Javier Martinez Canillas
2015-12-11
1
-0
/
+1
|
*
Input: atmel_mxt_ts - add generic platform data for Chromebooks
Dmitry Torokhov
2015-12-02
1
-0
/
+33
*
|
Input: atmel_mxt_ts - improve touchscreen size/orientation handling
Nick Dyer
2016-01-11
1
-42
/
+26
|
/
*
Input: atmel_mxt_ts - remove warning on zero T44 count
Nick Dyer
2015-08-04
1
-9
/
+8
*
Input: atmel_mxt_ts - initialise input slots with INPUT_MT_DIRECT
Nick Dyer
2015-08-04
1
-0
/
+2
*
Input: atmel_mxt_ts - disable interrupt for 50ms after reset
Nick Dyer
2015-08-04
1
-1
/
+8
*
Input: atmel_mxt_ts - improve device tree parsing
Nick Dyer
2015-08-04
1
-13
/
+9
*
Input: atmel_mxt_ts - suspend/resume causes panic if input_dev fails to init
Pan Xinhui
2015-08-04
1
-0
/
+6
*
Input: atmel_mxt_ts - remove unused defines
Nick Dyer
2015-08-04
1
-65
/
+1
*
Input: atmel_mxt_ts - use deep sleep mode when stopped
Nick Dyer
2015-08-04
1
-11
/
+108
*
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-17
1
-1
/
+0
*
Input: atmel_mxt_ts - use BIT() macro when reporting button state
Dmitry Torokhov
2015-05-20
1
-4
/
+4
*
Input: atmel_mxt_ts - add support for Google Pixel 2
Dmitry Torokhov
2015-04-15
1
-11
/
+130
*
Input: atmel_mxt_ts - split out touchpad initialisation logic
Sjoerd Simons
2015-04-06
1
-22
/
+30
*
Input: atmel_mxt_ts - implement support for T100 touch object
Nick Dyer
2015-04-06
1
-27
/
+318
*
Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped"
Linus Torvalds
2014-12-31
1
-73
/
+26
*
Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
2014-11-02
1
-4
/
+2
*
Input: atmel_mxt_ts - fix double free of input device
Stephen Warren
2014-09-10
1
-5
/
+13
*
Input: atmel_mxt_ts - downgrade warning about empty interrupts
Nick Dyer
2014-09-09
1
-1
/
+6
*
Input: atmel_mxt_ts - fix a few issues reported by Coverity
Dmitry Torokhov
2014-08-13
1
-6
/
+11
*
Input: atmel_mxt_ts - split config update a bit
Dmitry Torokhov
2014-08-13
1
-125
/
+145
*
Input: atmel_mxt_ts - simplify mxt_initialize a bit
Dmitry Torokhov
2014-08-13
1
-39
/
+42
*
Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AA
Nick Dyer
2014-08-07
1
-3
/
+5
*
Input: atmel_mxt_ts - use deep sleep mode when stopped
Nick Dyer
2014-07-28
1
-26
/
+73
*
Input: atmel_mxt_ts - implement T44 message handling
Nick Dyer
2014-07-23
1
-32
/
+159
*
Input: atmel_mxt_ts - split message handler into separate functions
Nick Dyer
2014-07-23
1
-59
/
+64
*
Input: atmel_mxt_ts - decode T6 status messages
Nick Dyer
2014-07-23
1
-20
/
+40
*
Input: atmel_mxt_ts - add support for dynamic message size
Nick Dyer
2014-07-23
1
-52
/
+68
*
Input: atmel_mxt_ts - recover from bootloader on probe
Nick Dyer
2014-07-23
1
-17
/
+50
*
Input: atmel_mxt_ts - add bootloader addresses for new chips
Nick Dyer
2014-07-23
1
-0
/
+6
*
Input: atmel_mxt_ts - handle bootloader previously unlocked
Nick Dyer
2014-07-23
1
-9
/
+18
*
Input: atmel_mxt_ts - handle APP_CRC_FAIL on startup
Nick Dyer
2014-07-23
1
-10
/
+43
*
Input: atmel_mxt_ts - calculate and check CRC in config file
Nick Dyer
2014-07-23
1
-55
/
+177
*
Input: atmel_mxt_ts - download device config using firmware loader
Nick Dyer
2014-07-23
1
-74
/
+204
*
Input: atmel_mxt_ts - implement device tree support
Stephen Warren
2014-07-23
1
-5
/
+63
*
Input: atmel_mxt_ts - set pointer emulation on touchpads
Benson Leung
2014-07-23
1
-5
/
+6
*
Input: atmel_mxt_ts - move input device init into separate function
Nick Dyer
2014-07-23
1
-84
/
+107
*
Input: atmel_mxt_ts - initialise IRQ before probing
Nick Dyer
2014-07-23
1
-39
/
+62
*
Input: atmel_mxt_ts - fix invalid return from mxt_get_bootloader_version
Nick Dyer
2014-06-07
1
-1
/
+1
*
Input: atmel_mxt_ts - handle multiple input reports in one message
Nick Dyer
2014-05-26
1
-8
/
+28
*
Input: atmel_mxt_ts - rename touchscreen defines to include T9
Nick Dyer
2014-05-26
1
-23
/
+23
*
Input: atmel_mxt_ts - rename pressure to amplitude to match spec
Nick Dyer
2014-05-26
1
-4
/
+4
*
Input: atmel_mxt_ts - read screen config from chip
Nick Dyer
2014-05-26
1
-71
/
+65
*
Input: atmel_mxt_ts - add check for incorrect firmware file format
Nick Dyer
2014-05-18
1
-0
/
+29
*
Input: atmel_mxt_ts - improve bootloader progress output
Nick Dyer
2014-05-18
1
-1
/
+7
*
Input: atmel_mxt_ts - implement bootloader frame retries
Nick Dyer
2014-05-18
1
-7
/
+20
*
Input: atmel_mxt_ts - read and report bootloader version
Nick Dyer
2014-05-18
1
-0
/
+26
*
Input: atmel_mxt_ts - add additional bootloader addresses
Nick Dyer
2014-05-18
1
-45
/
+93
[next]