-
- Downloads
Merge tag 'iio-for-3.16a' of...
Merge tag 'iio-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next Jonathan writes: First round of IIO new driver, functionality and cleanups for the 3.16 cycle. New device support * AS3935 Lightning Sensor * MCP3426/7/8 support added to the existing MCP3422 ADC driver * AK8963 support in the AK8975 driver * MPU6500 support in the MPU6050 driver (the functionality that is different is mostly not supported yet in either part). Staging Graduations * AD799x ADC New functionality * ACPI enumeration for the ak8975 driver Cleanup / tweaks * Use snprintf as a matter of good practice in a few additional places. * Document *_mean_raw attributes. These have been there a while, but were undocumented. * Add an in kernel interface to get the mean values. * Bug in the length of the event info mask that by coincidence wasn't yet actually causing any problems. * itg3000 drop an unreachable return statement. * spear_adc cleanups (heading for a staging graduation but a few more issues showed up in the review of these patches). * Exynos ADC dependencies changed so it is only built when Exynos is present or COMPILE_TEST and OF are set. * tsl2583 cleanups. * Some cut and paste typos in the comments of various drivers still in staging. * Couple of minor improvements to the ST sensor drivers.
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-bus-iio 8 additions, 0 deletionsDocumentation/ABI/testing/sysfs-bus-iio
- Documentation/ABI/testing/sysfs-bus-iio-proximity-as3935 16 additions, 0 deletionsDocumentation/ABI/testing/sysfs-bus-iio-proximity-as3935
- Documentation/devicetree/bindings/iio/proximity/as3935.txt 28 additions, 0 deletionsDocumentation/devicetree/bindings/iio/proximity/as3935.txt
- Documentation/devicetree/bindings/vendor-prefixes.txt 1 addition, 0 deletionsDocumentation/devicetree/bindings/vendor-prefixes.txt
- drivers/iio/Kconfig 1 addition, 0 deletionsdrivers/iio/Kconfig
- drivers/iio/Makefile 1 addition, 0 deletionsdrivers/iio/Makefile
- drivers/iio/accel/st_accel_core.c 7 additions, 0 deletionsdrivers/iio/accel/st_accel_core.c
- drivers/iio/adc/Kconfig 16 additions, 4 deletionsdrivers/iio/adc/Kconfig
- drivers/iio/adc/Makefile 1 addition, 0 deletionsdrivers/iio/adc/Makefile
- drivers/iio/adc/ad799x.c 141 additions, 4 deletionsdrivers/iio/adc/ad799x.c
- drivers/iio/adc/mcp3422.c 28 additions, 5 deletionsdrivers/iio/adc/mcp3422.c
- drivers/iio/common/st_sensors/st_sensors_core.c 37 additions, 0 deletionsdrivers/iio/common/st_sensors/st_sensors_core.c
- drivers/iio/gyro/itg3200_core.c 0 additions, 2 deletionsdrivers/iio/gyro/itg3200_core.c
- drivers/iio/gyro/st_gyro_core.c 7 additions, 0 deletionsdrivers/iio/gyro/st_gyro_core.c
- drivers/iio/imu/inv_mpu6050/Kconfig 2 additions, 0 deletionsdrivers/iio/imu/inv_mpu6050/Kconfig
- drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 1 addition, 0 deletionsdrivers/iio/imu/inv_mpu6050/inv_mpu_core.c
- drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h 1 addition, 0 deletionsdrivers/iio/imu/inv_mpu6050/inv_mpu_iio.h
- drivers/iio/industrialio-core.c 4 additions, 2 deletionsdrivers/iio/industrialio-core.c
- drivers/iio/industrialio-event.c 3 additions, 1 deletiondrivers/iio/industrialio-event.c
- drivers/iio/inkern.c 18 additions, 0 deletionsdrivers/iio/inkern.c
Loading
Please register or sign in to comment