aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/i2c_eeprom.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-4/+4
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-08-20i2c: eeprom: Use reg property instead of offset and sizeMichal Simek1-7/+8
2020-05-28misc: i2c_eeprom: implement different probe test eeprom offsetEugen Hristev1-1/+7
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-03-16misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_dataMasahiro Yamada1-16/+16
2020-03-16misc: i2c_eeprom: remove pagewidth field from i2c_eepromMasahiro Yamada1-5/+3
2020-02-09misc: i2c_eeprom: set offset len and chip addr offset maskRobert Beckett1-0/+35
2019-12-17misc: i2c_eeprom: add size queryRobert Beckett1-19/+126
2019-12-17misc: i2c_eeprom: add fixed partitions supportRobert Beckett1-0/+98
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-08-27misc: i2c_eeprom: verify that the chip is functional at probe()Baruch Siach1-0/+8
2019-04-11misc: i2c_eeprom: add eeprom write supportBaruch Siach1-1/+19
2019-04-11misc: i2c_eeprom: support DT pagesize propertyBaruch Siach1-0/+6
2019-01-26misc: i2c_eeprom: Add atmel,24c08 to the listMichal Simek1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-12misc: i2c_eeprom: Add compatible for AT24MAC402Wenyou Yang1-0/+1
2017-09-12misc: i2c_eeprom: Add compatible for 24AA02E48Wenyou Yang1-0/+1
2017-06-26i2c_eeprom: add static to i2c_eeprom_std_ops/probeMasahiro Yamada1-2/+2
2017-05-10i2c_eeprom: add read and write functionsJonas Karlman1-6/+26
2016-07-22i2c_eeprom: Add reading supportmario.six@gdsys.cc1-8/+31
2015-01-05i2c_eeprom: include <linux/err.h> to fix build errorMasahiro Yamada1-0/+1
2014-12-11dm: Add a simple EEPROM driverSimon Glass1-0/+51