[GIT PULL] Char/Misc driver fixes for 6.11-rc3

From: Greg KH
Date: Sun Aug 11 2024 - 09:22:44 EST


The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.11-rc3

for you to fetch changes up to ffcf2eb4bfa24f7256de53a95182c3e3e23fdc6c:

spmi: pmic-arb: add missing newline in dev_err format strings (2024-07-31 13:49:28 +0200)

----------------------------------------------------------------
Char/Misc fixes for 6.11-rc3

Here are some small char/misc/other driver fixes for 6.11-rc3 for
reported issues. Included in here are:
- binder driver fixes
- fsi MODULE_DESCRIPTION() additions (people seem to love them...)
- eeprom driver fix
- Kconfig dependency fix to resolve build issues
- spmi driver fixes

All of these have been in linux-next for a while with no reported
problems.

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

----------------------------------------------------------------
Armin Wolf (1):
eeprom: ee1004: Fix locking issues in ee1004_probe()

Arnd Bergmann (1):
misc: mrvl-cn10k-dpi: add PCI_IOV dependency

Carlos Llamas (1):
binder: fix descriptor lookup for context manager

David Collins (1):
spmi: pmic-arb: add missing newline in dev_err format strings

Jeff Johnson (2):
fsi: add missing MODULE_DESCRIPTION() macros
char: add missing NetWinder MODULE_DESCRIPTION() macros

Konrad Dybcio (1):
spmi: pmic-arb: Pass the correct of_node to irq_domain_add_tree

Mukesh Ojha (1):
binder_alloc: Fix sleeping function called from invalid context

drivers/android/binder.c | 15 +++-----
drivers/android/binder_alloc.c | 2 +-
drivers/android/dbitmap.h | 22 ++++-------
drivers/char/ds1620.c | 1 +
drivers/char/nwbutton.c | 1 +
drivers/char/nwflash.c | 1 +
drivers/fsi/fsi-core.c | 1 +
drivers/fsi/fsi-master-aspeed.c | 1 +
drivers/fsi/fsi-master-ast-cf.c | 3 +-
drivers/fsi/fsi-master-gpio.c | 1 +
drivers/fsi/fsi-master-hub.c | 1 +
drivers/fsi/fsi-scom.c | 1 +
drivers/misc/Kconfig | 2 +-
drivers/misc/eeprom/ee1004.c | 85 ++++++++++++++++++++++++-----------------
drivers/spmi/spmi-pmic-arb.c | 11 +++---
15 files changed, 81 insertions(+), 67 deletions(-)