summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/mma8452.c
AgeCommit message (Expand)Author
2023-09-11iio: accel: mma8452: Sort match tablesBiju Das
2023-09-11iio: accel: mma8452: Convert enum->pointer for data in the ID tableBiju Das
2023-07-23iio: adc: Explicitly include correct DT includesRob Herring
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait
2022-11-23iio: accel: mma8452: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2022-06-19iio: accel: mma8452: ignore the return value of reset operationHaibo Chen
2022-05-01iio: mma8452: fix probe fail when device tree compatible is used.Haibo Chen
2022-04-28iio: accel: mma8452: Add missing documentation for name element of chip_infoJonathan Cameron
2022-03-02iio: accel: mma8452: use the correct logic to get mma8452_dataHaibo Chen
2022-02-18iio: mma8452: Add support for the "mount-matrix" device propertyHans de Goede
2022-02-18iio: mma8452: Fix probe failing when an i2c_device_id is usedHans de Goede
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-11-17iio: mma8452: Fix trigger reference coutingLars-Peter Clausen
2021-11-17iio: mma8452: Use correct type for return variable in IRQ handlerLars-Peter Clausen
2021-05-17iio: accel: mma8452: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou
2021-03-25iio: accel: mma8452: fix indentationSean Nyekjaer
2020-10-10iio: accel: mma8452: Constify static struct attribute_groupRikard Falkeborn
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-03iio: accel: mma8452: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-22iio:accel:mma8452: Fix timestamp alignment and prevent data leak.Jonathan Cameron
2020-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman
2020-06-14iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()Chuhong Yuan
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean
2019-04-04iio: mma8452: mark expected switch fall-throughGustavo A. R. Silva
2019-01-12iio: accell: mma8452: add vdd/vddio regulator operation supportAnson Huang
2018-07-25Merge tag 'iio-for-4.19b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2018-07-07iio: mma8452: Mark expected switch fall-throughGustavo A. R. Silva
2018-06-24iio: mma8452: Fix ignoring MMA8452_INT_DRDYLeonard Crestez
2018-05-12iio: accell: mma8452: Reduce sleep time when data not readyRichard Tresidder
2018-01-08iio: mma8452: replace license description with SPDX specifierMartin Kepplinger
2017-12-02iio: accel: mma8452: Rename config structs for readabilityHarinath Nampally
2017-12-02iio: accel: mma8452: Rename a struct for code readibilityHarinath Nampally
2017-10-09iio: accel: mma8452: Rename read/write event value callbacks to generic funct...Harinath Nampally
2017-09-24iio: accel: mma8452: Fix code style warning for unsigned int declarationsHarinath Nampally
2017-09-24iio: accel: mma8452: Fix code style warningHarinath Nampally
2017-09-13iio: accel: mma8452: improvements to handle multiple eventsHarinath Nampally
2017-08-22iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2016-12-03iio: accel: mma8452: define unsigned return values where appropriateMartin Kepplinger
2016-10-23iio: accel: mma8452: claim direct mode during write rawJonathan Cameron
2016-10-23iio: accel: mma8452: claim direct mode during raw readsAlison Schofield
2016-09-27iio:mma8452: Use new iio_trigger_validate_own_device() helperLars-Peter Clausen
2016-07-05drivers:iio:accel:mma8452: removed unwanted return statementsBijosh Thykkoottathil
2016-07-05drivers:iio:accel:mma8452: added cleanup provision in case of failure.Bijosh Thykkoottathil