summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/bma150.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1Star
* 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/+1Star
* 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-171-1/+8
* Input: bma150 - constify bma150_cfg structureJulia Lawall2016-01-031-1/+1
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-181-1/+0Star
* Input: bma150 - use sign_extend32() for sign extendingMartin Kepplinger2015-07-071-4/+3Star
* Input: bma150 - extend chip detection for bma180Dr. H. Nikolaus Schaller2014-04-251-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-161-12/+0Star
* Input: bma150 - fix checking pm_runtime_get_sync() return valueMichael Trimarchi2013-02-161-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-171-12/+1Star
* Input: add driver for Bosch Sensortec's BMA150 accelerometerEric Andersson2011-08-091-0/+691