-
- Downloads
Merge tag 'iio-fixes-for-4.5a' of...
Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus Jonathan writes: First set of IIO fixes for the 4.5 cycle. This set comprises those not dependent on patches in the 4.5 merge cycle. A second set will follow shortly with ones that are. * core in kernel interfaces - fix a possible NULL dereference that is a theoretical possibility via odd usage of iio_channel_release. Pretty much a hardening of the interface, but observed in the wild with the twl4030_charger driver. * acpi-als - report the data as processed as it is in lux. This fixes a wrong use of the IIO ABI. However, old _raw version retained to avoid breaking any userspace in the wild that is relying on that (none known but it doesn't hurt us much to retain it) * ade7753 - fix some error handling to avoid use of unitialized data. * ltr501 - use a signed return type for ltr501_match_samp_freq so as to allow returning of an error code. * mcp4725 - set name field of struct iio_dev to ensure the sysfs name attribute doesn't give NULL. * mpl115 - temperature offset sign is wrong. * stk8ba50 - IIO_TRIGGER dependency added * ti_am335x_adc - Label buffer as a software buffer. It's actually a hybrid of a true hardware buffer feeding a kfifo, but the meaning of these fields has changed a little recently and in this case it should be labeled a software buffer ensure it is allowed to use the kfifo. * vf610_adc - HAS_IOMEM dependency
No related branches found
No related tags found
Showing
- drivers/iio/accel/Kconfig 1 addition, 0 deletionsdrivers/iio/accel/Kconfig
- drivers/iio/adc/Kconfig 1 addition, 0 deletionsdrivers/iio/adc/Kconfig
- drivers/iio/adc/ti_am335x_adc.c 1 addition, 1 deletiondrivers/iio/adc/ti_am335x_adc.c
- drivers/iio/dac/mcp4725.c 1 addition, 0 deletionsdrivers/iio/dac/mcp4725.c
- drivers/iio/inkern.c 2 additions, 0 deletionsdrivers/iio/inkern.c
- drivers/iio/light/acpi-als.c 4 additions, 2 deletionsdrivers/iio/light/acpi-als.c
- drivers/iio/light/ltr501.c 1 addition, 1 deletiondrivers/iio/light/ltr501.c
- drivers/iio/pressure/mpl115.c 1 addition, 1 deletiondrivers/iio/pressure/mpl115.c
- drivers/staging/iio/meter/ade7753.c 10 additions, 2 deletionsdrivers/staging/iio/meter/ade7753.c
Please register or sign in to comment