diff options
Diffstat (limited to 'drivers/i2c/i2c-slave-eeprom.c')
-rw-r--r-- | drivers/i2c/i2c-slave-eeprom.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/i2c/i2c-slave-eeprom.c b/drivers/i2c/i2c-slave-eeprom.c index b2039f94c9d8..be65d3842878 100644 --- a/drivers/i2c/i2c-slave-eeprom.c +++ b/drivers/i2c/i2c-slave-eeprom.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * I2C slave mode EEPROM simulator | 3 | * I2C slave mode EEPROM simulator |
3 | * | 4 | * |
4 | * Copyright (C) 2014 by Wolfram Sang, Sang Engineering <wsa@sang-engineering.com> | 5 | * Copyright (C) 2014 by Wolfram Sang, Sang Engineering <wsa@sang-engineering.com> |
5 | * Copyright (C) 2014 by Renesas Electronics Corporation | 6 | * Copyright (C) 2014 by Renesas Electronics Corporation |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; version 2 of the License. | ||
10 | * | ||
11 | * Because most IP blocks can only detect one I2C slave address anyhow, this | 8 | * Because most IP blocks can only detect one I2C slave address anyhow, this |
12 | * driver does not support simulating EEPROM types which take more than one | 9 | * driver does not support simulating EEPROM types which take more than one |
13 | * address. It is prepared to simulate bigger EEPROMs with an internal 16 bit | 10 | * address. It is prepared to simulate bigger EEPROMs with an internal 16 bit |