[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191214152748.GA3460096@kroah.com>
Date: Sat, 14 Dec 2019 16:27:48 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Stephen Rothwell <sfr@...b.auug.org.au>
Cc: devel@...uxdriverproject.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Staging / IIO driver fixes for 5.5-rc2
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.5-rc2
for you to fetch changes up to 4bcd9eae731083bb724faf68cce6021213308333:
fbtft: Fix the initialization from property algorithm (2019-12-10 15:55:55 +0100)
----------------------------------------------------------------
Staging/IIO fixes for 5.5-rc2
Here are a number of small staging and IIO driver fixes for reported
issues for 5.5-rc2
Nothing major, a bunch of tiny IIO driver issues resolved, and some
staging driver fixes for things that people ran into with 5.5-rc1. Full
details are in the shortlog.
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Andrea Merello (1):
iio: ad7949: fix channels mixups
Andrea Righi (1):
staging: exfat: properly support discard in clr_alloc_bitmap()
Andy Shevchenko (1):
fbtft: Fix the initialization from property algorithm
Beniamin Bia (1):
iio: adc: ad7606: fix reading unnecessary data from device
Brendan Higgins (1):
staging: exfat: fix multiple definition error of `rename_file'
Chris Lesiak (1):
iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reporting
Chuhong Yuan (1):
iio: adc: max1027: fix not unregistered iio trigger
Colin Ian King (1):
iio: temperature: ltc2983: fix u32 read into a unsigned long long
Dan Carpenter (1):
iio: adc: intel_mrfld_adc: Allocating too much data in probe()
Geert Uytterhoeven (1):
iio: adc: max9611: Fix too short conversion time delay
Greg Kroah-Hartman (1):
Merge tag 'iio-fixes-for-5.5a' of git://git.kernel.org/.../jic23/iio into staging-linus
Guenter Roeck (1):
staging/octeon: Mark Ethernet driver as BROKEN
Jean-Baptiste Maneyrol (1):
iio: imu: inv_mpu6050: fix temperature reporting using bad unit
Johan Hovold (5):
staging: gigaset: fix general protection fault on probe
staging: gigaset: fix illegal free on probe errors
staging: gigaset: add endpoint-type sanity check
staging: rtl8188eu: fix interface sanity check
staging: rtl8712: fix interface sanity check
Kay Friedrich (1):
staging/wlan-ng: add CRC32 dependency in Kconfig
Linus Walleij (1):
staging: fbtft: Do not hardcode SPI CS polarity inversion
Lorenzo Bianconi (3):
iio: imu: st_lsm6dsx: fix decimation factor estimation
iio: imu: st_lsm6dsx: track hw FIFO buffering with fifo_mask
iio: imu: st_lsm6dsx: do not power-off accel if events are enabled
Marcelo Diop-Gonzalez (1):
staging: vchiq: call unregister_chrdev_region() when driver registration fails
Marcelo Schmitt (2):
dt-bindings: iio: adc: ad7292: Update SPDX identifier
dt-bindings: iio: adc: ad7292: fix constraint over channel quantity
Mircea Caprioru (1):
iio: adc: ad7124: Enable internal reference
YueHaibing (2):
iio: st_accel: Fix unused variable warning
staging: hp100: Fix build error without ETHERNET
.../devicetree/bindings/iio/adc/adi,ad7292.yaml | 5 ++-
drivers/iio/accel/st_accel_core.c | 8 +++-
drivers/iio/adc/ad7124.c | 7 ++-
drivers/iio/adc/ad7606.c | 2 +-
drivers/iio/adc/ad7949.c | 22 +++++++---
drivers/iio/adc/intel_mrfld_adc.c | 2 +-
drivers/iio/adc/max1027.c | 8 +++-
drivers/iio/adc/max9611.c | 16 ++++---
drivers/iio/humidity/hdc100x.c | 2 +-
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 23 +++++-----
drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 16 +++++--
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 6 +--
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 50 ++++++++++++++--------
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 34 ++++++++++++---
drivers/iio/temperature/ltc2983.c | 6 ++-
drivers/staging/exfat/exfat.h | 4 +-
drivers/staging/exfat/exfat_core.c | 10 +++--
drivers/staging/exfat/exfat_super.c | 4 +-
drivers/staging/fbtft/fb_uc1611.c | 12 ++++--
drivers/staging/fbtft/fb_watterott.c | 13 ++++--
drivers/staging/fbtft/fbtft-core.c | 6 +--
drivers/staging/hp/Kconfig | 1 +
drivers/staging/isdn/gigaset/usb-gigaset.c | 23 +++++++---
drivers/staging/octeon/Kconfig | 1 +
drivers/staging/rtl8188eu/os_dep/usb_intf.c | 2 +-
drivers/staging/rtl8712/usb_intf.c | 2 +-
.../vc04_services/interface/vchiq_arm/vchiq_arm.c | 2 +-
drivers/staging/wlan-ng/Kconfig | 1 +
28 files changed, 198 insertions(+), 90 deletions(-)
Powered by blists - more mailing lists