Merge tag 'iio-for-4.12d' of...
Merge tag 'iio-for-4.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next Jonathan writes: Fourth set of IIO new device support, features and cleanups for the 4.12 cycle New device support * max1117, 1118 and 1119 - new ADC driver * max9611 - new ADC driver * pm8xxx hk/xoadc - new driver with some shared features broken out from the SPMI vadc. * sun4i-gpadc - A33 thermal sensor support (with associated rework) * stm32-dac - new driver and bindings * stm32 trigger - enable support of quadrature encoder device and counter modes Features * apds9960 - use the runtime pm for normal suspend * stm32-adc - add opition to sest resolution via devicetree * xoadc - augment DT bindings to deal with some weird mux cases Cleanups * ad5933 - protect direct mode using claim and release helpers * ade7759 - S_IRUGO and friends to octal in two goes * adis16203 - drop unnecessary brackets * hid-sensor - fix unbalanced pm_runtieme_enable error when probing after remove * lsm6dsx - use actual part numbers for device name when known - simplify data read pin parsing * mpu3050 - avoid double reporting errors
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-bus-iio-adc-max9611 17 additions, 0 deletionsDocumentation/ABI/testing/sysfs-bus-iio-adc-max9611
- Documentation/ABI/testing/sysfs-bus-iio-timer-stm32 67 additions, 4 deletionsDocumentation/ABI/testing/sysfs-bus-iio-timer-stm32
- Documentation/devicetree/bindings/iio/adc/max1118.txt 21 additions, 0 deletionsDocumentation/devicetree/bindings/iio/adc/max1118.txt
- Documentation/devicetree/bindings/iio/adc/max9611.txt 27 additions, 0 deletionsDocumentation/devicetree/bindings/iio/adc/max9611.txt
- Documentation/devicetree/bindings/iio/adc/qcom,pm8xxx-xoadc.txt 42 additions, 34 deletions...ntation/devicetree/bindings/iio/adc/qcom,pm8xxx-xoadc.txt
- Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt 4 additions, 0 deletionsDocumentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
- Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt 61 additions, 0 deletionsDocumentation/devicetree/bindings/iio/dac/st,stm32-dac.txt
- drivers/iio/adc/Kconfig 38 additions, 1 deletiondrivers/iio/adc/Kconfig
- drivers/iio/adc/Makefile 4 additions, 0 deletionsdrivers/iio/adc/Makefile
- drivers/iio/adc/max1118.c 307 additions, 0 deletionsdrivers/iio/adc/max1118.c
- drivers/iio/adc/max9611.c 585 additions, 0 deletionsdrivers/iio/adc/max9611.c
- drivers/iio/adc/qcom-pm8xxx-xoadc.c 1036 additions, 0 deletionsdrivers/iio/adc/qcom-pm8xxx-xoadc.c
- drivers/iio/adc/qcom-spmi-vadc.c 15 additions, 310 deletionsdrivers/iio/adc/qcom-spmi-vadc.c
- drivers/iio/adc/qcom-vadc-common.c 230 additions, 0 deletionsdrivers/iio/adc/qcom-vadc-common.c
- drivers/iio/adc/qcom-vadc-common.h 108 additions, 0 deletionsdrivers/iio/adc/qcom-vadc-common.h
- drivers/iio/adc/stm32-adc.c 49 additions, 1 deletiondrivers/iio/adc/stm32-adc.c
- drivers/iio/adc/sun4i-gpadc-iio.c 138 additions, 32 deletionsdrivers/iio/adc/sun4i-gpadc-iio.c
- drivers/iio/common/hid-sensors/hid-sensor-trigger.c 4 additions, 0 deletionsdrivers/iio/common/hid-sensors/hid-sensor-trigger.c
- drivers/iio/dac/Kconfig 15 additions, 0 deletionsdrivers/iio/dac/Kconfig
- drivers/iio/dac/Makefile 2 additions, 0 deletionsdrivers/iio/dac/Makefile
Loading
Please register or sign in to comment