aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/mma8452.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman1-8/+14
2022-06-19iio: accel: mma8452: ignore the return value of reset operationHaibo Chen1-3/+7
2022-05-01iio: mma8452: fix probe fail when device tree compatible is used.Haibo Chen1-5/+7
2022-04-28iio: accel: mma8452: Add missing documentation for name element of chip_infoJonathan Cameron1-0/+1
2022-03-02iio: accel: mma8452: use the correct logic to get mma8452_dataHaibo Chen1-2/+2
2022-02-18iio: mma8452: Add support for the "mount-matrix" device propertyHans de Goede1-0/+21
2022-02-18iio: mma8452: Fix probe failing when an i2c_device_id is usedHans de Goede1-11/+18
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman1-1/+1
2021-11-17iio: mma8452: Fix trigger reference coutingLars-Peter Clausen1-1/+1
2021-11-17iio: mma8452: Use correct type for return variable in IRQ handlerLars-Peter Clausen1-1/+1
2021-05-17iio: accel: mma8452: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-4/+1
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
2021-03-25iio: accel: mma8452: fix indentationSean Nyekjaer1-23/+23
2020-10-10iio: accel: mma8452: Constify static struct attribute_groupRikard Falkeborn1-1/+1
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman1-4/+9
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-3/+8
2020-09-03iio: accel: mma8452: Simplify with dev_err_probe()Krzysztof Kozlowski1-14/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-22iio:accel:mma8452: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+8
2020-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman1-1/+4
2020-06-14iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()Chuhong Yuan1-1/+4
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean1-1/+0
2019-04-04iio: mma8452: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-01-12iio: accell: mma8452: add vdd/vddio regulator operation supportAnson Huang1-22/+83
2018-07-25Merge tag 'iio-for-4.19b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+1
2018-07-07iio: mma8452: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-06-24iio: mma8452: Fix ignoring MMA8452_INT_DRDYLeonard Crestez1-1/+1
2018-05-12iio: accell: mma8452: Reduce sleep time when data not readyRichard Tresidder1-1/+23
2018-01-08iio: mma8452: replace license description with SPDX specifierMartin Kepplinger1-3/+1
2017-12-02iio: accel: mma8452: Rename config structs for readabilityHarinath Nampally1-5/+5
2017-12-02iio: accel: mma8452: Rename a struct for code readibilityHarinath Nampally1-3/+3
2017-10-09iio: accel: mma8452: Rename read/write event value callbacks to generic function name.Harinath Nampally1-4/+4
2017-09-24iio: accel: mma8452: Fix code style warning for unsigned int declarationsHarinath Nampally1-2/+2
2017-09-24iio: accel: mma8452: Fix code style warningHarinath Nampally1-3/+3
2017-09-13iio: accel: mma8452: improvements to handle multiple eventsHarinath Nampally1-157/+206
2017-08-22iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2016-12-03iio: accel: mma8452: define unsigned return values where appropriateMartin Kepplinger1-2/+2
2016-10-23iio: accel: mma8452: claim direct mode during write rawJonathan Cameron1-22/+38
2016-10-23iio: accel: mma8452: claim direct mode during raw readsAlison Schofield1-2/+4
2016-09-27iio:mma8452: Use new iio_trigger_validate_own_device() helperLars-Peter Clausen1-12/+1
2016-07-05drivers:iio:accel:mma8452: removed unwanted return statementsBijosh Thykkoottathil1-5/+1
2016-07-05drivers:iio:accel:mma8452: added cleanup provision in case of failure.Bijosh Thykkoottathil1-2/+2
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-2/+2
2016-06-11iio: mma8452: update Freescale company informationMartin Kepplinger1-3/+3
2016-06-11iio: mma8452: update device description in header commentsMartin Kepplinger1-8/+8
2016-06-11iio: mma8452: update contact information for Martin KepplingerMartin Kepplinger1-1/+1
2016-05-04iio: mma8452: add support for oversampling ratioMartin Kepplinger1-25/+160
2016-03-20iio: mma8452: use runtime pm instead of device specific autosleepMartin Kepplinger1-1/+1