aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/kxsd9-spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-15iio:accel:kxsd9: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron1-1/+1
2022-04-04iio: accel: kxsd9-spi: changed leading spaces to tabsPaul Lemmermann1-2/+2
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2022-02-18iio:accel:kxsd9: Move exports into IIO_KDSD9 namespaceJonathan Cameron1-0/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-10-19iio: accel: kxsd9: Make kxsd9_common_remove() return voidUwe Kleine-König1-1/+3
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-27iio: accel: kxsd9: declare missing of tableDaniel Gomez1-0/+9
2016-09-18iio: accel: kxsd9: Deploy system and runtime PMLinus Walleij1-0/+1
2016-09-18iio: accel: kxsd9: Convert to use regmap for transportLinus Walleij1-62/+17
2016-09-18iio: accel: kxsd9: Do away with the write2 helperLinus Walleij1-10/+0
2016-09-18iio: accel: kxsd9: Split out SPI transportLinus Walleij1-0/+110