All of lore.kernel.org
 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.6-final
Date: Sat, 28 Oct 2023 09:20:03 +0200	[thread overview]
Message-ID: <ZTy2I5Y4EnVLIvod@kroah.com> (raw)

The following changes since commit 58720809f52779dc0f08e53e54b014209d13eebb:

  Linux 6.6-rc6 (2023-10-15 13:34:39 -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.6-final

for you to fetch changes up to 28926daf731f72d0537767fdbab2a3e06e31190a:

  fpga: Fix memory leak for fpga_region_test_class_find() (2023-10-24 19:32:39 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 6.6-final

Here are some very small driver fixes for 6.6-final that have shown up
in the past 2 weeks.  Included in here are:
  - tiny fastrpc bugfixes for reported errors
  - nvmem register fixes
  - iio driver fixes for some reported problems
  - fpga test fix
  - MAINTAINERS file update for fpga

All of these have been in linux-next this week with no reported
problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Ekansh Gupta (4):
      misc: fastrpc: Reset metadata buffer to avoid incorrect free
      misc: fastrpc: Free DMA handles for RPC calls with no arguments
      misc: fastrpc: Clean buffers on remote invocation failures
      misc: fastrpc: Unmap only if buffer is unmapped from DSP

Greg Kroah-Hartman (1):
      Merge tag 'iio-fixes-for-6.6b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus

Jinjie Ruan (1):
      fpga: Fix memory leak for fpga_region_test_class_find()

Krzysztof Kozlowski (1):
      dt-bindings: iio: add missing reset-gpios constrain

Linus Walleij (1):
      iio: afe: rescale: Accept only offset channels

Marco Pagani (1):
      fpga: disable KUnit test suites when module support is enabled

Marek Szyprowski (1):
      iio: exynos-adc: request second interupt only when touchscreen mode is used

Peng Fan (3):
      nvmem: imx: correct nregs for i.MX6SLL
      nvmem: imx: correct nregs for i.MX6UL
      nvmem: imx: correct nregs for i.MX6ULL

Robert Hancock (2):
      iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholds
      iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale

Russ Weight (1):
      fpga: m10bmc-sec: Change contact for secure update driver

 .../testing/sysfs-driver-intel-m10-bmc-sec-update  | 14 ++++----
 .../devicetree/bindings/iio/addac/adi,ad74115.yaml |  3 +-
 .../devicetree/bindings/iio/dac/adi,ad5758.yaml    |  3 +-
 .../devicetree/bindings/iio/health/ti,afe4403.yaml |  3 +-
 .../devicetree/bindings/iio/health/ti,afe4404.yaml |  3 +-
 MAINTAINERS                                        |  2 +-
 drivers/fpga/tests/Kconfig                         |  4 +--
 drivers/fpga/tests/fpga-region-test.c              |  2 ++
 drivers/iio/adc/exynos_adc.c                       | 24 +++++++------
 drivers/iio/adc/xilinx-xadc-core.c                 | 39 ++++++++--------------
 drivers/iio/adc/xilinx-xadc.h                      |  2 ++
 drivers/iio/afe/iio-rescale.c                      | 19 ++++++++---
 drivers/misc/fastrpc.c                             | 34 +++++++++----------
 drivers/nvmem/imx-ocotp.c                          |  6 ++--
 14 files changed, 85 insertions(+), 73 deletions(-)

             reply	other threads:[~2023-10-28  7:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-28  7:20 Greg KH [this message]
2023-10-28 18:00 ` [GIT PULL] Char/Misc driver fixes for 6.6-final 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=ZTy2I5Y4EnVLIvod@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.