aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/health/afe4403.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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