index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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 - 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
*
Input: atmel_mxt_ts - implement CRC check for configuration data
Nick Dyer
2014-05-18
1
-8
/
+52
*
Input: atmel_mxt_ts - improve error reporting and debug
Nick Dyer
2014-05-18
1
-10
/
+23
*
Input: atmel_mxt_ts - make wait-after-reset period compatible with all chips
Iiro Valkonen
2014-05-18
1
-22
/
+87
*
Input: atmel_mxt_ts - wait for CHG after bootloader resets
Benson Leung
2014-05-18
1
-7
/
+15
*
Input: atmel_mxt_ts - wait for CHG assert in mxt_check_bootloader
Benson Leung
2014-05-18
1
-21
/
+81
*
Input: atmel_mxt_ts - define helper functions for size and instances
Daniel Kurtz
2014-05-18
1
-12
/
+25
*
Input: atmel_mxt_ts - return IRQ_NONE when interrupt handler fails
Nick Dyer
2014-05-18
1
-2
/
+1
*
Input: atmel_mxt_ts - improve T19 GPIO keys handling
Nick Dyer
2014-05-18
1
-27
/
+17
*
Input: atmel_mxt_ts - remove unnecessary platform data
Nick Dyer
2014-05-18
1
-50
/
+0
*
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-06
1
-1
/
+0
*
Input: use dev_get_platdata()
Jingoo Han
2013-12-06
1
-1
/
+1
*
Atmel MXT touchscreen: increase reset timeouts
Linus Torvalds
2013-03-09
1
-2
/
+2
*
Input: atmel_mxt_ts - Support for touchpad variant
Daniel Kurtz
2013-03-08
1
-2
/
+62
*
Input: remove use of __devexit
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: remove use of __devinit
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: remove use of __devexit_p
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: atmel_mxt_ts - simplify mxt_dump_message
Andy Shevchenko
2012-10-04
1
-4
/
+2
*
Input: MT - Add flags to input_mt_init_slots()
Henrik Rydberg
2012-09-19
1
-1
/
+1
*
Pull input changes from Henrik Rydberg, including large update to
Dmitry Torokhov
2012-07-07
1
-222
/
+241
|
\
[next]