summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/bma150.c
AgeCommit message (Expand)AuthorLines
2022-12-02Input: bma150 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-3/+1
2019-10-29Input: bma150 - switch to using polled mode of input devicesDmitry Torokhov-111/+44
2019-10-29Input: bma150 - use managed resources helpersJonathan Bakker-37/+14
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-14/+1
2019-02-06Input: bma150 - register input device after setting private dataJonathan Bakker-4/+5
2017-04-01Input: bma150 - remove support for bma150H. Nikolaus Schaller-10/+1
2016-12-27Input: bma150 - switch to using usleep_range instead of msleepAniroop Mathur-2/+2
2016-11-16Input: bma150 - avoid binding to bma180 if IIO bma180 driver presentHans de Goede-1/+8
2016-01-02Input: bma150 - constify bma150_cfg structureJulia Lawall-1/+1
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski-1/+0
2015-07-07Input: bma150 - use sign_extend32() for sign extendingMartin Kepplinger-4/+3
2014-04-24Input: bma150 - extend chip detection for bma180Dr. H. Nikolaus Schaller-1/+3
2013-12-06Input: use dev_get_platdata()Jingoo Han-1/+2
2013-02-15Input: bma150 - make some defines public and fix some commentsMichael Trimarchi-12/+0
2013-02-15Input: bma150 - fix checking pm_runtime_get_sync() return valueMichael Trimarchi-1/+1
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-11/+11
2012-11-24Input: remove use of __devinitdataBill Pemberton-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin-12/+1
2011-08-09Input: add driver for Bosch Sensortec's BMA150 accelerometerEric Andersson-0/+691