[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZetLL3YjQ32l-2pW@kroah.com>
Date: Fri, 8 Mar 2024 17:30:23 +0000
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 6.8-rc8
The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d:
Linux 6.8-rc5 (2024-02-18 12:56:25 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.8-rc8
for you to fetch changes up to a0776c214d47ea4f7aaef138095beaa41cff03ef:
mei: gsc_proxy: match component when GSC is on different bus (2024-03-05 14:30:09 +0000)
----------------------------------------------------------------
Char/Misc driver changes for 6.8-rc8 (or -final)
Here are a few small char/misc and other driver subsystem fixes for
reported issues that have been in my tree for inclusion in 6.8-rc8 or
-final, which ever is next.
Included in here are fixes for:
- iio driver fixes for reported problems
- much reported bugfix for a lis3lv02d_i2c regression
- comedi driver bugfix
- mei new device ids
- mei driver fixes
- counter core fix
All of these have been in linux-next with no reported issues, some for
many weeks.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Alexander Usyskin (3):
mei: me: add arrow lake point S DID
mei: me: add arrow lake point H DID
mei: gsc_proxy: match component when GSC is on different bus
Cosmin Tanislav (2):
iio: accel: adxl367: fix DEVID read after reset
iio: accel: adxl367: fix I2C FIFO data register
Ekansh Gupta (1):
misc: fastrpc: Pass proper arguments to scm call
Frej Drejhammar (1):
comedi: comedi_8255: Correct error in subdevice initialization
Greg Kroah-Hartman (2):
Merge tag 'counter-fixes-for-6.8b' of https://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-linus
Merge tag 'iio-fixes-for-6.8b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus
Hans de Goede (1):
misc: lis3lv02d_i2c: Fix regulators getting en-/dis-abled twice on suspend/resume
Ian Abbott (1):
comedi: comedi_test: Prevent timers rescheduling during deletion
Jean-Baptiste Maneyrol (2):
iio: imu: inv_mpu6050: fix FIFO parsing when empty
iio: imu: inv_mpu6050: fix frequency setting when chip is off
Kees Cook (1):
iio: pressure: dlhl60d: Initialize empty DLH bytes
Nuno Sa (1):
counter: fix privdata alignment
Vasileios Amoiridis (1):
iio: pressure: Fixes BMP38x and BMP390 SPI support
Wentong Wu (1):
mei: Add Meteor Lake support for IVSC device
drivers/comedi/drivers/comedi_8255.c | 1 +
drivers/comedi/drivers/comedi_test.c | 30 +++++++++++++---
drivers/counter/counter-core.c | 7 ++--
drivers/iio/accel/adxl367.c | 8 +++--
drivers/iio/accel/adxl367_i2c.c | 2 +-
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c | 2 ++
drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c | 5 +++
drivers/iio/pressure/bmp280-spi.c | 50 ++++++++++++++++++++++++++-
drivers/iio/pressure/dlhl60d.c | 7 ++--
drivers/misc/fastrpc.c | 10 +++---
drivers/misc/lis3lv02d/lis3lv02d_i2c.c | 21 ++++++-----
drivers/misc/mei/gsc_proxy/mei_gsc_proxy.c | 8 +++--
drivers/misc/mei/hw-me-regs.h | 2 ++
drivers/misc/mei/pci-me.c | 2 ++
drivers/misc/mei/vsc-tp.c | 1 +
15 files changed, 126 insertions(+), 30 deletions(-)
Powered by blists - more mailing lists