summaryrefslogtreecommitdiffstats
path: root/drivers/iio/health/afe4403.c
Commit message (Expand)AuthorAgeFilesLines
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* iio: afe4403: Remove no-op trigger opsLars-Peter Clausen2021-11-171-5/+0
* iio: health: afe4403: Don't return an error in .remove()Uwe Kleine-König2021-10-191-4/+2
* iio: health: afe4403: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+4
* 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
* Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-201-3/+6
|\
| * iio:health:afe4403 Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-06-141-3/+6
* | Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov2020-07-131-1/+1
* | iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-141-1/+0
|/
* iio: health: afe4403: Use get_unaligned_be24()Andy Shevchenko2020-05-031-8/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* iio:health: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* iio: health: afe4403: retrieve a valid iio_dev in suspend/resumeAlison Schofield2017-01-211-2/+2
* iio: health/afe440x: Remove unused definitionsAndrew F. Davis2016-05-041-37/+0
* iio: health/afe440x: Match LED currents to stagesAndrew F. Davis2016-05-041-6/+4
* iio: health/afe440x: Make gain settings a modifier for the stagesAndrew F. Davis2016-05-041-12/+22
* iio: health/afe440x: Use regmap fieldsAndrew F. Davis2016-05-041-58/+60
* iio: health/afe440x: Remove channel namesAndrew F. Davis2016-05-041-14/+14
* iio: health/afe440x: Remove unneeded offset handlingAndrew F. Davis2016-05-041-17/+0
* iio: health/afe440x: Always use separate gain valuesAndrew F. Davis2016-05-041-43/+17
* iio: health/afe440x: Remove unneeded initializersAndrew F. Davis2016-05-041-6/+1
* iio: health/afe440x: Remove of_match_ptr and ifdefsAndrew F. Davis2016-05-041-3/+1
* iio: health/afe440x: Fix kernel-doc formatAndrew F. Davis2016-05-041-9/+9
* iio: health/afe4403: mark suspend/resume functions __maybe_unusedArnd Bergmann2016-02-171-2/+2
* iio: health: Add driver for the TI AFE4403 heart monitorAndrew F. Davis2016-02-061-0/+708