All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Char/Misc driver fixes for 6.1-rc7
@ 2022-11-27 13:57 Greg KH
  2022-11-27 20:49 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2022-11-27 13:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-27 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-27 13:57 [GIT PULL] Char/Misc driver fixes for 6.1-rc7 Greg KH
2022-11-27 20:49 ` pr-tracker-bot

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.