summaryrefslogtreecommitdiffstats
path: root/drivers/iio/common/st_sensors
AgeCommit message (Expand)AuthorLines
2025-06-29iio: common: st_sensors: Fix use of uninitialize device structsMaud Spierings-30/+26
2025-04-22iio: common: st_sensors: Switch to sparse friendly iio_device_claim/release_d...Jonathan Cameron-4/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-19/+19
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-30iio: common: st: use irq_get_trigger_type()Jonathan Cameron-1/+1
2024-06-29iio: st_sensors: relax WhoAmI check in st_sensors_verify_id()Kaustabh Chakraborty-2/+1
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait-2/+2
2022-11-23iio: st_sensors: core and lsm9ds0 switch to devm_regulator_bulk_get_enable()Jonathan Cameron-32/+7
2022-08-19iio: st_sensors: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-04-10iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevantMiquel Raynal-21/+17
2022-04-10iio: st_sensors: Add a local lock for protecting odrMiquel Raynal-6/+18
2022-04-10iio: st_sensors: Drop the protection on _avail functionsMiquel Raynal-4/+0
2022-02-18iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron-19/+19
2022-02-18iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron-10/+0
2022-01-23iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko-2/+0
2021-11-17iio: st-sensors: Use dev_to_iio_dev() in sysfs callbacksLars-Peter Clausen-2/+2
2021-10-19iio: st_sensors: Make use of the helper function dev_err_probe()Cai Huoqing-8/+8
2021-09-14iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean-5/+5
2021-09-14iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean-19/+15
2021-09-14iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean-30/+15
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron-7/+4
2021-03-25iio: set default trig->dev.parentGwendal Grignou-2/+2
2021-03-11iio: st_sensors: fix typo in commentAhmad Fatoum-1/+1
2021-01-14iio: common: st_sensors: fix possible infinite loop in st_sensors_irq_threadLorenzo Bianconi-14/+17
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean-2/+0
2020-05-15Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman-6/+1
2020-05-03iio: st_sensors: Use get_unaligned_be24() and sign_extend32()Andy Shevchenko-6/+1
2020-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman-1/+1
2020-04-19iio: st_sensors: rely on odr mask to know if odr can be setLary Gibaud-1/+1
2020-03-21iio: st_sensors: Join string literals backAndy Shevchenko-11/+5
2020-03-21iio: st_sensors: Drop unneeded casting when print error codeAndy Shevchenko-4/+4
2020-03-21iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko-2/+1
2020-03-21iio: st_sensors: Use dev_get_platdata() to get platform_dataAndy Shevchenko-1/+1
2020-02-14iio: st_sensors: handle memory allocation failure to fix null pointer derefer...Colin Ian King-0/+4
2020-01-13iio: st_sensors: Make use of device propertiesAndy Shevchenko-21/+12
2020-01-13iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko-42/+17
2019-12-29iio: st_sensors: Describe function parameters in kernel-docAndy Shevchenko-0/+3
2019-08-25iio: st_sensors: Fix build errorYueHaibing-0/+2
2019-08-05iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca-27/+12
2019-07-27iio: make st_sensors drivers use regmapDenis Ciocca-153/+79
2019-07-27iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca-51/+78
2019-07-27iio:common:st_sensors: add st_sensors_get_settings_index() helper functionDenis Ciocca-15/+34
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner-10/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-10-21iio: st_sensors: miscellaneous cleanupMartin Kelly-4/+3
2018-07-15iio: change strncpy+truncation to strlcpyDominique Martinet-2/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-31/+44
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-10iio: common: st_sensors: check odr address value in st_sensors_set_odr()Lorenzo Bianconi-0/+3