summaryrefslogtreecommitdiff
path: root/drivers/iio/health
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-08-03iio: health: afe4404: make use of iio_for_each_active_channel()Nuno Sa
2024-08-03iio: health: max30102: make use of iio_get_masklength()Nuno Sa
2024-08-03iio: health: afe4403: make use of iio_for_each_active_channel()Nuno Sa
2024-06-25iio: health: max30102: make use of regmap_set_bits()Trevor Gamblin
2024-06-25iio: health: max30100: make use of regmap_set_bits()Trevor Gamblin
2024-06-25iio: health: afe4404: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: health: afe4403: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-03-28iio: health: max30102: add support for max30101Javier Carrasco
2024-02-17iio: health: afe4404: Use devm IIO helpersAndrew Davis
2024-02-17iio: health: afe4404: Use devm action helper for regulator disableAndrew Davis
2024-02-17iio: health: afe4403: Use devm IIO helpersAndrew Davis
2024-02-17iio: health: afe4403: Use devm action helper for regulator disableAndrew Davis
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-27Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2022-11-23iio: health: max30102: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: health: max30100: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: health: afe4404: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: health: max30102: do not use internal iio_dev lockNuno Sá
2022-11-23iio: health: max30100: do not use internal iio_dev lockNuno Sá
2022-11-12iio: health: afe4404: Fix oob read in afe4404_[read|write]_rawWei Yongjun
2022-11-12iio: health: afe4403: Fix oob read in afe4403_read_rawWei Yongjun
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-18iio: health: afe4404: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-07-18iio: health: afe4403: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-06-11iio: health: afe4404: Remove duplicated error reporting in .remove()Uwe Kleine-König
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2021-11-17iio: afe4404: Remove no-op trigger opsLars-Peter Clausen
2021-11-17iio: afe4403: Remove no-op trigger opsLars-Peter Clausen
2021-10-19iio: health: afe4403: Don't return an error in .remove()Uwe Kleine-König
2021-10-19iio: health: afe4404: Make use of the helper function dev_err_probe()Cai Huoqing
2021-10-19iio: health: afe4403: Make use of the helper function dev_err_probe()Cai Huoqing
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou
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-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov
2020-06-14iio:health:afe4404 Fix timestamp alignment and prevent data leak.Jonathan Cameron
2020-06-14iio:health:afe4403 Fix timestamp alignment and prevent data leak.Jonathan Cameron
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2020-05-03iio: health: afe4403: Use get_unaligned_be24()Andy Shevchenko
2020-04-19iio: health: max30100: use generic property handlerRohit Sarkar