summaryrefslogtreecommitdiffstats
path: root/drivers/iio/health/max30100.c
Commit message (Expand)AuthorAgeFilesLines
* iio: health: max30100: make use of regmap_set_bits()Trevor Gamblin2024-06-251-3/+2
* iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-271-1/+1
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: health: max30100: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* 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-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
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: health: max30100: use generic property handlerRohit Sarkar2020-04-191-4/+3
* iio: add SPDX identifier for various driversMatt Ranostay2018-02-181-12/+4
* iio:health: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* Merge tag 'iio-for-4.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-03-061-0/+1
|\
| * iio: max30100: Set parent deviceLars-Peter Clausen2017-02-191-0/+1
* | Merge 4.10-rc7 into staging-nextGreg Kroah-Hartman2017-02-061-1/+1
|\ \ | |/ |/|
| * iio: health: max30100: fixed parenthesis around FIFO count checkMatt Ranostay2017-01-211-1/+1
* | iio: health: max30100: use msleep() for long uncritical delaysNicholas Mc Guire2017-01-221-1/+1
|/
* iio: health: max30100: correct FIFO check conditionMatt Ranostay2016-03-281-1/+2
* iio: health: max30100: add config for LED currentMatt Ranostay2016-01-031-6/+75
* iio: light: add MAX30100 oximeter driver supportMatt Ranostay2015-12-121-0/+453