summaryrefslogtreecommitdiffstats
path: root/drivers/iio/health
AgeCommit message (Expand)AuthorLines
2026-01-29iio: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior-10/+8
2026-01-22iio: health: max30102: Use IIO cleanup helpersKurt Borja-25/+10
2026-01-22iio: core: Match iio_device_claim_*() semantics and implementationKurt Borja-8/+2
2025-10-19iio: health: max30100: Make LED pulse-width configurable via DTShrikant Raskar-3/+35
2025-08-25iio: health: Drop unnecessary -ENOMEM messagesDixit Parmar-6/+2
2025-08-16iio: health: afe4404: Do not store dev pointer in device structAndrew Davis-24/+22
2025-08-16iio: health: afe4403: Do not store dev pointer in device structAndrew Davis-24/+22
2025-06-26iio: health: afe4404: convert to use maple tree register cachechuguangqing-1/+1
2025-06-26iio: health: afe4403: convert to use maple tree register cachechuguangqing-1/+1
2025-06-09iio: Remove single use of macro definition for regmap nameWaqar Hameed-4/+2
2025-04-22iio: normalize array sentinel styleDavid Lechner-6/+6
2025-04-22iio: health: max30102: Switch to sparse friendly iio_device_claim/release_dir...Jonathan Cameron-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-08-03iio: health: afe4404: make use of iio_for_each_active_channel()Nuno Sa-2/+1
2024-08-03iio: health: max30102: make use of iio_get_masklength()Nuno Sa-1/+1
2024-08-03iio: health: afe4403: make use of iio_for_each_active_channel()Nuno Sa-2/+1
2024-06-25iio: health: max30102: make use of regmap_set_bits()Trevor Gamblin-3/+2
2024-06-25iio: health: max30100: make use of regmap_set_bits()Trevor Gamblin-3/+2
2024-06-25iio: health: afe4404: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin-5/+4
2024-06-25iio: health: afe4403: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin-5/+4
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-2/+2
2024-03-28iio: health: max30102: add support for max30101Javier Carrasco-0/+2
2024-02-17iio: health: afe4404: Use devm IIO helpersAndrew Davis-29/+7
2024-02-17iio: health: afe4404: Use devm action helper for regulator disableAndrew Davis-12/+17
2024-02-17iio: health: afe4403: Use devm IIO helpersAndrew Davis-30/+8
2024-02-17iio: health: afe4403: Use devm action helper for regulator disableAndrew Davis-11/+16
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König-3/+3
2022-11-27Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-7/+10
2022-11-23iio: health: max30102: Convert to i2c's .probe_new()Uwe Kleine-König-3/+3
2022-11-23iio: health: max30100: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23iio: health: afe4404: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23iio: health: max30102: do not use internal iio_dev lockNuno Sá-4/+15
2022-11-23iio: health: max30100: do not use internal iio_dev lockNuno Sá-6/+9
2022-11-12iio: health: afe4404: Fix oob read in afe4404_[read|write]_rawWei Yongjun-5/+7
2022-11-12iio: health: afe4403: Fix oob read in afe4403_read_rawWei Yongjun-2/+3
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-9/+3
2022-07-18iio: health: afe4404: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-4/+5
2022-07-18iio: health: afe4403: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-4/+5
2022-06-11iio: health: afe4404: Remove duplicated error reporting in .remove()Uwe Kleine-König-3/+1
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal-2/+0
2022-02-09spi: make remove callback a void functionUwe Kleine-König-3/+1
2021-11-17iio: afe4404: Remove no-op trigger opsLars-Peter Clausen-5/+0
2021-11-17iio: afe4403: Remove no-op trigger opsLars-Peter Clausen-5/+0
2021-10-19iio: health: afe4403: Don't return an error in .remove()Uwe Kleine-König-4/+2
2021-10-19iio: health: afe4404: Make use of the helper function dev_err_probe()Cai Huoqing-4/+4
2021-10-19iio: health: afe4403: Make use of the helper function dev_err_probe()Cai Huoqing-4/+4
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron-2/+2
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou-2/+0
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean-18/+14
2020-09-22Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-6/+5