Message ID | 20231018084610.13693-1-brgl@bgdev.pl |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] at24: updates for v6.7 | expand |
On Wed, Oct 18, 2023 at 10:46:10AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > > Wolfram, > > Please pull the following updates for the at24 driver for the upcoming merge > window. Details are in the signed tag. > > Thanks, > Bartosz Pulled, thanks!
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Wolfram, Please pull the following updates for the at24 driver for the upcoming merge window. Details are in the signed tag. Thanks, Bartosz The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-updates-for-v6.7 for you to fetch changes up to 3774740fb22162d2c50e79629c4b3e11022ed7d9: eeprom: at24: add ST M24C64-D Additional Write lockable page support (2023-10-16 08:49:15 +0200) ---------------------------------------------------------------- at24 updates for v6.7 - support the write-lockable pages on two more models - drop at24_get_chip_data() - use the new __counted_by() attribute in struct at24_data ---------------------------------------------------------------- Alexander Stein (2): dt-bindings: at24: add ST M24C64-D Additional Write lockable page eeprom: at24: add ST M24C64-D Additional Write lockable page support Biju Das (1): eeprom: at24: Drop at24_get_chip_data() Kees Cook (1): eeprom: at24: Annotate struct at24_data with __counted_by Marek Vasut (2): dt-bindings: at24: add ST M24C32-D Additional Write lockable page eeprom: at24: add ST M24C32-D Additional Write lockable page support Documentation/devicetree/bindings/eeprom/at24.yaml | 4 +++ drivers/misc/eeprom/at24.c | 42 +++++++--------------- 2 files changed, 16 insertions(+), 30 deletions(-)