index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
bu21013_ts.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-07
Input: bu21013_ts - use local 'client->dev' variable in probe()
Krzysztof Kozlowski
1
-33
/
+28
2023-07-07
Input: bu21013_ts - simplify with dev_err_probe()
Krzysztof Kozlowski
1
-11
/
+6
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-01-09
Input: bu21013_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+4
2022-12-02
Input: bu21013_ts - Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2019-09-02
Input: bu21013_ts - switch to using standard touchscreen properties
Dmitry Torokhov
1
-21
/
+33
2019-09-02
Input: bu21013_ts - switch to using MT-B (slotted) protocol
Dmitry Torokhov
1
-37
/
+43
2019-09-02
Input: bu21013_ts - fix suspend when wake source
Dmitry Torokhov
1
-24
/
+24
2019-09-02
Input: bu21013_ts - use interrupt from I2C client
Dmitry Torokhov
1
-16
/
+19
2019-09-02
Input: bu21013_ts - remove support for platform data
Dmitry Torokhov
1
-72
/
+37
2019-09-02
Input: bu21013_ts - convert to using managed resources
Dmitry Torokhov
1
-98
/
+84
2019-09-02
Input: bu21013_ts - remove useless comments
Dmitry Torokhov
1
-59
/
+2
2019-09-02
Input: bu21013_ts - annotate supend/resume methods as __maybe_unused
Dmitry Torokhov
1
-10
/
+3
2019-09-02
Input: bu21013_ts - rename some variables
Dmitry Torokhov
1
-186
/
+190
2019-09-02
Input: bu21013_ts - convert to use GPIO descriptors
Linus Walleij
1
-48
/
+38
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
1
-1
/
+1
2017-01-21
Input: touchscreen - drop unnecessary calls to device_init_wakeup
Guenter Roeck
1
-2
/
+0
2015-07-17
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2012-11-27
Input: bu21013_ts - add support for Device Tree booting
Lee Jones
1
-4
/
+46
2012-11-27
Input: bu21013_ts - move GPIO init and exit functions into the driver
Lee Jones
1
-19
/
+50
2012-11-27
Input: bu21013_ts - request regulator that actually exists
Lee Jones
1
-1
/
+1
2012-11-24
Input: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-24
Input: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-07-04
Input: request threaded-only IRQs with IRQF_ONESHOT
Lars-Peter Clausen
1
-1
/
+2
2012-03-16
Input: convert I2C drivers to use module_i2c_driver()
Axel Lin
1
-24
/
+1
2011-10-31
drivers/input: Add module.h to modular drivers implicitly using it
Paul Gortmaker
1
-0
/
+1
2011-01-17
Input: bu21013_ts - added regulator support
Naveen Kumar Gaddipati
1
-1
/
+34
2011-01-17
Input: bu21013_ts - remove duplicate resolution parameters
Naveen Kumar Gaddipati
1
-2
/
+2
2010-12-27
Input: bu21013_ts - fix misuse of logical operation in place of bitop
David Sterba
1
-1
/
+1
2010-10-28
Input: bu21013_ts - fix null dereference in error handling
Dan Carpenter
1
-1
/
+1
2010-10-13
Input: add ROHM BU21013 touch panel controller support
Naveen Kumar Gaddipati
1
-0
/
+648