From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Hi Wolfram, please pull the following set of updates for at24 for the v5.3 merge window. Best regards, Bartosz Golaszewski The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/at24-v5.3-updates-for-wolfram for you to fetch changes up to dce91ba39c765b2b90d07c717683abcdd9891592: eeprom: at24: modify a comment referring to platform data (2019-06-27 15:55:08 +0200) ---------------------------------------------------------------- at24: updates for v5.3 - simplify the probing code by using devm_i2c_new_dummy_device() - simplify the code further by moving the code around a bit - use struct_size() instead of calculating the required structure size by hand - remove any references to now removed platform data from comments ---------------------------------------------------------------- Bartosz Golaszewski (3): eeprom: at24: use devm_i2c_new_dummy_device() eeprom: at24: drop unnecessary label eeprom: at24: modify a comment referring to platform data Gustavo A. R. Silva (1): eeprom: at24: use struct_size() in devm_kzalloc() YueHaibing (1): eeprom: at24: Remove set but not used variable 'addr' drivers/misc/eeprom/at24.c | 86 +++++++++++++++------------------------------- 1 file changed, 28 insertions(+), 58 deletions(-)