summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iio: at91_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-06-201-15/+15
* iio: stm32-dfsdm-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-06-201-32/+33
* iio: cros_ec: fix spelling mistakeKeyur Patel2020-06-141-1/+1
* iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-1457-58/+0
* iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-1434-35/+0
* iio: light: lm3533-als: use iio_device_set_parent() to assign parentAlexandru Ardelean2020-06-141-1/+1
* iio: remove left-over comments about parent assignmentAlexandru Ardelean2020-06-144-4/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-14302-307/+0
* iio: core: add iio_device_set_parent() helperAlexandru Ardelean2020-06-141-0/+20
* iio: core: pass parent device as parameter during allocationAlexandru Ardelean2020-06-145-18/+18
* iio: amplifiers: ad8366: Change devm_gpiod_get() to optional and add the miss...Chuhong Yuan2020-06-141-2/+5
* iio: improve IIO_CONCENTRATION channel type descriptionTomasz Duszynski2020-06-141-1/+2
* iio: Kconfig: at91_adc: add COMPILE_TEST dependency to driverAlexandru Ardelean2020-06-141-1/+1
* iio: make iio_device_get_drvdata take a const struct iio_dev *.Jonathan Cameron2020-06-141-1/+1
* iio: stm32-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-06-141-55/+63
* iio: dac: ad5592r: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-06-141-3/+3
* iio: imu: bmi160: added mount-matrix supportJonathan Albrieux2020-06-142-0/+21
* iio: imu: bmi160: added regulator supportJonathan Albrieux2020-06-142-0/+26
* iio: imu: bmi160: fix typoJonathan Albrieux2020-06-141-1/+1
* dt-bindings: iio: imu: bmi160: add regulators and mount-matrixJonathan Albrieux2020-06-141-0/+14
* iio: cros_ec: Reapply range at resumeGwendal Grignou2020-06-145-4/+47
* iio: accel: mxc4005: add support for mxc6655Christian Oder2020-06-141-0/+2
* iio: magnetometer: mmc35240: Constify struct reg_defaultRikard Falkeborn2020-06-141-1/+1
* iio: light: stk3310: Constify regmap_configRikard Falkeborn2020-06-141-1/+1
* iio: dac: ad5592r-base: Constify struct iio_chan_spec_ext_infoRikard Falkeborn2020-06-141-1/+1
* iio: dac: ad5380: Constify struct iio_chan_spec_ext_infoRikard Falkeborn2020-06-141-1/+1
* iio: adc: max11100: Constify struct iio_chan_specRikard Falkeborn2020-06-141-1/+1
* iio: imu: inv_mpu6050: Drop double check for ACPI companion deviceAndy Shevchenko2020-06-141-5/+1
* iio: magnetometer: ak8975: Add gpio reset supportJonathan Albrieux2020-06-141-0/+18
* iio: magnetometer: ak8975: Fix typo, uniform measurement unit styleJonathan Albrieux2020-06-141-2/+2
* dt-bindings: iio: magnetometer: ak8975: add gpio reset supportJonathan Albrieux2020-06-141-0/+7
* dt-bindings: iio: magnetometer: ak8975: convert format to yaml, add maintainerJonathan Albrieux2020-06-142-37/+76
* dt-bindings: iio: magnetometer: ak8975: reword gpios, add interrupts, fix styleJonathan Albrieux2020-06-141-6/+13
* iio: adc: Update debug printsJishnu Prakash2020-06-141-9/+9
* iio: adc: Update return value checksJishnu Prakash2020-06-141-6/+4
* iio: adc: Add support for PMIC7 ADCJishnu Prakash2020-06-143-3/+488
* iio: adc: Add info property under adc_dataJishnu Prakash2020-06-142-1/+4
* iio: adc: Add PMIC7 ADC bindingsJishnu Prakash2020-06-147-7/+366
* iio: adc: Convert the QCOM SPMI ADC bindings to .yaml formatJishnu Prakash2020-06-142-173/+252
* iio: accel: bma400: add support for bma400 spiDan Robertson2020-06-143-1/+128
* iio: chemical: atlas-ezo-sensor: move ret variable scope in atlas_ezo_read_raw()Matt Ranostay2020-06-141-2/+2
* iio: humidity: hts221: remove usage of iio_priv_to_dev()Alexandru Ardelean2020-06-143-8/+9
* iio: position: iqs624: remove usage of iio_priv_to_dev()Alexandru Ardelean2020-06-141-2/+4
* iio: light: iqs621: remove usage of iio_priv_to_dev()Alexandru Ardelean2020-06-141-2/+4
* iio: light: tsl2563: pass iio device as i2c_client private dataAlexandru Ardelean2020-06-141-5/+7
* Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-1261-593/+4245
|\
| * compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...Marco Elver2020-06-111-5/+8
| * compiler.h: Move function attributes to compiler_types.hMarco Elver2020-06-112-29/+29
| * compiler.h: Avoid nested statement expression in data_race()Marco Elver2020-06-111-5/+5
| * compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()Marco Elver2020-06-111-11/+2