summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/bma180.c
AgeCommit message (Expand)Author
2021-07-28iio: accel: bma180: Fix BMA25x bandwidth register valuesStephan Gerhold
2021-07-28iio: accel: bma180: Use explicit member assignmentLinus Walleij
2021-07-20iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron
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 supportiio-for-3.18bPeter 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 partiio-fixes-for-3.16ePeter 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
2013-09-21iio: Fix bma180 dev-to-indio_dev conversion in suspend/resumePeter Meerwald
2013-09-15iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen
2013-08-28iio: add Bosch BMA180 acceleration sensor driverOleksandr Kravchenko