index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
bma150.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: bma150 - 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: bma150 - switch to using polled mode of input devices
Dmitry Torokhov
2019-10-29
1
-111
/
+44
*
Input: bma150 - use managed resources helpers
Jonathan Bakker
2019-10-29
1
-37
/
+14
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
2019-05-24
1
-14
/
+1
*
Input: bma150 - register input device after setting private data
Jonathan Bakker
2019-02-06
1
-4
/
+5
*
Input: bma150 - remove support for bma150
H. Nikolaus Schaller
2017-04-01
1
-10
/
+1
*
Input: bma150 - switch to using usleep_range instead of msleep
Aniroop Mathur
2016-12-27
1
-2
/
+2
*
Input: bma150 - avoid binding to bma180 if IIO bma180 driver present
Hans de Goede
2016-11-16
1
-1
/
+8
*
Input: bma150 - constify bma150_cfg structure
Julia Lawall
2016-01-02
1
-1
/
+1
*
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-17
1
-1
/
+0
*
Input: bma150 - use sign_extend32() for sign extending
Martin Kepplinger
2015-07-07
1
-4
/
+3
*
Input: bma150 - extend chip detection for bma180
Dr. H. Nikolaus Schaller
2014-04-24
1
-1
/
+3
*
Input: use dev_get_platdata()
Jingoo Han
2013-12-06
1
-1
/
+2
*
Input: bma150 - make some defines public and fix some comments
Michael Trimarchi
2013-02-15
1
-12
/
+0
*
Input: bma150 - fix checking pm_runtime_get_sync() return value
Michael Trimarchi
2013-02-15
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
-11
/
+11
*
Input: remove use of __devinitdata
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-16
1
-12
/
+1
*
Input: add driver for Bosch Sensortec's BMA150 accelerometer
Eric Andersson
2011-08-09
1
-0
/
+691