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.7-rc6
Date: Sat, 23 Dec 2023 10:36:09 +0100	[thread overview]
Message-ID: <ZYaqCSpr15clmOb9@kroah.com> (raw)

The following changes since commit a39b6ac3781d46ba18193c9dbb2110f31e9bffe9:

  Linux 6.7-rc5 (2023-12-10 14:33:40 -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.7-rc7

for you to fetch changes up to 159f5bdadcdda638aad5a234b58d6031aa4ef8aa:

  debugfs: initialize cancellations earlier (2023-12-22 07:33:02 +0100)

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

Here are a small number of various driver fixes for 6.7-rc7 that
normally come through the char-misc tree, and one debugfs fix as well.
Included in here are:
  - iio and hid sensor driver fixes for a number of small things
  - interconnect driver fixes
  - brcm_nvmem driver fixes
  - debugfs fix for previous fix
  - guard() definition in device.h so that many subsystems can start
    using it for 6.8-rc1 (requested by Dan Williams to make future
    merges easier.)

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

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

----------------------------------------------------------------
Bjorn Andersson (1):
      interconnect: qcom: icc-rpm: Fix peak rate calculation

Dan Williams (1):
      driver core: Add a guard() definition for the device_lock()

David Lechner (1):
      iio: triggered-buffer: prevent possible freeing of wrong buffer

Fabio Estevam (1):
      dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp

George Stark (1):
      iio: adc: meson: add separate config for axg SoC family

Greg Kroah-Hartman (2):
      Merge tag 'icc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus
      Merge tag 'iio-fixes-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus

Haibo Chen (1):
      iio: adc: imx93: add four channels for imx93 adc

Javier Carrasco (3):
      iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time table
      iio: tmag5273: fix temperature offset
      iio: adc: MCP3564: fix calib_bias and calib_scale range checks

Johannes Berg (1):
      debugfs: initialize cancellations earlier

Konrad Dybcio (1):
      interconnect: qcom: sm8250: Enable sync_state

Marius Cristea (1):
      iio: adc: MCP3564: fix hardware identification logic

Matti Vaittinen (1):
      iio: kx022a: Fix acceleration value scaling

Mike Tipton (1):
      interconnect: Treat xlate() returning NULL node as an error

Nuno Sa (2):
      iio: imu: adis16475: add spi_device_id table
      iio: imu: adis16475: use bit numbers in assign_bit()

Rafał Miłecki (1):
      nvmem: brcm_nvram: store a copy of NVRAM content

Srinivas Pandruvada (2):
      Revert "iio: hid-sensor-als: Add light chromaticity support"
      Revert "iio: hid-sensor-als: Add light color temperature support"

Su Hui (1):
      iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw

Wadim Egorov (1):
      iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()

 .../devicetree/bindings/nvmem/mxs-ocotp.yaml       |  10 +-
 drivers/iio/accel/kionix-kx022a.c                  |  37 ++++--
 drivers/iio/adc/imx93_adc.c                        |   4 +
 drivers/iio/adc/mcp3564.c                          |   8 +-
 drivers/iio/adc/meson_saradc.c                     |  16 ++-
 drivers/iio/adc/ti_am335x_adc.c                    |   4 +-
 drivers/iio/buffer/industrialio-triggered-buffer.c |  10 ++
 drivers/iio/common/ms_sensors/ms_sensors_i2c.c     |   4 +-
 drivers/iio/imu/adis16475.c                        | 121 +++++++++++--------
 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c         |   4 +-
 drivers/iio/light/hid-sensor-als.c                 | 100 +--------------
 drivers/iio/magnetometer/tmag5273.c                |   2 +-
 drivers/interconnect/core.c                        |   3 +
 drivers/interconnect/qcom/icc-rpm.c                |   2 +-
 drivers/interconnect/qcom/sm8250.c                 |   1 +
 drivers/nvmem/brcm_nvram.c                         | 134 +++++++++++++++------
 fs/debugfs/file.c                                  |   6 +-
 include/linux/device.h                             |   2 +
 include/linux/hid-sensor-ids.h                     |   4 -
 19 files changed, 254 insertions(+), 218 deletions(-)

             reply	other threads:[~2023-12-23  9:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-23  9:36 Greg KH [this message]
2023-12-23 20:21 ` [GIT PULL] Char/Misc driver fixes for 6.7-rc6 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=ZYaqCSpr15clmOb9@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.