index
:
blaster4385/linux-IllusionX
v6.12.1
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
/
mms114.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-18
Input: mms114 - add support for touch keys
Artur Weber
1
-7
/
+81
2023-07-17
Input: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-01-09
Input: mms114 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+4
2022-12-02
Input: mms114 - Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2021-09-06
Input: mms114 - support MMS134S
Linus Walleij
1
-4
/
+11
2021-04-09
Input: mms114 - support MMS136
Linus Walleij
1
-6
/
+16
2021-03-25
Input: move to use request_irq by IRQF_NO_AUTOEN flag
Barry Song
1
-2
/
+2
2020-12-02
Input: use input_device_enabled()
Andrzej Pietrasiewicz
1
-3
/
+3
2020-05-17
Merge branch 'for-linus' into next
Dmitry Torokhov
1
-7
/
+5
2020-05-12
Input: introduce input_mt_report_slot_inactive()
Jiada Wang
1
-1
/
+1
2020-04-25
Input: mms114 - add extra compatible for mms345l
Stephan Gerhold
1
-2
/
+15
2020-04-14
Input: mms114 - fix handling of mms345l
Stephan Gerhold
1
-7
/
+5
2019-11-11
Input: mms114 - use device_get_match_data
Stephan Gerhold
1
-2
/
+1
2018-02-02
Input: mms114 - add SPDX identifier
Andi Shyti
1
-8
/
+5
2018-02-02
Input: mms114 - fix license module information
Andi Shyti
1
-1
/
+1
2018-01-31
Input: mms114 - fix typo in definition
Andi Shyti
1
-2
/
+2
2018-01-30
Input: mms114 - use BIT() macro instead of explicit shifting
Andi Shyti
1
-1
/
+1
2018-01-30
Input: mms114 - replace mdelay with msleep
Andi Shyti
1
-1
/
+1
2018-01-26
Input: mms114 - add support for mms152
Simon Shields
1
-19
/
+73
2018-01-26
Input: mms114 - drop platform data and use generic APIs
Simon Shields
1
-82
/
+65
2018-01-26
Input: mms114 - mark as direct input device
Dmitry Torokhov
1
-8
/
+5
2018-01-26
Input: mms114 - do not clobber interrupt trigger
Dmitry Torokhov
1
-3
/
+3
2017-05-22
Input: mms114 - move header file out of I2C realm
Wolfram Sang
1
-1
/
+1
2015-09-19
Input: mms114 - remove unneded semicolons
Javier Martinez Canillas
1
-2
/
+2
2015-07-30
Input: touchscreen - export OF module alias information
Javier Martinez Canillas
1
-0
/
+1
2015-07-17
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2014-11-02
Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
1
-4
/
+2
2014-05-28
Input: mms114 - fix incorrect input device name
Beomho Seo
1
-1
/
+1
2014-05-14
Input: mms114 - make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-01-06
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-03-10
Input: mms114 - Fix regulator enable and disable paths
Mark Brown
1
-9
/
+25
2013-01-17
Input: mms114 - switch to using managed resources
Sachin Kamat
1
-38
/
+16
2012-11-24
Input: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-24
Input: remove use of __devinit
Bill Pemberton
1
-2
/
+2
2012-11-24
Input: remove use of __devinitdata
Bill Pemberton
1
-1
/
+1
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-10-11
Input: mms114 - add device tree bindings
Tomasz Figa
1
-2
/
+60
2012-09-19
Input: MT - Add flags to input_mt_init_slots()
Henrik Rydberg
1
-1
/
+1
2012-07-17
Input: add MELFAS mms114 touchscreen driver
Joonyoung Shim
1
-0
/
+544