index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
elants_i2c.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2023-09-06
Input: elants_i2c - use device core to create driver-specific device attributes
Dmitry Torokhov
1
-12
/
+3
2023-07-07
Input: elants_i2c - simplify with dev_err_probe()
Krzysztof Kozlowski
1
-16
/
+6
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-01-09
Input: elants_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-5
/
+5
2022-12-08
Input: elants_i2c - delay longer with reset asserted
Douglas Anderson
1
-2
/
+2
2022-11-29
Input: elants_i2c - delete some dead code
Dan Carpenter
1
-2
/
+0
2022-11-22
Input: elants_i2c - don't set wake_capable and wake_irq
Raul E Rangel
1
-16
/
+0
2022-11-22
Input: elants_i2c - use PM subsystem to manage wake irq
Raul E Rangel
1
-4
/
+11
2022-11-17
Input: elants_i2c - properly handle the reset GPIO when power is off
Douglas Anderson
1
-6
/
+3
2021-12-20
Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312
Johnny Chuang
1
-1
/
+45
2021-11-11
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-2
/
+2
2021-09-22
Input: elants_i2c - make use of devm_add_action_or_reset()
Cai Huoqing
1
-2
/
+2
2021-05-30
Input: elants_i2c - switch to probe_new
Takashi Iwai
1
-3
/
+2
2021-05-30
Input: elants_i2c - fix NULL dereference at probing
Takashi Iwai
1
-3
/
+3
2021-05-25
Merge tag 'v5.12' into next
Dmitry Torokhov
1
-3
/
+2
2021-05-04
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-2
/
+42
2021-04-09
Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devices
Hans de Goede
1
-2
/
+42
2021-03-28
Input: elants_i2c - drop zero-checking of ABS_MT_TOUCH_MAJOR resolution
Dmitry Osipenko
1
-2
/
+1
2021-03-27
Input: elants_i2c - fix division by zero if firmware reports zero phys size
Dmitry Osipenko
1
-1
/
+1
2021-02-16
Input: elants_i2c - detect enum overflow
Josh Poimboeuf
1
-2
/
+1
2021-01-24
Input: elants_i2c - add support for eKTF3624
Michał Mirosław
1
-17
/
+135
2020-12-10
Input: elants - document some registers and values
Michał Mirosław
1
-5
/
+13
2020-09-16
Input: elants_i2c - fix typo for an attribute to show calibration count
Johnny Chuang
1
-1
/
+1
2020-09-13
Input: elants_i2c - report resolution of ABS_MT_TOUCH_MAJOR by FW information.
Johnny Chuang
1
-0
/
+6
2020-07-21
Merge branch 'for-linus' into next
Dmitry Torokhov
1
-1
/
+0
2020-07-07
Input: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-06
Revert "Input: elants_i2c - report resolution information for touch major"
Dmitry Torokhov
1
-1
/
+0
2020-05-17
Input: elants - refactor elants_i2c_execute_command()
Michał Mirosław
1
-101
/
+99
2020-05-17
Input: elants - override touchscreen info with DT properties
Michał Mirosław
1
-2
/
+5
2020-05-17
Input: elants - remove unused axes
Michał Mirosław
1
-18
/
+8
2020-05-17
Merge branch 'for-linus' into next
Dmitry Torokhov
1
-1
/
+10
2020-05-12
Input: elants_i2c - provide an attribute to show calibration count
Johnny Chuang
1
-1
/
+27
2020-04-14
Input: elants_i2c - support palm detection
Johnny Chuang
1
-1
/
+10
2020-03-06
Input: elants_i2c - report resolution information for touch major
Johnny Chuang
1
-0
/
+1
2019-12-12
Input: elants_i2c - check Remark ID when attempting firmware update
Johnny.Chuang
1
-8
/
+69
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233
Thomas Gleixner
1
-6
/
+1
2018-10-10
Input: elants_i2c - use DMA safe i2c when possible
Stephen Boyd
1
-3
/
+4
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-2
/
+0
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-02-01
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-2
/
+0
2018-01-16
Input: remove unneeded MODULE_VERSION() usage in touchscreen drivers
Greg Kroah-Hartman
1
-2
/
+0
2018-01-09
treewide: Use DEVICE_ATTR_WO
Joe Perches
1
-1
/
+1
2017-11-29
Input: elants_i2c - do not clobber interrupt trigger on x86
Dmitry Torokhov
1
-3
/
+7
2017-09-29
Input: elants_i2c - use managed devm_device_add_group
Andi Shyti
1
-18
/
+1
2017-07-12
Input: elants_i2c - constify attribute_group structures
Arvind Yadav
1
-1
/
+1
2017-01-24
Merge tag 'v4.10-rc5' into next
Dmitry Torokhov
1
-2
/
+2
2017-01-22
Input: touchscreen - drop unnecessary calls to input_set_drvdata
Guenter Roeck
1
-2
/
+0
2017-01-05
Input: elants_i2c - avoid divide by 0 errors on bad touchscreen data
Guenter Roeck
1
-2
/
+2
2016-08-25
Input: elants_i2c - get product id on recovery mode for FW update
Johnny Chuang
1
-11
/
+20
[next]