summaryrefslogtreecommitdiffstats
path: root/drivers/iio/common/st_sensors
Commit message (Expand)AuthorAgeFilesLines
* 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-132-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
* Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman2017-08-141-0/+29
|\
| * iio: accel: st_accel: add SPI-3wire supportLorenzo Bianconi2017-07-061-0/+29
* | iio: common: st_sensors: move st_sensors_of_i2c_probe() in common codeLorenzo Bianconi2017-07-012-29/+31
|/
* Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-01-191-0/+20
|\
| * iio: st_sensors: match sensors using ACPI handleShrirang Bagul2016-12-031-0/+20
* | iio: accel: st_accel: fix LIS3LV02 reading and scalingLinus Walleij2016-12-311-0/+9
* | iio: common: st_sensors: fix channel data parsingLorenzo Bianconi2016-12-312-2/+6
|/
* iio: st_sensors: fix scale configuration for h3lis331dlLorenzo Bianconi2016-10-301-3/+5
* iio: st_sensors: use the helper functionLinus Walleij2016-09-101-1/+1
* iio: st_sensors: fix errorcheck for regulatorsLinus Walleij2016-09-031-2/+2
* fix:iio:common:st_sensors:st_sensors_trigger:mark symbols static where possibleBaoyou Xie2016-08-291-2/+2
* iio: st_sensors: fetch and enable regulators unconditionallyLinus Walleij2016-08-291-31/+24
* iio:st_sensors: align on storagebits boundariesGregor Boirie2016-07-042-20/+19
* iio: accel: st_accel: Add lis3l02dq supportJonathan Cameron2016-07-041-11/+15
* iio: st_sensors: harden interrupt handlingLinus Walleij2016-07-022-46/+115
* iio:core: timestamping clock selection supportGregor Boirie2016-06-302-2/+2
* Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2016-06-203-25/+104
|\
| * iio: st_sensors: Disable DRDY at init timeCrestez Dan Leonard2016-05-291-0/+5
| * iio: st_sensors: Init trigger before irq requestCrestez Dan Leonard2016-05-291-4/+4
| * iio: st_sensors: switch to a threaded interruptLinus Walleij2016-05-293-21/+95
* | iio:st_sensors: fix power regulator usageGregor Boirie2016-05-291-5/+24