[GIT PULL] Char/Misc driver fixes for 6.7-rc4

From: Greg KH
Date: Sat Dec 09 2023 - 08:53:13 EST


The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a:

Linux 6.7-rc4 (2023-12-03 18:52:56 +0900)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.7-rc5

for you to fetch changes up to b7c1e53751cb3990153084f31c41f25fde3b629c:

nvmem: Do not expect fixed layouts to grab a layout driver (2023-12-07 11:19:32 +0900)

----------------------------------------------------------------
Char/Misc driver fixes for 6.7-rc5

Here are some small fixes for 6.7-rc5 for a variety of small driver
subsystems. Included in here are:
- debugfs revert for reported issue
- greybus revert for reported issue
- greybus fixup for endian build warning
- coresight driver fixes
- nvmem driver fixes
- devcoredump fix
- parport new device id
- ndtest build fix

All of these have ben in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Alexander Usyskin (1):
mei: pxp: fix mei_pxp_send_message return value

Ayush Singh (1):
greybus: gb-beagleplay: Ensure le for values in transport

Cameron Williams (1):
parport: Add support for Brainboxes IX/UC/PX parallel cards

Greg Kroah-Hartman (3):
Merge 6.7-rc4 into char-misc-linus
Revert "greybus: gb-beagleplay: Ensure le for values in transport"
Merge tag 'coresight-fixes-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-next

James Clark (1):
coresight: Fix crash when Perf and sysfs modes are used concurrently

Johannes Berg (1):
Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"

Junhao He (4):
hwtracing: hisi_ptt: Add dummy callback pmu::read()
coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smb
coresight: ultrasoc-smb: Config SMB buffer before register sink
coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base

Miquel Raynal (1):
nvmem: Do not expect fixed layouts to grab a layout driver

Mukesh Ojha (1):
devcoredump: Send uevent once devcd is ready

Randy Dunlap (1):
greybus: BeaglePlay driver needs CRC_CCITT

Su Hui (2):
misc: mei: client.c: return negative error code in mei_cl_write
misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write

Uwe Kleine-König (1):
coresight: etm4x: Remove bogous __exit annotation for some functions

Vegard Nossum (1):
Documentation: coresight: fix `make refcheckdocs` warning

Yi Zhang (1):
ndtest: fix typo class_regster -> class_register

Yicong Yang (2):
hwtracing: hisi_ptt: Handle the interrupt in hardirq context
hwtracing: hisi_ptt: Don't try to attach a task

Documentation/trace/coresight/coresight.rst | 2 +-
drivers/base/devcoredump.c | 3 ++
drivers/greybus/Kconfig | 1 +
drivers/hwtracing/coresight/coresight-etm-perf.c | 4 +-
drivers/hwtracing/coresight/coresight-etm4x-core.c | 6 +--
drivers/hwtracing/coresight/ultrasoc-smb.c | 58 +++++++++-------------
drivers/hwtracing/coresight/ultrasoc-smb.h | 6 +--
drivers/hwtracing/ptt/hisi_ptt.c | 14 ++++--
drivers/misc/mei/client.c | 4 +-
drivers/misc/mei/pxp/mei_pxp.c | 3 +-
drivers/nvmem/core.c | 6 +++
drivers/parport/parport_pc.c | 21 ++++++++
fs/debugfs/file.c | 10 ----
fs/debugfs/inode.c | 7 ---
fs/debugfs/internal.h | 6 ---
tools/testing/nvdimm/test/ndtest.c | 2 +-
16 files changed, 79 insertions(+), 74 deletions(-)