mbox series

[GIT,PULL] at24: fixes for v6.9-rc6

Message ID 20240425115847.18359-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] at24: fixes for v6.9-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-fixes-for-v6.9-rc6

Message

Bartosz Golaszewski April 25, 2024, 11:58 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Wolfram,

Please pull the following set of fixes for the next RC.

Thanks,
Bartosz

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-fixes-for-v6.9-rc6

for you to fetch changes up to f42c97027fb75776e2e9358d16bf4a99aeb04cf2:

  eeprom: at24: fix memory corruption race condition (2024-04-23 10:07:48 +0200)

----------------------------------------------------------------
at24 fixes for v6.9-rc6

- move the nvmem registration after the test one-byte read to improve the
  situation with a race condition in nvmem
- fix the DT schema for ST M24C64-D

----------------------------------------------------------------
Daniel Okazaki (1):
      eeprom: at24: fix memory corruption race condition

Rob Herring (1):
      dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schema

 Documentation/devicetree/bindings/eeprom/at24.yaml |  5 +----
 drivers/misc/eeprom/at24.c                         | 18 +++++++++---------
 2 files changed, 10 insertions(+), 13 deletions(-)