aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/kxsd9.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-22iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2016-09-18iio: accel: kxsd9: Support reading a mounting matrixLinus Walleij1-0/+24
2016-09-18iio: accel: kxsd9: Deploy system and runtime PMLinus Walleij1-2/+90
2016-09-18iio: accel: kxsd9: Replace "parent" with "dev"Linus Walleij1-10/+10
2016-09-18iio: accel: kxsd9: Fetch and handle regulatorsLinus Walleij1-3/+85
2016-09-18iio: accel: kxsd9: Deploy proper register bit definesLinus Walleij1-9/+27
2016-09-18iio: accel: kxsd9: Add triggered buffer handlingLinus Walleij1-6/+76
2016-09-18iio: accel: kxsd9: Fix up offset and scalingLinus Walleij1-17/+18
2016-09-18iio: accel: kxsd9: Drop the buffer lockLinus Walleij1-14/+4
2016-09-18iio: accel: kxsd9: Convert to use regmap for transportLinus Walleij1-16/+24
2016-09-18iio: accel: kxsd9: Do away with the write2 helperLinus Walleij1-2/+2
2016-09-18iio: accel: kxsd9: Split out SPI transportLinus Walleij1-126/+21
2016-09-18iio: accel: kxsd9: split out a common remove() functionLinus Walleij1-10/+14
2016-09-18iio: accel: kxsd9: Split out transport mechanismLinus Walleij1-52/+123
2016-09-03iio: accel: kxsd9: Fix scaling bugLinus Walleij1-0/+1
2016-08-21iio: accel: kxsd9: Fix raw read returnLinus Walleij1-0/+1
2016-06-26iio: accel: kxsd9: fix the usage of spi_w8r8()Linus Walleij1-2/+2
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2013-11-17iio:accel:kxsd9 fix missing mutex unlockFrank Zago1-3/+4
2013-10-24iio: accel: kxsd9: Remove redundant variableSachin Kamat1-6/+1
2013-08-03iio: accel: kxsd9: Use devm_iio_device_allocSachin Kamat1-12/+5
2013-03-17iio:accel:kxsd9 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-3/+3
2013-02-09iio: Use spi_sync_transfer()Lars-Peter Clausen1-5/+1
2013-01-26iio:accel:kxsd9 move out of stagingJonathan Cameron1-0/+291