blob: 054f45ba0ac3db5adc7f3b2555956acfca23e79e [file] [log] [blame]
61f764c307f6 ("eeprom: at24: Support custom device names for AT24 EEPROMs")
774b9f43716d ("eeprom: at24: set type id as EEPROM")
021c7d7b6713 ("eeprom: at24: use a helper variable for dev")
f2adff66604d ("eeprom: at24: rename chip to pdata in at24_probe()")
1f77d1859c3a ("eeprom: at24: rename at24_get_pdata()")
7c7f428eda52 ("eeprom: at24: don't check if byte_len is a power of 2")
53998fa89a5b ("eeprom: at24: make struct initialization uniform in at24_probe()")
5ca2b5b70e1a ("eeprom: at24: arrange local variables")
8cdc4e7e6d55 ("eeprom: at24: remove nvmem_config from at24_data")
d154316dde64 ("eeprom: at24: disable regmap locking")
6ce261e87fe1 ("eeprom: at24: add support for the write-protect pin")
b680f4fa7449 ("eeprom: at24: convert magic numbers to structs")
eef6939849b0 ("eeprom: at24: code shrink")
ec3c2d518b16 ("eeprom: at24: use a common prefix for all symbols in at24.c")
aa4ce22897e1 ("eeprom: at24: fix coding style issues")
e32213fbc543 ("eeprom: at24: support eeproms that do not auto-rollover reads")
a23727cb68e4 ("eeprom: at24: remove now unneeded smbus-related code")
dd69a9da7120 ("eeprom: at24: remove old read functions")
4bb5c13cc23c ("eeprom: at24: add regmap-based read function")
d4297d679577 ("eeprom: at24: remove old write functions")
8e5888e17f48 ("eeprom: at24: add regmap-based write function")
460494864138 ("eeprom: at24: change at24_translate_offset return type")
5c015258478e ("eeprom: at24: add basic regmap_i2c support")
7f6d2ecd3d7a ("eeprom: at24: change nvmem stride to 1")
f9ecc83f8d72 ("eeprom: at24: fix I2C device selection for runtime PM")
d9bcd462daf3 ("eeprom: at24: check at24_read/write arguments")
644a1f19c6c8 ("eeprom: at24: fix reading from 24MAC402/24MAC602")
5478e478eee3 ("eeprom: at24: correctly set the size for at24mac402")
7f2a2f0d0d66 ("eeprom: at24: Add OF device ID table")
98e8201039af ("eeprom: at24: enable runtime pm support")
dd905a61e95e ("misc: eeprom: at24: use device_property_*() functions instead of of_get_property()")