aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/bma180.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-21iio: Fix bma180 dev-to-indio_dev conversion in suspend/resumePeter Meerwald1-2/+2
2013-09-15iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen1-1/+1
2013-08-28iio: add Bosch BMA180 acceleration sensor driverOleksandr Kravchenko1-0/+676