summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/mma8452.c
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: mma8452: Switch from of specific to fwnode property handling.Jonathan Cameron2024-03-251-3/+3
* iio: accel: mma8452: Sort match tablesBiju Das2023-09-111-2/+2
* iio: accel: mma8452: Convert enum->pointer for data in the ID tableBiju Das2023-09-111-16/+10
* iio: adc: Explicitly include correct DT includesRob Herring2023-07-231-1/+1
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-111-1/+1
* iio: accel: mma8452: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-06-201-8/+14
|\
| * iio: accel: mma8452: ignore the return value of reset operationHaibo Chen2022-06-191-3/+7
| * iio: mma8452: fix probe fail when device tree compatible is used.Haibo Chen2022-05-011-5/+7
* | iio: accel: mma8452: Add missing documentation for name element of chip_infoJonathan Cameron2022-04-281-0/+1
|/
* iio: accel: mma8452: use the correct logic to get mma8452_dataHaibo Chen2022-03-021-2/+2
* iio: mma8452: Add support for the "mount-matrix" device propertyHans de Goede2022-02-181-0/+21
* iio: mma8452: Fix probe failing when an i2c_device_id is usedHans de Goede2022-02-181-11/+18
* Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-12-221-1/+1
|\
| * iio: mma8452: Use correct type for return variable in IRQ handlerLars-Peter Clausen2021-11-171-1/+1
* | iio: mma8452: Fix trigger reference coutingLars-Peter Clausen2021-11-171-1/+1
|/
* iio: accel: mma8452: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-4/+1
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+1
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-1/+0
* iio: accel: mma8452: fix indentationSean Nyekjaer2021-03-251-23/+23
* iio: accel: mma8452: Constify static struct attribute_groupRikard Falkeborn2020-10-101-1/+1
* Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-141-4/+9
|\
| * Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-131-3/+8
| |\
| | * iio:accel:mma8452: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-3/+8
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* / iio: accel: mma8452: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-14/+6
|/
* Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-201-1/+4
|\
| * iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()Chuhong Yuan2020-06-141-1/+4
* | iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-141-1/+0
|/
* iio: mma8452: mark expected switch fall-throughGustavo A. R. Silva2019-04-041-1/+1
* iio: accell: mma8452: add vdd/vddio regulator operation supportAnson Huang2019-01-121-22/+83
* Merge tag 'iio-for-4.19b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2018-07-251-0/+1
|\
| * iio: mma8452: Mark expected switch fall-throughGustavo A. R. Silva2018-07-071-0/+1
* | iio: mma8452: Fix ignoring MMA8452_INT_DRDYLeonard Crestez2018-06-241-1/+1
|/
* iio: accell: mma8452: Reduce sleep time when data not readyRichard Tresidder2018-05-121-1/+23
* iio: mma8452: replace license description with SPDX specifierMartin Kepplinger2018-01-081-3/+1
* iio: accel: mma8452: Rename config structs for readabilityHarinath Nampally2017-12-021-5/+5
* iio: accel: mma8452: Rename a struct for code readibilityHarinath Nampally2017-12-021-3/+3
* iio: accel: mma8452: Rename read/write event value callbacks to generic funct...Harinath Nampally2017-10-091-4/+4
* iio: accel: mma8452: Fix code style warning for unsigned int declarationsHarinath Nampally2017-09-241-2/+2
* iio: accel: mma8452: Fix code style warningHarinath Nampally2017-09-241-3/+3
* iio: accel: mma8452: improvements to handle multiple eventsHarinath Nampally2017-09-131-157/+206
* iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* iio: accel: mma8452: define unsigned return values where appropriateMartin Kepplinger2016-12-031-2/+2
* iio: accel: mma8452: claim direct mode during write rawJonathan Cameron2016-10-231-22/+38
* iio: accel: mma8452: claim direct mode during raw readsAlison Schofield2016-10-231-2/+4
* iio:mma8452: Use new iio_trigger_validate_own_device() helperLars-Peter Clausen2016-09-271-12/+1
* drivers:iio:accel:mma8452: removed unwanted return statementsBijosh Thykkoottathil2016-07-051-5/+1