index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
bma150.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-12-03
Input: bma150 - 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-10-30
Input: bma150 - switch to using polled mode of input devices
Dmitry Torokhov
1
-111
/
+44
2019-10-30
Input: bma150 - use managed resources helpers
Jonathan Bakker
1
-37
/
+14
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
1
-14
/
+1
2019-02-06
Input: bma150 - register input device after setting private data
Jonathan Bakker
1
-4
/
+5
2017-04-01
Input: bma150 - remove support for bma150
H. Nikolaus Schaller
1
-10
/
+1
2016-12-28
Input: bma150 - switch to using usleep_range instead of msleep
Aniroop Mathur
1
-2
/
+2
2016-11-17
Input: bma150 - avoid binding to bma180 if IIO bma180 driver present
Hans de Goede
1
-1
/
+8
2016-01-03
Input: bma150 - constify bma150_cfg structure
Julia Lawall
1
-1
/
+1
2015-07-18
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-07-07
Input: bma150 - use sign_extend32() for sign extending
Martin Kepplinger
1
-4
/
+3
2014-04-25
Input: bma150 - extend chip detection for bma180
Dr. H. Nikolaus Schaller
1
-1
/
+3
2013-12-06
Input: use dev_get_platdata()
Jingoo Han
1
-1
/
+2
2013-02-16
Input: bma150 - make some defines public and fix some comments
Michael Trimarchi
1
-12
/
+0
2013-02-16
Input: bma150 - fix checking pm_runtime_get_sync() return value
Michael Trimarchi
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
-11
/
+11
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-03-17
Input: convert I2C drivers to use module_i2c_driver()
Axel Lin
1
-12
/
+1
2011-08-09
Input: add driver for Bosch Sensortec's BMA150 accelerometer
Eric Andersson
1
-0
/
+691