i2c: slave-eeprom: update documentation to recent changes

Support for 16-bit addresses has been added, so remove it from the todo
list. Also, in the introductory sentence, may clear we talk about "slave
IP cores" to make reading easier.

Fixes: 82d5148154 ("i2c-eeprom_slave: Add support for more eeprom models")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
This commit is contained in:
Wolfram Sang 2020-05-25 11:59:34 +02:00 коммит произвёл Wolfram Sang
Родитель bee0d92c89
Коммит 468ed57fd2
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -5,10 +5,9 @@
* Copyright (C) 2014 by Wolfram Sang, Sang Engineering <wsa@sang-engineering.com> * Copyright (C) 2014 by Wolfram Sang, Sang Engineering <wsa@sang-engineering.com>
* Copyright (C) 2014 by Renesas Electronics Corporation * Copyright (C) 2014 by Renesas Electronics Corporation
* *
* Because most IP blocks can only detect one I2C slave address anyhow, this * Because most slave IP cores can only detect one I2C slave address anyhow,
* driver does not support simulating EEPROM types which take more than one * this driver does not support simulating EEPROM types which take more than
* address. It is prepared to simulate bigger EEPROMs with an internal 16 bit * one address.
* pointer, yet implementation is deferred until the need actually arises.
*/ */
/* /*