summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: xilinx: prevent touching unclocked h/w on removeSven Van Asbroeck2019-05-161-1/+1
* iio: adc: xilinx: fix potential use-after-free on probeSven Van Asbroeck2019-05-161-0/+1
* iio: adc: xilinx: fix potential use-after-free on removeSven Van Asbroeck2019-05-161-1/+1
* io: accel: kxcjk1013: restore the range after resume.he, bo2019-04-271-0/+2
* iio: core: fix a possible circular locking dependencyFabrice Gasnier2019-04-271-2/+2
* iio: adc: at91: disable adc channel interrupt in timeout caseGeorg Ottinger2019-04-271-11/+17
* iio: Fix scan mask selectionLars-Peter Clausen2019-04-271-3/+2
* iio: dac: mcp4725: add missing powerdown bits in store eepromJean-Francois Dagenais2019-04-271-0/+1
* iio: ad_sigma_delta: select channel when reading registerDragos Bogdan2019-04-271-0/+1
* iio: cros_ec: Fix the maths for gyro scale calculationGwendal Grignou2019-04-271-3/+4
* iio:chemical:bme680: Fix SPI read interfaceMike Looijmans2019-04-274-62/+118
* iio:chemical:bme680: Fix, report temperature in millidegreesMike Looijmans2019-04-271-9/+7
* iio/gyro/bmg160: Use millidegrees for temperature scaleMike Looijmans2019-04-271-3/+3
* iio: gyro: mpu3050: fix chip ID readingSergey Larin2019-04-271-3/+5
* iio: adc: fix warning in Qualcomm PM8xxx HK/XOADC driverLinus Torvalds2019-04-051-7/+3
* iio: adc: exynos-adc: Fix NULL pointer exception on unbindKrzysztof Kozlowski2019-03-231-1/+1
* iio: ti-ads8688: Update buffer allocation for timestampsDan Murphy2019-02-151-1/+2
* iio: chemical: atlas-ph-sensor: correct IIO_TEMP values to millicelsiusMatt Ranostay2019-02-151-4/+3
* iio: adc: axp288: Fix TS-pin handlingHans de Goede2019-02-151-16/+60
* iio: accel: kxcjk1013: Add KIOX010A ACPI Hardware-IDHans de Goede2019-02-121-0/+1
* iio: adc: meson-saradc: fix internal clock namesMartin Blumenstingl2019-02-121-4/+4
* iio: adc: meson-saradc: check for devm_kasprintf failureNicholas Mc Guire2019-02-121-0/+6
* iio: dac: ad5686: fix bit shift read registerMircea Caprioru2019-01-131-1/+2
* iio:st_magn: Fix enable device after triggerMartin Kelly2018-12-051-9/+3
* iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede2018-12-059-19/+37
* iio: adc: at91: fix wrong channel number in triggered buffer modeEugen Hristev2018-11-131-1/+3
* iio: adc: at91: fix acking DRDY irq on simple conversionsEugen Hristev2018-11-131-0/+2
* iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()Alexey Khoroshilov2018-11-131-0/+6
* iio: ad5064: Fix regulator handlingLars-Peter Clausen2018-11-131-15/+38
* Merge tag 'iio-fixes-4.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-09-092-8/+6
|\
| * iio: imu: st_lsm6dsx: take into account ts samples in wm configurationLorenzo Bianconi2018-09-021-7/+6
| * Revert "iio: temperature: maxim_thermocouple: add MAX31856 part"Matt Ranostay2018-09-021-1/+0
* | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-231-1/+1
* | Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-2/+2
|\ \
| * | i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin2018-07-131-2/+2
* | | iio: light: si1133: fix uninitialized resp variableMaxime Roussin-BĂ©langer2018-08-011-0/+3
* | | Merge branch 'fixes-togreg' into togregJonathan Cameron2018-08-012-2/+2
|\ \ \ | | |/ | |/|
| * | iio: light: si1133 fix test for val being not zero or not one.Colin Ian King2018-07-301-1/+1
| * | iio: ad9523: Fix return value for ad952x_store()Lars-Peter Clausen2018-07-281-1/+1
* | | iio: adc: xilinx: Move request_irq before enabling interruptsManish Narani2018-07-291-4/+4
* | | iio: adc: xilinx: Remove platform_get_irq from xadc_remove functionManish Narani2018-07-292-5/+6
* | | iio: adc: xilinx: limit pcap clock frequency valueManish Narani2018-07-291-0/+15
* | | iio: adc: xilinx: Check for return values in clk related functionsManish Narani2018-07-291-2/+9
* | | iio: vcnl4000: add support for VCNL4200Tomas Novotny2018-07-292-10/+109
* | | iio: vcnl4000: warn on incorrectly specified device idTomas Novotny2018-07-291-1/+13
* | | iio: vcnl4000: add VCNL4010 and VCNL4020 device idTomas Novotny2018-07-291-0/+9
* | | iio: vcnl4000: make the driver extendableTomas Novotny2018-07-291-18/+67
* | | iio: ad_sigma_delta: use unsigned long for timeoutNicholas Mc Guire2018-07-281-2/+3
* | | iio: chemical: Add support for Bosch BME680 sensorHimanshu Jha2018-07-286-0/+1291
* | | iio: ad9523: support for external signals via gpiosMichael Hennerich2018-07-281-0/+30
|/ /