index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
adxl34x-i2c.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
-1
/
+1
*
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-17
1
-1
/
+1
*
Input: adxl34x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()
Jonathan Cameron
2023-01-27
1
-24
/
+1
*
Input: adxl34x-i2c - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-02
1
-3
/
+2
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
*
Input: adxl34x - make adxl34x_remove() return void
Uwe Kleine-König
2021-10-13
1
-1
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149
Thomas Gleixner
2019-05-30
1
-1
/
+1
*
Input: adxl34x - make it enumerable in ACPI environment
Andy Shevchenko
2017-01-03
1
-3
/
+1
*
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-18
1
-1
/
+0
*
Input: adxl34x - add OF match support
Laurent Pinchart
2015-05-22
1
-0
/
+21
*
Input: misc - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
2014-11-02
1
-4
/
+2
*
Input: adxl34x - add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-03-27
1
-1
/
+1
*
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: adxl34x-i2c - convert to dev_pm_ops
Mark Brown
2011-02-21
1
-7
/
+9
*
Input: adxl34 - make enable/disable separate from suspend/resume
Dmitry Torokhov
2010-07-03
1
-11
/
+11
*
Input: add driver for ADXL345/346 Digital Accelerometers
Michael Hennerich
2010-06-25
1
-0
/
+163