[GIT,PULL] Char/Misc driver fixes for 6.1-rc7

Message ID Y4Ns3bc9AF2L1Bw7@kroah.com
State New
Headers
Series [GIT,PULL] Char/Misc driver fixes for 6.1-rc7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.1-rc7

Message

Greg KH Nov. 27, 2022, 1:57 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 27, 2022, 8:49 p.m. UTC | #1
The pull request you sent on Sun, 27 Nov 2022 14:57:49 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.1-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/db3182484f9fb472137cc9a3c41b3d69530b40ad

Thank you!