The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 6.11-rc3
Date: Sun, 11 Aug 2024 15:22:31 +0200	[thread overview]
Message-ID: <Zri7F8cRtyS1ylM2@kroah.com> (raw)

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@linuxfoundation.org>

----------------------------------------------------------------
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(-)

             reply	other threads:[~2024-08-11 13:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-11 13:22 Greg KH [this message]
2024-08-11 17:04 ` [GIT PULL] Char/Misc driver fixes for 6.11-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zri7F8cRtyS1ylM2@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox