summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/kionix-kx022a.c
Commit message (Expand)AuthorAgeFilesLines
* iio: kx022a: Fix acceleration value scalingMatti Vaittinen2023-11-161-11/+26
* iio: kx022a: Support ROHM KX132ACR-LBZMatti Vaittinen2023-10-051-1/+33
* iio: accel: Add support for Kionix/ROHM KX132-1211 accelerometerMehdi Djait2023-09-171-0/+164
* iio: accel: kionix-kx022a: Add a function to retrieve number of bytes in bufferMehdi Djait2023-09-171-10/+18
* iio: accel: kionix-kx022a: Refactor driver and add chip_info structureMehdi Djait2023-09-171-42/+75
* iio: accel: kionix-kx022a: Warn on failed matches and assume compatibilityMehdi Djait2023-09-171-4/+2
* iio: accel: kionix-kx022a: Remove blank linesMehdi Djait2023-09-171-2/+0
* iio: accel: kionix-kx022a: Use correct header(s) instead of string_helpers.hAndy Shevchenko2023-09-121-1/+1
* Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-06-151-12/+1
|\
| * iio: kx022a: Use new iio_validate_own_trigger()Matti Vaittinen2023-05-231-12/+1
* | iio: accel: kx022a fix irq gettingMatti Vaittinen2023-05-131-1/+1
|/
* Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-04-121-2/+1
|\
| * iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-111-1/+1
| * iio: accel: kionix-kx022a: Remove the unused member g_rangeMehdi Djait2023-03-111-1/+0
* | iio: accel: kionix-kx022a: Get the timestamp from the driver's private data i...Mehdi Djait2023-02-181-1/+1
|/
* iio: Don't silently expect attribute typesMatti Vaittinen2022-11-231-3/+3
* iio: accel: Support Kionix/ROHM KX022A accelerometerMatti Vaittinen2022-11-231-0/+1142