aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/health/afe4404.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17iio: health: afe4404: Use devm IIO helpersAndrew Davis1-29/+7
2024-02-17iio: health: afe4404: Use devm action helper for regulator disableAndrew Davis1-12/+17
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-27Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-5/+7
2022-11-23iio: health: afe4404: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-12iio: health: afe4404: Fix oob read in afe4404_[read|write]_rawWei Yongjun1-5/+7
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-07-18iio: health: afe4404: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+5
2022-06-11iio: health: afe4404: Remove duplicated error reporting in .remove()Uwe Kleine-König1-3/+1
2021-11-17iio: afe4404: Remove no-op trigger opsLars-Peter Clausen1-5/+0
2021-10-19iio: health: afe4404: 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/+5
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov1-1/+1
2020-06-14iio:health:afe4404 Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+5
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean1-1/+0
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: afe4404: retrieve a valid iio_dev in suspend/resumeAlison Schofield1-2/+2
2016-05-04iio: health/afe4404: ENSEPGAIN is part of CONTROL2 registerAndrew F. Davis1-3/+3
2016-05-04iio: health/afe440x: Remove unused definitionsAndrew F. Davis1-20/+0
2016-05-04iio: health/afe440x: Match LED currents to stagesAndrew F. Davis1-9/+6
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-75/+81
2016-05-04iio: health/afe440x: Remove channel namesAndrew F. Davis1-15/+15
2016-05-04iio: health/afe4404: Remove LED3 input channelAndrew F. Davis1-3/+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-4/+0
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-8/+8
2016-02-17iio: health/afe4404: mark suspend/resume functions __maybe_unusedArnd Bergmann1-2/+2
2016-02-06iio: health: Add driver for the TI AFE4404 heart monitorAndrew F. Davis1-0/+679