summaryrefslogtreecommitdiff
path: root/drivers/iio/health/max30102.c
AgeCommit message (Expand)Author
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-23iio: health: max30102: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: health: max30102: do not use internal iio_dev lockNuno Sá
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean
2020-09-22Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2020-09-21iio:health:max30102: Drop of_match_ptr and use generic fw accessorsJonathan Cameron
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman
2020-09-03iio: health: max30102: update author's emailMatt Ranostay
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2018-08-19iio: health: max30102: Mark expected switch fall-throughsGustavo A. R. Silva
2017-12-06Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman
2017-12-02iio: health: max30102: Temperature should be in milli CelsiusPeter Meerwald-Stadler
2017-12-02iio: health: max30102: Add MAX30105 supportPeter Meerwald-Stadler
2017-12-02iio: health: max30102: Prepare for copying varying number of measurementsPeter Meerwald-Stadler
2017-12-02iio: health: max30102: Move mode setting to buffer_postenablePeter Meerwald-Stadler
2017-12-02iio: health: max30102: Introduce indices for LED channelsPeter Meerwald-Stadler
2017-12-02iio: health: max30102: Add power enable parameter to get_temp functionPeter Meerwald-Stadler
2017-12-02iio: health: max30102: Introduce intensity channel macroPeter Meerwald-Stadler
2017-12-02iio: health: max30102: Add check for part IDPeter Meerwald-Stadler
2017-12-02iio: health: max30102: Check retval of powermode functionPeter Meerwald-Stadler
2017-12-02iio: health: max30102: Fix mode config valuesPeter Meerwald-Stadler
2017-12-02iio: health: max30102: Remove inconsistent full stop in error messagePeter Meerwald-Stadler
2017-12-02iio: health: max30102: Fix missing newline in dev_errPeter Meerwald-Stadler
2017-08-22iio:health: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2017-02-19iio: max30102: Set parent deviceLars-Peter Clausen
2017-02-05iio: health: add MAX30102 oximeter driver supportMatt Ranostay