summaryrefslogtreecommitdiff
path: root/drivers/misc/i2c_eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* misc: i2c_eeprom: remove 24aa02e48Eugen Hristev2022-06-281-8/+0
* misc: i2c_eeprom: Make i2c_eeprom_write use a const bufSean Anderson2022-06-081-1/+2
* misc: i2c_eeprom: Add atmel,24c01 to the listMarek Vasut2021-07-141-0/+1
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-1/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-4/+4
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
* i2c: eeprom: Use reg property instead of offset and sizeMichal Simek2020-08-201-7/+8
* misc: i2c_eeprom: implement different probe test eeprom offsetEugen Hristev2020-05-281-1/+7
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* 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