aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/bma180.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-13iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driverStephan Gerhold1-80/+12
2021-06-13iio: accel: bma180: Fix BMA25x bandwidth register valuesStephan Gerhold1-2/+7
2021-06-03iio: accel: bma180: Add missing 500 Hz / 1000 Hz bandwidthStephan Gerhold1-1/+1
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko1-2/+1
2021-05-17iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+1
2021-03-25iio: set default trig->dev.parentGwendal Grignou1-2/+1
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron1-3/+6
2020-09-21iio:accel:bma180: Fix use of true when should be iio_shared_by enumJonathan Cameron1-1/+1
2020-09-03iio: accel: bma180: Simplify with dev_err_probe()Krzysztof Kozlowski1-12/+8
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-05-16iio: accel: Add bma150/smb380 support to bma180Jonathan Bakker1-4/+67
2020-05-16iio: accel: bma180: Rename center_temp to temp_offsetJonathan Bakker1-6/+6
2020-05-16iio: accel: bma180: Add support for bma023Jonathan Bakker1-4/+119
2020-05-16iio: accel: bma180: Prepare for different reset valuesJonathan Bakker1-2/+6
2019-12-30iio: accel: bma180: BMA254 supportLinus Walleij1-15/+93
2019-12-29iio: accel: bma180: Use explicit member assignmentLinus Walleij1-24/+44
2019-12-29iio: accel: bma180: Basic regulator supportLinus Walleij1-0/+42
2019-12-29iio: accel: bma180: Add dev helper variableLinus Walleij1-9/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner1-4/+1
2019-04-04iio: accel: bma180: add mount matrix supportH. Nikolaus Schaller1-1/+17
2017-08-22iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-08-20iio: accel: bma180: constify i2c_device_idArvind Yadav1-1/+1
2017-03-19iio: accel: bma180: Add OF device ID tableJavier Martinez Canillas1-2/+22
2017-03-19iio: accel: Prefer unsigned int to bare use of unsignedMiguel Robles1-4/+4
2016-08-15iio: accel: bma180: use iio helper function to guarantee direct modeAlison Schofield1-4/+5
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-1/+1
2015-07-11iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-03-07iio: fix drivers that check buffer->scan_maskOctavian Purdila1-1/+1
2014-09-22staging: iio: fix up merge errorGreg Kroah-Hartman1-1/+1
2014-09-22Merge 3.17-rc6 into staging-next.Greg Kroah-Hartman1-1/+1
2014-09-14iio:bma180: Add BMA250 chip supportPeter Meerwald1-31/+125
2014-09-14iio:bma180: Implement _available sysfs attribute dynamicallyPeter Meerwald1-11/+43
2014-09-14iio:bma180: Prepare for accelerometer channels with different resolutionsPeter Meerwald1-6/+6
2014-09-14iio:bma180: Introduce part-specific _config() and disable() codePeter Meerwald1-10/+23
2014-09-14iio:bma180: Introduce part_info to differentiate further chip variantsPeter Meerwald1-10/+33
2014-09-14iio:bma180: Drop _update_scan_mode()Peter Meerwald1-17/+1
2014-09-14iio:bma180: Expose temperature channelPeter Meerwald1-21/+59
2014-09-14iio:bma180: Use bool instead of int for statePeter Meerwald1-21/+15
2014-09-14iio:bma180: Rename BMA_180 to BMA180_Peter Meerwald1-2/+2
2014-09-14iio:bma180: Prefix remaining tables and functions with bma18_Peter Meerwald1-8/+8
2014-09-14iio:bma180: Enable use of device without IRQPeter Meerwald1-25/+29
2014-08-25iio: accel: bma180: Fix indio_dev->trig assignmentSrinivas Pandruvada1-1/+1
2014-07-20iio:bma180: Missing check for frequency fractional partPeter Meerwald1-0/+2
2014-07-20iio:bma180: Fix scale factors to report correct acceleration unitsPeter Meerwald1-3/+3
2014-02-15iio:accel:bma180: Make LOW_PASS_FILTER_3DB_FREQUENCY shared_by_typePeter Meerwald1-2/+2
2014-02-08iio:accel:bma180: Use modifier instead of index in channel specificationPeter Meerwald1-8/+8
2013-12-17iio:accel:bma180 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron1-1/+6
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman1-2/+2
2013-09-21iio:bma180: Use iio_push_buffers_with_timestamp()Lars-Peter Clausen1-5/+2