summaryrefslogtreecommitdiff
path: root/drivers/iio/health
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-11-272-7/+10
|\
| * iio: health: afe4404: Fix oob read in afe4404_[read|write]_rawWei Yongjun2022-11-121-5/+7
| * iio: health: afe4403: Fix oob read in afe4403_read_rawWei Yongjun2022-11-121-2/+3
* | iio: health: max30102: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* | iio: health: max30100: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: health: afe4404: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* | iio: health: max30102: do not use internal iio_dev lockNuno Sá2022-11-231-4/+15
* | iio: health: max30100: do not use internal iio_dev lockNuno Sá2022-11-231-6/+9
|/
* i2c: Make remove callback return voidUwe Kleine-König2022-08-163-9/+3
* iio: health: afe4404: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+5
* iio: health: afe4403: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+5
* iio: health: afe4404: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-3/+1
* iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-102-2/+0
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* iio: afe4404: Remove no-op trigger opsLars-Peter Clausen2021-11-171-5/+0
* 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: afe4404: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+4
* 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-172-2/+2
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-252-2/+0
* iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-112-18/+14
* Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-09-221-6/+5
|\
| * iio:health:max30102: Drop of_match_ptr and use generic fw accessorsJonathan Cameron2020-09-211-6/+5
* | Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-141-2/+2
|\ \ | |/ |/|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* | iio: health: max30102: update author's emailMatt Ranostay2020-09-031-2/+2
|/
* Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-202-6/+11
|\
| * iio:health:afe4404 Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-06-141-3/+5
| * 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-133-3/+3
* | iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-142-2/+0
* | iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-142-2/+0
|/
* iio: health: afe4403: Use get_unaligned_be24()Andy Shevchenko2020-05-031-8/+6
* iio: health: max30100: use generic property handlerRohit Sarkar2020-04-191-4/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-303-27/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* iio: health: max30102: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-191-2/+4
* iio: add SPDX identifier for various driversMatt Ranostay2018-02-181-12/+4
* Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman2017-12-061-1/+1
|\
| * iio: health: max30102: Temperature should be in milli CelsiusPeter Meerwald-Stadler2017-12-021-1/+1
* | iio: health: max30102: Add MAX30105 supportPeter Meerwald-Stadler2017-12-021-14/+130
* | iio: health: max30102: Prepare for copying varying number of measurementsPeter Meerwald-Stadler2017-12-021-5/+10
* | iio: health: max30102: Move mode setting to buffer_postenablePeter Meerwald-Stadler2017-12-021-16/+28
* | iio: health: max30102: Introduce indices for LED channelsPeter Meerwald-Stadler2017-12-021-3/+11
* | iio: health: max30102: Add power enable parameter to get_temp functionPeter Meerwald-Stadler2017-12-021-13/+23
* | iio: health: max30102: Introduce intensity channel macroPeter Meerwald-Stadler2017-12-021-28/+16
* | iio: health: max30102: Add check for part IDPeter Meerwald-Stadler2017-12-021-0/+18
* | iio: health: max30102: Check retval of powermode functionPeter Meerwald-Stadler2017-12-021-1/+4