index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
mma8450.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-05-14
1
-2
/
+2
*
Input: Explicitly include correct DT includes
Rob Herring
2023-07-17
1
-1
/
+1
*
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-17
1
-1
/
+1
*
Input: mma8450 - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-02
1
-3
/
+2
*
Input: mma8450 - switch to using polled mode of input devices
Dmitry Torokhov
2019-10-30
1
-55
/
+46
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
2019-05-24
1
-14
/
+1
*
Input: mma8450 - drop unnecessary call to i2c_set_clientdata
Guenter Roeck
2017-01-18
1
-2
/
+0
*
Input: mma8450 - convert to using managed resources
Dmitry Torokhov
2015-03-24
1
-27
/
+8
*
Input: mma8450 - add parent device
Stefan Sauer
2015-02-26
1
-0
/
+1
*
Input: mma8450 - add missing i2c_set_clientdata() in mma8450_probe()
Wei Yongjun
2013-11-11
1
-1
/
+3
*
Input: mma8450 - fix signed 12bits to 32bits conversion
Sebastien Royen
2013-03-31
1
-3
/
+3
*
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: convert I2C drivers to use module_i2c_driver()
Axel Lin
2012-03-17
1
-11
/
+1
*
Input: mma8450 - silence some 'uninitialized variable' warnings
Dmitry Torokhov
2011-10-07
1
-10
/
+10
*
Input: mma8450 - fix module device table type
Axel Lin
2011-08-09
1
-1
/
+1
*
Input: mma8450 - add device tree probe support
Shawn Guo
2011-08-01
1
-0
/
+8
*
Input: add support for mma8450 accelerometer
Eric Miao
2011-06-22
1
-0
/
+256