index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
accel
/
mma8452.c
Age
Commit message (
Expand
)
Author
2025-08-25
iio: accel: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
2025-05-21
iio: accel: Use iio_push_to_buffers_with_ts() to provide length for runtime c...
Jonathan Cameron
2025-03-04
iio: accel: mma8452: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
2025-03-04
iio: accel: mma8452: Factor out guts of write_raw() to simplify locking
Jonathan Cameron
2025-03-04
iio: accel: mma8452: Ensure error return on failure to matching oversampling ...
Jonathan Cameron
2024-11-03
iio: fix write_event_config signature
Julien Stephan
2024-10-28
iio: accel: replace s64 __aligned(8) with aligned_s64
Jonathan Cameron
2024-03-25
iio: accel: mma8452: Switch from of specific to fwnode property handling.
Jonathan Cameron
2023-09-11
iio: accel: mma8452: Sort match tables
Biju Das
2023-09-11
iio: accel: mma8452: Convert enum->pointer for data in the ID table
Biju Das
2023-07-23
iio: adc: Explicitly include correct DT includes
Rob Herring
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-03-11
iio: Rename iio_trigger_poll_chained and add kernel-doc
Mehdi Djait
2022-11-23
iio: accel: mma8452: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-06-20
Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2022-06-19
iio: accel: mma8452: ignore the return value of reset operation
Haibo Chen
2022-05-01
iio: mma8452: fix probe fail when device tree compatible is used.
Haibo Chen
2022-04-28
iio: accel: mma8452: Add missing documentation for name element of chip_info
Jonathan Cameron
2022-03-02
iio: accel: mma8452: use the correct logic to get mma8452_data
Haibo Chen
2022-02-18
iio: mma8452: Add support for the "mount-matrix" device property
Hans de Goede
2022-02-18
iio: mma8452: Fix probe failing when an i2c_device_id is used
Hans de Goede
2021-12-22
Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2021-11-17
iio: mma8452: Fix trigger reference couting
Lars-Peter Clausen
2021-11-17
iio: mma8452: Use correct type for return variable in IRQ handler
Lars-Peter Clausen
2021-05-17
iio: accel: mma8452: Balance runtime pm + use pm_runtime_resume_and_get()
Jonathan Cameron
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
2021-03-25
iio: fix devm_iio_trigger_alloc with parent.cocci
Gwendal Grignou
2021-03-25
iio: accel: mma8452: fix indentation
Sean Nyekjaer
2020-10-10
iio: accel: mma8452: Constify static struct attribute_group
Rikard Falkeborn
2020-09-14
Merge 5.9-rc5 into staging-next
Greg Kroah-Hartman
2020-09-13
Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-09-03
iio: accel: mma8452: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-22
iio:accel:mma8452: Fix timestamp alignment and prevent data leak.
Jonathan Cameron
2020-07-20
Merge 5.8-rc6 into staging-next
Greg Kroah-Hartman
2020-06-14
iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()
Chuhong Yuan
2020-06-14
iio: remove left-over parent assignments
Alexandru Ardelean
2019-04-04
iio: mma8452: mark expected switch fall-through
Gustavo A. R. Silva
2019-01-12
iio: accell: mma8452: add vdd/vddio regulator operation support
Anson Huang
2018-07-25
Merge tag 'iio-for-4.19b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2018-07-07
iio: mma8452: Mark expected switch fall-through
Gustavo A. R. Silva
2018-06-24
iio: mma8452: Fix ignoring MMA8452_INT_DRDY
Leonard Crestez
2018-05-12
iio: accell: mma8452: Reduce sleep time when data not ready
Richard Tresidder
2018-01-08
iio: mma8452: replace license description with SPDX specifier
Martin Kepplinger
2017-12-02
iio: accel: mma8452: Rename config structs for readability
Harinath Nampally
2017-12-02
iio: accel: mma8452: Rename a struct for code readibility
Harinath Nampally
2017-10-09
iio: accel: mma8452: Rename read/write event value callbacks to generic funct...
Harinath Nampally
2017-09-24
iio: accel: mma8452: Fix code style warning for unsigned int declarations
Harinath Nampally
2017-09-24
iio: accel: mma8452: Fix code style warning
Harinath Nampally
[next]