summaryrefslogtreecommitdiff
path: root/drivers/misc/i2c_eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_dataMasahiro Yamada2020-03-161-16/+16
* misc: i2c_eeprom: remove pagewidth field from i2c_eepromMasahiro Yamada2020-03-161-5/+3
* misc: i2c_eeprom: set offset len and chip addr offset maskRobert Beckett2020-02-091-0/+35
* misc: i2c_eeprom: add size queryRobert Beckett2019-12-171-19/+126
* misc: i2c_eeprom: add fixed partitions supportRobert Beckett2019-12-171-0/+98
* common: Move old EEPROM functions into a new headerWIP/2019-12-02-master-importsSimon Glass2019-12-021-0/+1
* misc: i2c_eeprom: verify that the chip is functional at probe()Baruch Siach2019-08-271-0/+8
* 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