summaryrefslogtreecommitdiffstats
path: root/drivers/misc/i2c_eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* misc: i2c_eeprom: add eeprom write supportBaruch Siach2019-04-111-1/+19
* misc: i2c_eeprom: support DT pagesize propertyBaruch Siach2019-04-111-0/+6
* misc: i2c_eeprom: Add atmel,24c08 to the listMichal Simek2019-01-261-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* misc: i2c_eeprom: Add compatible for AT24MAC402Wenyou Yang2017-09-121-0/+1
* misc: i2c_eeprom: Add compatible for 24AA02E48Wenyou Yang2017-09-121-0/+1
* i2c_eeprom: add static to i2c_eeprom_std_ops/probeMasahiro Yamada2017-06-261-2/+2
* i2c_eeprom: add read and write functionsJonas Karlman2017-05-101-6/+26
* i2c_eeprom: Add reading supportmario.six@gdsys.cc2016-07-221-8/+31
* i2c_eeprom: include <linux/err.h> to fix build errorMasahiro Yamada2015-01-051-0/+1
* dm: Add a simple EEPROM driverSimon Glass2014-12-111-0/+51