summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/bma150.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: bma150 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* Input: bma150 - switch to using polled mode of input devicesDmitry Torokhov2019-10-291-111/+44
* Input: bma150 - use managed resources helpersJonathan Bakker2019-10-291-37/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* Input: bma150 - register input device after setting private dataJonathan Bakker2019-02-061-4/+5
* Input: bma150 - remove support for bma150H. Nikolaus Schaller2017-04-011-10/+1
* Input: bma150 - switch to using usleep_range instead of msleepAniroop Mathur2016-12-271-2/+2
* Input: bma150 - avoid binding to bma180 if IIO bma180 driver presentHans de Goede2016-11-161-1/+8
* Input: bma150 - constify bma150_cfg structureJulia Lawall2016-01-021-1/+1
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: bma150 - use sign_extend32() for sign extendingMartin Kepplinger2015-07-071-4/+3
* Input: bma150 - extend chip detection for bma180Dr. H. Nikolaus Schaller2014-04-241-1/+3
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+2
* Input: bma150 - make some defines public and fix some commentsMichael Trimarchi2013-02-151-12/+0
* Input: bma150 - fix checking pm_runtime_get_sync() return valueMichael Trimarchi2013-02-151-1/+1
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-11/+11
* Input: remove use of __devinitdataBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-12/+1
* Input: add driver for Bosch Sensortec's BMA150 accelerometerEric Andersson2011-08-091-0/+691