aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/health/afe4403.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17iio: health: afe4403: Use devm IIO helpersAndrew Davis1-30/+8
2024-02-17iio: health: afe4403: Use devm action helper for regulator disableAndrew Davis1-11/+16
2022-11-12iio: health: afe4403: Fix oob read in afe4403_read_rawWei Yongjun1-2/+3
2022-07-18iio: health: afe4403: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+5
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-11-17iio: afe4403: Remove no-op trigger opsLars-Peter Clausen1-5/+0
2021-10-19iio: health: afe4403: Don't return an error in .remove()Uwe Kleine-König1-4/+2
2021-10-19iio: health: afe4403: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+4
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-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman1-3/+6
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov1-1/+1
2020-06-14iio:health:afe4403 Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+6
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean1-1/+0
2020-05-03iio: health: afe4403: Use get_unaligned_be24()Andy Shevchenko1-8/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2017-08-22iio:health: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-01-21iio: health: afe4403: retrieve a valid iio_dev in suspend/resumeAlison Schofield1-2/+2
2016-05-04iio: health/afe440x: Remove unused definitionsAndrew F. Davis1-37/+0
2016-05-04iio: health/afe440x: Match LED currents to stagesAndrew F. Davis1-6/+4
2016-05-04iio: health/afe440x: Make gain settings a modifier for the stagesAndrew F. Davis1-12/+22
2016-05-04iio: health/afe440x: Use regmap fieldsAndrew F. Davis1-58/+60
2016-05-04iio: health/afe440x: Remove channel namesAndrew F. Davis1-14/+14
2016-05-04iio: health/afe440x: Remove unneeded offset handlingAndrew F. Davis1-17/+0
2016-05-04iio: health/afe440x: Always use separate gain valuesAndrew F. Davis1-43/+17
2016-05-04iio: health/afe440x: Remove unneeded initializersAndrew F. Davis1-6/+1
2016-05-04iio: health/afe440x: Remove of_match_ptr and ifdefsAndrew F. Davis1-3/+1
2016-05-04iio: health/afe440x: Fix kernel-doc formatAndrew F. Davis1-9/+9
2016-02-17iio: health/afe4403: mark suspend/resume functions __maybe_unusedArnd Bergmann1-2/+2
2016-02-06iio: health: Add driver for the TI AFE4403 heart monitorAndrew F. Davis1-0/+708