summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/kionix-kx022a.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-16iio: kx022a: Fix acceleration value scalingMatti Vaittinen1-11/+26
2023-10-05iio: kx022a: Support ROHM KX132ACR-LBZMatti Vaittinen1-1/+33
2023-09-17iio: accel: Add support for Kionix/ROHM KX132-1211 accelerometerMehdi Djait1-0/+164
2023-09-17iio: accel: kionix-kx022a: Add a function to retrieve number of bytes in bufferMehdi Djait1-10/+18
2023-09-17iio: accel: kionix-kx022a: Refactor driver and add chip_info structureMehdi Djait1-42/+75
2023-09-17iio: accel: kionix-kx022a: Warn on failed matches and assume compatibilityMehdi Djait1-4/+2
2023-09-17iio: accel: kionix-kx022a: Remove blank linesMehdi Djait1-2/+0
2023-09-12iio: accel: kionix-kx022a: Use correct header(s) instead of string_helpers.hAndy Shevchenko1-1/+1
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman1-12/+1
2023-05-23iio: kx022a: Use new iio_validate_own_trigger()Matti Vaittinen1-12/+1
2023-05-13iio: accel: kx022a fix irq gettingMatti Vaittinen1-1/+1
2023-04-12Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman1-2/+1
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait1-1/+1
2023-03-11iio: accel: kionix-kx022a: Remove the unused member g_rangeMehdi Djait1-1/+0
2023-02-18iio: accel: kionix-kx022a: Get the timestamp from the driver's private data i...Mehdi Djait1-1/+1
2022-11-23iio: Don't silently expect attribute typesMatti Vaittinen1-3/+3
2022-11-23iio: accel: Support Kionix/ROHM KX022A accelerometerMatti Vaittinen1-0/+1142