From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Wolfram, This release's PR is surprisingly big for at24. We have some new features and some minor tweaks - details are in the signed tag. Please pull. The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-updates-for-v5.10 for you to fetch changes up to 61f764c307f6b2079b7af0d4fb7951402b824967: eeprom: at24: Support custom device names for AT24 EEPROMs (2020-09-25 15:33:04 +0200) ---------------------------------------------------------------- at24 updates for v5.10 - add support for masking sensitive data in VAIO EEPROMs - set the nvmem TYPE to NVMEM_TYPE_EEPROM - add support for the new 'label' property - set the nvmem ID to NVMEM_DEVID_AUTO by default (for backward compatibility) or to NVMEM_DEVID_NONE if label is defined ---------------------------------------------------------------- Jean Delvare (2): eeprom: at24: Add support for the Sony VAIO EEPROMs eeprom: at24: Tidy at24_read() Jon Hunter (3): eeprom: at24: Initialise AT24 NVMEM ID field dt-bindings: eeprom: at24: Add label property for AT24 eeprom: at24: Support custom device names for AT24 EEPROMs Vadym Kochan (1): eeprom: at24: set type id as EEPROM Documentation/devicetree/bindings/eeprom/at24.yaml | 3 + drivers/misc/eeprom/at24.c | 71 +++++++++++++++++++--- 2 files changed, 67 insertions(+), 7 deletions(-)