Messages in this thread |  | | Date | Sun, 9 Apr 2017 10:11:54 +0200 | From | Greg KH <> | Subject | [GIT PULL] Staging/IIO driver fixes for 4.11-rc6 |
| |
The following changes since commit c02ed2e75ef4c74e41e421acb4ef1494671585e8:
Linux 4.11-rc4 (2017-03-26 14:15:16 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.11-rc6
for you to fetch changes up to 97fbfef6bd597888485b653175fb846c6998b60c:
staging: android: ashmem: lseek failed due to no FMODE_LSEEK. (2017-04-08 12:13:11 +0200)
---------------------------------------------------------------- Staging/IIO fixes for 4.11-rc6
Here are a number of small IIO and staging driver fixes for 4.11-rc6. Nothing big here, just iio fixes for reported issues, and an ashmem fix for a very old bug that has been reported by a number of Android vendors.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---------------------------------------------------------------- Enric Balletbo i Serra (1): iio: cros_ec_sensors: Fix return value to get raw and calibbias data.
Greg Kroah-Hartman (1): Merge tag 'iio-fixes-for-4.11d' of git://git.kernel.org/.../jic23/iio into staging-linus
Nikolaus Schulz (1): iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative values
Quentin Schulz (1): iio: bmg160: reset chip when probing
Shrirang Bagul (1): iio: st_pressure: initialize lps22hb bootime
Shuxiao Zhang (1): staging: android: ashmem: lseek failed due to no FMODE_LSEEK.
Song Hongyan (1): iio: hid-sensor-attributes: Fix sensor property setting failure.
Srinivas Pandruvada (1): iio: accel: hid-sensor-accel-3d: Fix duplicate scan index error
drivers/iio/accel/hid-sensor-accel-3d.c | 3 ++- drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c | 4 ++-- drivers/iio/common/hid-sensors/hid-sensor-attributes.c | 10 ++++++++++ drivers/iio/gyro/bmg160_core.c | 12 ++++++++++++ drivers/iio/industrialio-core.c | 7 +++---- drivers/iio/pressure/st_pressure_core.c | 1 + drivers/staging/android/ashmem.c | 1 + 7 files changed, 31 insertions(+), 7 deletions(-)
|  |