summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/bma180.c
AgeCommit message (Expand)Author
2021-06-13iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driverStephan Gerhold
2021-06-13iio: accel: bma180: Fix BMA25x bandwidth register valuesStephan Gerhold
2021-06-03iio: accel: bma180: Add missing 500 Hz / 1000 Hz bandwidthStephan Gerhold
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko
2021-05-17iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-03-25iio: set default trig->dev.parentGwendal Grignou
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron
2020-09-21iio:accel:bma180: Fix use of true when should be iio_shared_by enumJonathan Cameron
2020-09-03iio: accel: bma180: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2020-05-16iio: accel: Add bma150/smb380 support to bma180Jonathan Bakker
2020-05-16iio: accel: bma180: Rename center_temp to temp_offsetJonathan Bakker
2020-05-16iio: accel: bma180: Add support for bma023Jonathan Bakker
2020-05-16iio: accel: bma180: Prepare for different reset valuesJonathan Bakker
2019-12-30iio: accel: bma180: BMA254 supportLinus Walleij
2019-12-29iio: accel: bma180: Use explicit member assignmentLinus Walleij
2019-12-29iio: accel: bma180: Basic regulator supportLinus Walleij
2019-12-29iio: accel: bma180: Add dev helper variableLinus Walleij
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner
2019-04-04iio: accel: bma180: add mount matrix supportH. Nikolaus Schaller
2017-08-22iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2017-08-20iio: accel: bma180: constify i2c_device_idArvind Yadav
2017-03-19iio: accel: bma180: Add OF device ID tableJavier Martinez Canillas
2017-03-19iio: accel: Prefer unsigned int to bare use of unsignedMiguel Robles
2016-08-15iio: accel: bma180: use iio helper function to guarantee direct modeAlison Schofield
2016-06-30iio:core: timestamping clock selection supportGregor Boirie
2015-07-11iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-03-07iio: fix drivers that check buffer->scan_maskOctavian Purdila
2014-09-22staging: iio: fix up merge errorGreg Kroah-Hartman
2014-09-22Merge 3.17-rc6 into staging-next.Greg Kroah-Hartman
2014-09-14iio:bma180: Add BMA250 chip supportPeter Meerwald
2014-09-14iio:bma180: Implement _available sysfs attribute dynamicallyPeter Meerwald
2014-09-14iio:bma180: Prepare for accelerometer channels with different resolutionsPeter Meerwald
2014-09-14iio:bma180: Introduce part-specific _config() and disable() codePeter Meerwald
2014-09-14iio:bma180: Introduce part_info to differentiate further chip variantsPeter Meerwald
2014-09-14iio:bma180: Drop _update_scan_mode()Peter Meerwald
2014-09-14iio:bma180: Expose temperature channelPeter Meerwald
2014-09-14iio:bma180: Use bool instead of int for statePeter Meerwald
2014-09-14iio:bma180: Rename BMA_180 to BMA180_Peter Meerwald
2014-09-14iio:bma180: Prefix remaining tables and functions with bma18_Peter Meerwald
2014-09-14iio:bma180: Enable use of device without IRQPeter Meerwald
2014-08-25iio: accel: bma180: Fix indio_dev->trig assignmentSrinivas Pandruvada
2014-07-20iio:bma180: Missing check for frequency fractional partPeter Meerwald
2014-07-20iio:bma180: Fix scale factors to report correct acceleration unitsPeter Meerwald
2014-02-15iio:accel:bma180: Make LOW_PASS_FILTER_3DB_FREQUENCY shared_by_typePeter Meerwald
2014-02-08iio:accel:bma180: Use modifier instead of index in channel specificationPeter Meerwald
2013-12-17iio:accel:bma180 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman
2013-09-21iio:bma180: Use iio_push_buffers_with_timestamp()Lars-Peter Clausen