aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/magnetometer/rm3100-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21iio: magnetometer: Use iio_push_to_buffers_with_ts() to provide length for runtime checks.Jonathan Cameron1-2/+2
2025-04-22iio: magnetometer: rm3100: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-4/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-4/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-03iio: magnetometer: rm3100-core: make use of iio_get_masklength()Nuno Sa1-1/+1
2024-01-22iio: magnetometer: rm3100: add boundary check for the value read from RM3100_REG_TMRCzhili.liu1-2/+8
2022-07-16iio: magnetometer: rm3100: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson1-1/+1
2022-04-10iio: magnetometer: rm3100: Stop abusing the ->currentmodeMiquel Raynal1-12/+3
2022-02-18iio:magnetometer:rm3100: Move exports to IIO_RM3100 namespaceJonathan Cameron1-4/+4
2021-06-14iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+2
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+1
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-1/+0
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-2/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-05-03iio: magnetometer: rm3100: Use get_unaligned_be24()Andy Shevchenko1-2/+3
2018-11-16iio: magnetometer: Add driver support for PNI RM3100Song Qiang1-0/+616