OSDN Git Service

eeprom: at24: Add support for 24c1025 EEPROM
authorMaxim Kochetkov <fido_max@inbox.ru>
Fri, 10 Dec 2021 18:26:03 +0000 (21:26 +0300)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 13 Dec 2021 13:42:39 +0000 (14:42 +0100)
commitd08aea21c89dc2d302cadb5c2cc5410b6c3395c8
tree442c839360b273e422a2165fbaa4c29fc9db251c
parent151a1523160e254fe0c175f540c92cbf7f3cd489
eeprom: at24: Add support for 24c1025 EEPROM

Microchip EEPROM 24xx1025 is like a 24c1024. The only difference
between them is that the I2C address bit used to select between the
two banks is bit 2 for the 1025 and not bit 0 as in the 1024.

Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/misc/eeprom/at24.c