aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/common/st_sensors (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron6-7/+4
2021-03-25iio: set default trig->dev.parentGwendal Grignou1-2/+2
2021-03-11iio: st_sensors: fix typo in commentAhmad Fatoum1-1/+1
2021-01-14iio: common: st_sensors: fix possible infinite loop in st_sensors_irq_threadLorenzo Bianconi1-14/+17
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean2-2/+0
2020-05-15Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-6/+1
2020-05-03iio: st_sensors: Use get_unaligned_be24() and sign_extend32()Andy Shevchenko1-6/+1
2020-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2020-04-19iio: st_sensors: rely on odr mask to know if odr can be setLary Gibaud1-1/+1
2020-03-21iio: st_sensors: Join string literals backAndy Shevchenko2-11/+5
2020-03-21iio: st_sensors: Drop unneeded casting when print error codeAndy Shevchenko2-4/+4
2020-03-21iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko1-2/+1
2020-03-21iio: st_sensors: Use dev_get_platdata() to get platform_dataAndy Shevchenko1-1/+1
2020-02-14iio: st_sensors: handle memory allocation failure to fix null pointer dereferenceColin Ian King1-0/+4
2020-01-13iio: st_sensors: Make use of device propertiesAndy Shevchenko2-21/+12
2020-01-13iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko2-42/+17
2019-12-29iio: st_sensors: Describe function parameters in kernel-docAndy Shevchenko1-0/+3
2019-08-25iio: st_sensors: Fix build errorYueHaibing1-0/+2
2019-08-05iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca3-27/+12
2019-07-27iio: make st_sensors drivers use regmapDenis Ciocca5-153/+79
2019-07-27iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca2-51/+78
2019-07-27iio:common:st_sensors: add st_sensors_get_settings_index() helper functionDenis Ciocca1-15/+34
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner5-10/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-10-21iio: st_sensors: miscellaneous cleanupMartin Kelly2-4/+3
2018-07-15iio: change strncpy+truncation to strlcpyDominique Martinet1-2/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-31/+44
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-10iio: common: st_sensors: check odr address value in st_sensors_set_odr()Lorenzo Bianconi1-0/+3
2017-10-10iio: st_sensors: split open-drain parameters for irq1 and irq2Lorenzo Bianconi1-5/+16
2017-10-09iio: st_sensors: do not always write enable_axis registerLorenzo Bianconi1-1/+4
2017-10-09iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi1-12/+16
2017-10-09iio: st_sensors: add register mask for status registerLorenzo Bianconi2-13/+5
2017-09-03iio: magnetometer: st_magn: fix drdy line configuration for LIS3MDLLorenzo Bianconi1-1/+10
2017-08-14Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman1-0/+29
2017-07-06iio: accel: st_accel: add SPI-3wire supportLorenzo Bianconi1-0/+29
2017-07-01iio: common: st_sensors: move st_sensors_of_i2c_probe() in common codeLorenzo Bianconi2-29/+31
2017-01-19Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+20
2016-12-31iio: accel: st_accel: fix LIS3LV02 reading and scalingLinus Walleij1-0/+9
2016-12-31iio: common: st_sensors: fix channel data parsingLorenzo Bianconi2-2/+6
2016-12-03iio: st_sensors: match sensors using ACPI handleShrirang Bagul1-0/+20
2016-10-30iio: st_sensors: fix scale configuration for h3lis331dlLorenzo Bianconi1-3/+5
2016-09-10iio: st_sensors: use the helper functionLinus Walleij1-1/+1
2016-09-03iio: st_sensors: fix errorcheck for regulatorsLinus Walleij1-2/+2
2016-08-29fix:iio:common:st_sensors:st_sensors_trigger:mark symbols static where possibleBaoyou Xie1-2/+2
2016-08-29iio: st_sensors: fetch and enable regulators unconditionallyLinus Walleij1-31/+24
2016-07-04iio:st_sensors: align on storagebits boundariesGregor Boirie2-20/+19
2016-07-04iio: accel: st_accel: Add lis3l02dq supportJonathan Cameron1-11/+15
2016-07-02iio: st_sensors: harden interrupt handlingLinus Walleij2-46/+115
2016-06-30iio:core: timestamping clock selection supportGregor Boirie2-2/+2