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.1-rc7
Date: Sun, 27 Nov 2022 14:57:49 +0100	[thread overview]
Message-ID: <Y4Ns3bc9AF2L1Bw7@kroah.com> (raw)

The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:

  Linux 6.1-rc6 (2022-11-20 16:02:16 -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.1-rc7

for you to fetch changes up to 8ac3b5cd3e0521d92f9755e90d140382fc292510:

  lib/vdso: use "grep -E" instead of "egrep" (2022-11-23 19:50:15 +0100)

----------------------------------------------------------------
Char/Misc driver fixes for 6.1-rc7

Here are some small driver fixes for 6.1-rc7, they include:
	- build warning fix for the vdso when using new versions of grep
	- iio driver fixes for reported issues
	- small nvmem driver fixes
	- fpga Kconfig fix
	- interconnect dt binding fix

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

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

----------------------------------------------------------------
Alejandro Concepción Rodríguez (1):
      iio: light: apds9960: fix wrong register for gesture gain

Billy Tsai (2):
      iio: adc: aspeed: Remove the trim valid dts property.
      dt-bindings: iio: adc: Remove the property "aspeed,trim-data-valid"

Chen Zhongjin (1):
      iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails

Dong Chenchen (1):
      iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()

Greg Kroah-Hartman (4):
      Merge tag 'fpga-for-6.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga into work-linus
      Merge tag 'iio-fixes-for-6.1c' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
      Merge tag 'icc-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus
      lib/vdso: use "grep -E" instead of "egrep"

Horatiu Vultur (1):
      nvmem: lan9662-otp: Change return type of lan9662_otp_wait_flag_clear()

Krzysztof Kozlowski (1):
      dt-bindings: interconnect: qcom,msm8998-bwmon: Correct SC7280 CPU compatible

Paul Gazzillo (1):
      iio: light: rpr0521: add missing Kconfig dependencies

Russ Weight (1):
      fpga: m10bmc-sec: Fix kconfig dependencies

Wei Yongjun (3):
      iio: health: afe4403: Fix oob read in afe4403_read_raw
      iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw
      nvmem: rmem: Fix return value check in rmem_read()

 .../devicetree/bindings/iio/adc/aspeed,ast2600-adc.yaml      |  7 -------
 .../devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml |  2 +-
 drivers/fpga/Kconfig                                         |  4 +++-
 drivers/iio/accel/bma400_core.c                              |  4 +++-
 drivers/iio/adc/aspeed_adc.c                                 | 11 +++++------
 drivers/iio/health/afe4403.c                                 |  5 +++--
 drivers/iio/health/afe4404.c                                 | 12 +++++++-----
 drivers/iio/industrialio-sw-trigger.c                        |  6 +++++-
 drivers/iio/light/Kconfig                                    |  2 ++
 drivers/iio/light/apds9960.c                                 | 12 ++++++------
 drivers/nvmem/lan9662-otpc.c                                 |  2 +-
 drivers/nvmem/rmem.c                                         |  4 ++--
 lib/vdso/Makefile                                            |  2 +-
 13 files changed, 39 insertions(+), 34 deletions(-)

             reply	other threads:[~2022-11-27 14:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-27 13:57 Greg KH [this message]
2022-11-27 20:49 ` [GIT PULL] Char/Misc driver fixes for 6.1-rc7 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=Y4Ns3bc9AF2L1Bw7@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.