summaryrefslogtreecommitdiffstats
path: root/drivers/iio/common/st_sensors (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* iio: st_sensors: relax WhoAmI check in st_sensors_verify_id()Kaustabh Chakraborty2024-06-291-2/+1
* iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-111-2/+2
* iio: st_sensors: core and lsm9ds0 switch to devm_regulator_bulk_get_enable()Jonathan Cameron2022-11-231-32/+7
* iio: st_sensors: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevantMiquel Raynal2022-04-101-21/+17
* iio: st_sensors: Add a local lock for protecting odrMiquel Raynal2022-04-101-6/+18
* iio: st_sensors: Drop the protection on _avail functionsMiquel Raynal2022-04-101-4/+0
* iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron2022-02-185-19/+19
* iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron2022-02-182-10/+0
* iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko2022-01-231-2/+0
* iio: st-sensors: Use dev_to_iio_dev() in sysfs callbacksLars-Peter Clausen2021-11-171-2/+2
* iio: st_sensors: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-8/+8
* iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean2021-09-143-5/+5
* iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean2021-09-141-19/+15
* iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean2021-09-141-30/+15
* iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron2021-07-246-7/+4
* iio: set default trig->dev.parentGwendal Grignou2021-03-251-2/+2
* iio: st_sensors: fix typo in commentAhmad Fatoum2021-03-111-1/+1
* iio: common: st_sensors: fix possible infinite loop in st_sensors_irq_threadLorenzo Bianconi2021-01-141-14/+17
* iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-142-2/+0
* Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-05-151-6/+1
|\
| * iio: st_sensors: Use get_unaligned_be24() and sign_extend32()Andy Shevchenko2020-05-031-6/+1
* | Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman2020-04-271-1/+1
|\ \ | |/ |/|
| * iio: st_sensors: rely on odr mask to know if odr can be setLary Gibaud2020-04-191-1/+1
* | iio: st_sensors: Join string literals backAndy Shevchenko2020-03-212-11/+5
* | iio: st_sensors: Drop unneeded casting when print error codeAndy Shevchenko2020-03-212-4/+4
* | iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko2020-03-211-2/+1
* | iio: st_sensors: Use dev_get_platdata() to get platform_dataAndy Shevchenko2020-03-211-1/+1
|/
* iio: st_sensors: handle memory allocation failure to fix null pointer derefer...Colin Ian King2020-02-141-0/+4
* iio: st_sensors: Make use of device propertiesAndy Shevchenko2020-01-132-21/+12
* iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko2020-01-132-42/+17
* iio: st_sensors: Describe function parameters in kernel-docAndy Shevchenko2019-12-291-0/+3
* iio: st_sensors: Fix build errorYueHaibing2019-08-251-0/+2
* iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca2019-08-053-27/+12
* iio: make st_sensors drivers use regmapDenis Ciocca2019-07-275-153/+79
* iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca2019-07-272-51/+78
* iio:common:st_sensors: add st_sensors_get_settings_index() helper functionDenis Ciocca2019-07-271-15/+34
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-305-10/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* iio: st_sensors: miscellaneous cleanupMartin Kelly2018-10-212-4/+3
* iio: change strncpy+truncation to strlcpyDominique Martinet2018-07-151-2/+1
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-142-31/+44
|\
| * iio: common: st_sensors: check odr address value in st_sensors_set_odr()Lorenzo Bianconi2017-10-101-0/+3
| * iio: st_sensors: split open-drain parameters for irq1 and irq2Lorenzo Bianconi2017-10-101-5/+16
| * iio: st_sensors: do not always write enable_axis registerLorenzo Bianconi2017-10-091-1/+4
| * iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi2017-10-091-12/+16
| * iio: st_sensors: add register mask for status registerLorenzo Bianconi2017-10-092-13/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* iio: magnetometer: st_magn: fix drdy line configuration for LIS3MDLLorenzo Bianconi2017-09-031-1/+10