Sign in
android-kvm
/
linux
/
a04a7a2108a1f13addbbcedbeb2cbf7b89dcf970
/
drivers
/
input
/
touchscreen
/
atmel_mxt_ts.c
1e3c336
Input: atmel_mxt_ts - don't try to free unallocated kernel memory
by Sanjeev Chugh
· 6 years ago
03bf678
Input: atmel_mxt_ts - mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
d258780
Input: atmel_mxt_ts - fix multiple <linux/property.h> includes
by George G. Davis
· 6 years ago
19a7121
Input: atmel_mxt_ts - move completion to after config crc is updated
by Nick Dyer
· 7 years ago
2ca3ba0
Input: atmel_mxt_ts - don't report zero pressure from T9
by Nick Dyer
· 7 years ago
a4891f1
Input: atmel_mxt_ts - zero terminate config firmware file
by Nick Dyer
· 7 years ago
f865df7
Input: atmel_mxt_ts - refactor config update code to add context struct
by Nick Dyer
· 7 years ago
15082bd
Input: atmel_mxt_ts - config CRC may start at T71
by Nick Dyer
· 7 years ago
01cc75f
Input: atmel_mxt_ts - remove unnecessary debug on ENOMEM
by Nick Dyer
· 7 years ago
e932685
Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURE
by Nick Dyer
· 7 years ago
204b4ea
Input: atmel_mxt_ts - use BIT() macro everywhere
by Nick Dyer
· 7 years ago
36f5d9e
Input: atmel_mxt_ts - only use first T9 instance
by Nick Dyer
· 7 years ago
ca1cd36
Input: atmel_mxt_ts - fix reset-gpio for level based irqs
by Sebastian Reichel
· 7 years ago
7cf432b
Input: atmel_mxt_ts - require device properties present when probing
by Dmitry Torokhov
· 7 years ago
ecd649b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 7 years ago
f6eeb9e
Input: atmel_mxt_ts - add missing compatible strings to OF device table
by Javier Martinez Canillas
· 7 years ago
068bdb6
Input: atmel_mxt_ts - fix the firmware update
by Nick Dyer
· 7 years ago
f372b81
Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
by Vittorio Gambaletta (VittGam)
· 7 years ago
96a938aa
Input: atmel_mxt_ts - remove platform data support
by Dmitry Torokhov
· 7 years ago
d3f810c
Input: atmel_mxt_ts - switch ChromeOS ACPI devices to generic props
by Dmitry Torokhov
· 7 years ago
93afb1d
Input: atmel_mxt_ts - switch from OF to generic device properties
by Dmitry Torokhov
· 7 years ago
d80808e
Input: atmel_mxt_ts - do not pass suspend mode in platform data
by Dmitry Torokhov
· 7 years ago
f657b00
Input: atmel_mxt_ts - add support for reset line
by Sebastian Reichel
· 8 years ago
8cc8446
Input: atmel_mxt_ts - use more managed resources
by Sebastian Reichel
· 8 years ago
089b50d
Input: atmel_mxt_ts - add T100 as a readable object
by Maxime Roussin-Bélanger
· 8 years ago
d7ddf15
Input: touchscreen - use local variables consistently
by Guenter Roeck
· 8 years ago
f3c4a8f
[media] Input: v4l-touch - add copyright lines
by Nick Dyer
· 8 years ago
06b3d3f
[media] Input: atmel_mxt_ts - add support for reference data
by Nick Dyer
· 9 years ago
566d533
[media] Input: atmel_mxt_ts - add diagnostic data support for mXT1386
by Nick Dyer
· 9 years ago
de601f7
[media] Input: atmel_mxt_ts - handle diagnostic data orientation
by Nick Dyer
· 9 years ago
2786489
[media] Input: atmel_mxt_ts - read touchscreen size
by Nick Dyer
· 9 years ago
ecfdd7e
[media] Input: atmel_mxt_ts - output diagnostic debug via V4L2 device
by Nick Dyer
· 9 years ago
d6a3940
[media] Input: atmel_mxt_ts - add support for T37 diagnostic data
by Nick Dyer
· 9 years ago
eb43335
Input: atmel_mxt_ts - use mxt_acquire_irq in mxt_soft_reset
by Nick Dyer
· 9 years ago
52cdce8
Merge branch 'rotary-encoder' into next
by Dmitry Torokhov
· 9 years ago
1c0276d
Input: atmel_mxt_ts - improve touchscreen size/orientation handling
by Nick Dyer
· 9 years ago
b7d2105
Input: atmel_mxt_ts - add maxtouch to I2C table for module autoload
by Javier Martinez Canillas
· 9 years ago
c67566c
Input: atmel_mxt_ts - add generic platform data for Chromebooks
by Dmitry Torokhov
· 9 years ago
507584e
Input: atmel_mxt_ts - remove warning on zero T44 count
by Nick Dyer
· 10 years ago
eafc0c8
Input: atmel_mxt_ts - initialise input slots with INPUT_MT_DIRECT
by Nick Dyer
· 10 years ago
885f3fb
Input: atmel_mxt_ts - disable interrupt for 50ms after reset
by Nick Dyer
· 10 years ago
2044766
Input: atmel_mxt_ts - improve device tree parsing
by Nick Dyer
· 10 years ago
50fabb0
Input: atmel_mxt_ts - suspend/resume causes panic if input_dev fails to init
by Pan Xinhui
· 10 years ago
146c6a6
Input: atmel_mxt_ts - remove unused defines
by Nick Dyer
· 10 years ago
7f3884f7
Input: atmel_mxt_ts - use deep sleep mode when stopped
by Nick Dyer
· 10 years ago
800e3b9
Input: drop owner assignment from i2c_driver
by Krzysztof Kozlowski
· 10 years ago
c37f6d3
Input: atmel_mxt_ts - use BIT() macro when reporting button state
by Dmitry Torokhov
· 10 years ago
4f8d808
Input: atmel_mxt_ts - add support for Google Pixel 2
by Dmitry Torokhov
· 10 years ago
b6d2d32
Input: atmel_mxt_ts - split out touchpad initialisation logic
by Sjoerd Simons
· 10 years ago
b23157d
Input: atmel_mxt_ts - implement support for T100 touch object
by Nick Dyer
· 10 years ago
7f40548
Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped"
by Linus Torvalds
· 10 years ago
02b6a58
Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume
by Jingoo Han
· 10 years ago
58e4aeee
Input: atmel_mxt_ts - fix double free of input device
by Stephen Warren
· 10 years ago
651b460
Input: atmel_mxt_ts - downgrade warning about empty interrupts
by Nick Dyer
· 10 years ago
041fa15
Input: atmel_mxt_ts - fix a few issues reported by Coverity
by Dmitry Torokhov
· 11 years ago
efdbd7a
Input: atmel_mxt_ts - split config update a bit
by Dmitry Torokhov
· 11 years ago
6cd1ab0
Input: atmel_mxt_ts - simplify mxt_initialize a bit
by Dmitry Torokhov
· 11 years ago
437d4f3
Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AA
by Nick Dyer
· 11 years ago
9d469d0
Input: atmel_mxt_ts - use deep sleep mode when stopped
by Nick Dyer
· 11 years ago
9d8dc3e
Input: atmel_mxt_ts - implement T44 message handling
by Nick Dyer
· 11 years ago
b9b05a8
Input: atmel_mxt_ts - split message handler into separate functions
by Nick Dyer
· 11 years ago
497767d
Input: atmel_mxt_ts - decode T6 status messages
by Nick Dyer
· 11 years ago
5f3f9bc
Input: atmel_mxt_ts - add support for dynamic message size
by Nick Dyer
· 11 years ago
8efaa5e5
Input: atmel_mxt_ts - recover from bootloader on probe
by Nick Dyer
· 11 years ago
44a0bab
Input: atmel_mxt_ts - add bootloader addresses for new chips
by Nick Dyer
· 11 years ago
385deb9
Input: atmel_mxt_ts - handle bootloader previously unlocked
by Nick Dyer
· 11 years ago
a9fdd1e
Input: atmel_mxt_ts - handle APP_CRC_FAIL on startup
by Nick Dyer
· 11 years ago
4ce6fa0
Input: atmel_mxt_ts - calculate and check CRC in config file
by Nick Dyer
· 11 years ago
50a77c6
Input: atmel_mxt_ts - download device config using firmware loader
by Nick Dyer
· 11 years ago
78188be
Input: atmel_mxt_ts - implement device tree support
by Stephen Warren
· 11 years ago
b735fbe
Input: atmel_mxt_ts - set pointer emulation on touchpads
by Benson Leung
· 11 years ago
7a53d60
Input: atmel_mxt_ts - move input device init into separate function
by Nick Dyer
· 11 years ago
dd24dcf
Input: atmel_mxt_ts - initialise IRQ before probing
by Nick Dyer
· 11 years ago
68807a0
Input: atmel_mxt_ts - fix invalid return from mxt_get_bootloader_version
by Nick Dyer
· 11 years ago
eef820d
Input: atmel_mxt_ts - handle multiple input reports in one message
by Nick Dyer
· 11 years ago
f3889ed
Input: atmel_mxt_ts - rename touchscreen defines to include T9
by Nick Dyer
· 11 years ago
fea9e46
Input: atmel_mxt_ts - rename pressure to amplitude to match spec
by Nick Dyer
· 11 years ago
61dc1ab
Input: atmel_mxt_ts - read screen config from chip
by Nick Dyer
· 11 years ago
f2ac6cb
Input: atmel_mxt_ts - add check for incorrect firmware file format
by Nick Dyer
· 11 years ago
f477c75
Input: atmel_mxt_ts - improve bootloader progress output
by Nick Dyer
· 11 years ago
f943c74
Input: atmel_mxt_ts - implement bootloader frame retries
by Nick Dyer
· 11 years ago
e57a66a
Input: atmel_mxt_ts - read and report bootloader version
by Nick Dyer
· 11 years ago
f28a842
Input: atmel_mxt_ts - add additional bootloader addresses
by Nick Dyer
· 11 years ago
c3f7804
Input: atmel_mxt_ts - implement CRC check for configuration data
by Nick Dyer
· 11 years ago
7bed680
Input: atmel_mxt_ts - improve error reporting and debug
by Nick Dyer
· 11 years ago
a4a2ef4
Input: atmel_mxt_ts - make wait-after-reset period compatible with all chips
by Iiro Valkonen
· 11 years ago
a0434b7
Input: atmel_mxt_ts - wait for CHG after bootloader resets
by Benson Leung
· 11 years ago
d79e7e4
Input: atmel_mxt_ts - wait for CHG assert in mxt_check_bootloader
by Benson Leung
· 11 years ago
1e0c0c5
Input: atmel_mxt_ts - define helper functions for size and instances
by Daniel Kurtz
· 11 years ago
8d4e163
Input: atmel_mxt_ts - return IRQ_NONE when interrupt handler fails
by Nick Dyer
· 11 years ago
fb5e4c3e
Input: atmel_mxt_ts - improve T19 GPIO keys handling
by Nick Dyer
· 11 years ago
2cefdb1
Input: atmel_mxt_ts - remove unnecessary platform data
by Nick Dyer
· 11 years ago
bf9a9f8
Input: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
c838cb3
Input: use dev_get_platdata()
by Jingoo Han
· 11 years ago
8343bce
Atmel MXT touchscreen: increase reset timeouts
by Linus Torvalds
· 12 years ago
22dfab7
Input: atmel_mxt_ts - Support for touchpad variant
by Daniel Kurtz
· 12 years ago
e2619cf
Input: remove use of __devexit
by Bill Pemberton
· 12 years ago
5298cc4
Input: remove use of __devinit
by Bill Pemberton
· 12 years ago
1cb0aa8
Input: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
eb007c8
Input: atmel_mxt_ts - simplify mxt_dump_message
by Andy Shevchenko
· 12 years ago
Next »