summaryrefslogtreecommitdiff
path: root/drivers/iio/health
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
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
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König3-3/+3
2022-11-27Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2-7/+10
2022-11-23iio: health: max30102: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: health: max30100: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: health: afe4404: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: health: max30102: do not use internal iio_dev lockNuno Sá1-4/+15
2022-11-23iio: health: max30100: do not use internal iio_dev lockNuno Sá1-6/+9
2022-11-12iio: health: afe4404: Fix oob read in afe4404_[read|write]_rawWei Yongjun1-5/+7
2022-11-12iio: health: afe4403: Fix oob read in afe4403_read_rawWei Yongjun1-2/+3
2022-08-16i2c: Make remove callback return voidUwe Kleine-König3-9/+3
2022-07-18iio: health: afe4404: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+5
2022-07-18iio: health: afe4403: 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
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal2-2/+0
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-11-17iio: afe4404: Remove no-op trigger opsLars-Peter Clausen1-5/+0
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: afe4404: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+4
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 Cameron2-2/+2
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2-2/+0
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2-18/+14
2020-09-22Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-6/+5
2020-09-21iio:health:max30102: Drop of_match_ptr and use generic fw accessorsJonathan Cameron1-6/+5
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman1-2/+2
2020-09-03iio: health: max30102: update author's emailMatt Ranostay1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2-6/+11
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov3-3/+3
2020-06-14iio:health:afe4404 Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+5
2020-06-14iio:health:afe4403 Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+6
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean2-2/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean2-2/+0
2020-05-03iio: health: afe4403: Use get_unaligned_be24()Andy Shevchenko1-8/+6
2020-04-19iio: health: max30100: use generic property handlerRohit Sarkar1-4/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner3-27/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-08-19iio: health: max30102: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+4
2018-02-18iio: add SPDX identifier for various driversMatt Ranostay1-12/+4
2017-12-06Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman1-1/+1
2017-12-02iio: health: max30102: Temperature should be in milli CelsiusPeter Meerwald-Stadler1-1/+1
2017-12-02iio: health: max30102: Add MAX30105 supportPeter Meerwald-Stadler1-14/+130
2017-12-02iio: health: max30102: Prepare for copying varying number of measurementsPeter Meerwald-Stadler1-5/+10
2017-12-02iio: health: max30102: Move mode setting to buffer_postenablePeter Meerwald-Stadler1-16/+28