summaryrefslogtreecommitdiffstats
path: root/drivers/iio/health/max30102.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: health: max30102: make use of iio_get_masklength()Nuno Sa2024-08-031-1/+1
* iio: health: max30102: make use of regmap_set_bits()Trevor Gamblin2024-06-251-3/+2
* iio: health: max30102: add support for max30101Javier Carrasco2024-03-281-0/+2
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: health: max30102: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: health: max30102: do not use internal iio_dev lockNuno Sá2022-11-231-4/+15
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-101-1/+0
* iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-9/+7
* 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-241-2/+2
* | iio: health: max30102: update author's emailMatt Ranostay2020-09-031-2/+2
|/
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* iio: health: max30102: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-191-2/+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
* | iio: health: max30102: Fix mode config valuesPeter Meerwald-Stadler2017-12-021-6/+6
* | iio: health: max30102: Remove inconsistent full stop in error messagePeter Meerwald-Stadler2017-12-021-1/+1
* | iio: health: max30102: Fix missing newline in dev_errPeter Meerwald-Stadler2017-12-021-1/+1
|/
* iio:health: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: max30102: Set parent deviceLars-Peter Clausen2017-02-191-0/+1
* iio: health: add MAX30102 oximeter driver supportMatt Ranostay2017-02-051-0/+485