[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20160207052221.GA11191@kroah.com>
Date: Sat, 6 Feb 2016 21:22:21 -0800
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, devel@...uxdriverproject.org
Subject: [GIT PULL] Staging driver fixes for 4.5-rc3
The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3:
Linux 4.5-rc2 (2016-01-31 18:12:16 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.5-rc3
for you to fetch changes up to 5982557ac6ee5d36a02248be18a2ba945360d9f6:
Merge tag 'iio-fixes-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2016-02-01 13:08:26 -0800)
----------------------------------------------------------------
Staging / IIO driver fixes for 4.5-rc3
Here are some IIO and staging driver fixes for 4.5-rc3. All of them,
except one, are for IIO drivers, and one is for a speakup driver fix
caused by some earlier patches, to resolve a reported build failure.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Abhilash Jindal (1):
iio: dht11: Use boottime
Akinobu Mita (1):
iio: pressure: mpl115: fix temperature offset sign
Arnd Bergmann (1):
iio: ade7753: avoid uninitialized data
Dan Carpenter (1):
iio: inkern: fix a NULL dereference on error
Gabriele Mazzotta (1):
iio: light: acpi-als: Report data as processed
Greg Kroah-Hartman (2):
Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/.../jic23/iio into staging-linus
Merge tag 'iio-fixes-for-4.5b' of git://git.kernel.org/.../jic23/iio into staging-linus
Jonathan Cameron (1):
iio:adc:ti_am335x_adc Fix buffered mode by identifying as software buffer.
Markus Elfring (1):
iio-light: Use a signed return type for ltr501_match_samp_freq()
Matt Ranostay (1):
iio: proximity: lidar: correct return value
Richard Weinberger (3):
iio: adc: Fix dependencies for !HAS_IOMEM archs
staging: iio: Fix dependencies for !HAS_IOMEM archs
iio: imu: Fix dependencies for !HAS_IOMEM archs
Samuel Thibault (1):
Staging: speakup: Fix allyesconfig build on mn10300
Vegard Nossum (2):
iio: add IIO_TRIGGER dependency to STK8BA50
iio: add HAS_IOMEM dependency to VF610_ADC
Yong Li (1):
iio: dac: mcp4725: set iio name property in sysfs
drivers/iio/accel/Kconfig | 1 +
drivers/iio/adc/Kconfig | 3 +++
drivers/iio/adc/ti_am335x_adc.c | 2 +-
drivers/iio/dac/mcp4725.c | 1 +
drivers/iio/humidity/dht11.c | 8 ++++----
drivers/iio/imu/inv_mpu6050/Kconfig | 2 +-
drivers/iio/inkern.c | 2 ++
drivers/iio/light/acpi-als.c | 6 ++++--
drivers/iio/light/ltr501.c | 2 +-
drivers/iio/pressure/mpl115.c | 2 +-
drivers/iio/proximity/pulsedlight-lidar-lite-v2.c | 2 +-
drivers/staging/iio/adc/Kconfig | 1 +
drivers/staging/iio/meter/ade7753.c | 12 ++++++++++--
drivers/staging/speakup/Kconfig | 2 +-
14 files changed, 32 insertions(+), 14 deletions(-)
Powered by blists - more mailing lists