summaryrefslogtreecommitdiff
path: root/drivers/misc/eeprom/at24.c
AgeCommit message (Expand)Author
2018-01-02eeprom: at24: extend the list of chips supported in DTBartosz Golaszewski
2018-01-01eeprom: at24: add support for the write-protect pinBartosz Golaszewski
2018-01-01eeprom: at24: remove temporary fix for at24mac402 sizeSven Van Asbroeck
2018-01-01eeprom: at24: convert magic numbers to structsSven Van Asbroeck
2018-01-01eeprom: at24: code shrinkBartosz Golaszewski
2018-01-01eeprom: at24: use a common prefix for all symbols in at24.cBartosz Golaszewski
2018-01-01eeprom: at24: fix coding style issuesBartosz Golaszewski
2018-01-01eeprom: at24: support eeproms that do not auto-rollover readsSven Van Asbroeck
2018-01-01eeprom: at24: remove now unneeded smbus-related codeHeiner Kallweit
2018-01-01eeprom: at24: remove old read functionsHeiner Kallweit
2018-01-01eeprom: at24: add regmap-based read functionHeiner Kallweit
2018-01-01eeprom: at24: remove old write functionsHeiner Kallweit
2018-01-01eeprom: at24: add regmap-based write functionHeiner Kallweit
2018-01-01eeprom: at24: change at24_translate_offset return typeHeiner Kallweit
2018-01-01eeprom: at24: add basic regmap_i2c supportHeiner Kallweit
2017-12-06eeprom: at24: change nvmem stride to 1David Lechner
2017-12-03eeprom: at24: fix I2C device selection for runtime PMSakari Ailus
2017-11-29eeprom: at24: check at24_read/write argumentsHeiner Kallweit
2017-11-29eeprom: at24: fix reading from 24MAC402/24MAC602Heiner Kallweit
2017-11-29eeprom: at24: correctly set the size for at24mac402Bartosz Golaszewski
2017-11-05eeprom: at24: Add OF device ID tableJavier Martinez Canillas
2017-10-17eeprom: at24: enable runtime pm supportDivagar Mohandass
2017-10-17eeprom: at24: add support to fetch eeprom device property "size"Divagar Mohandass
2017-02-11misc: eeprom: at24: use device_property_*() functions instead of of_get_prope...Ben Gardner
2016-08-22eeprom: at24: check if the chip is functional in probe()Bartosz Golaszewski
2016-07-18eeprom: at24: tweak the loop_until_timeout() macroBartosz Golaszewski
2016-07-17eeprom: at24: add support for at24mac seriesBartosz Golaszewski
2016-07-17eeprom: at24: support reading the serial number for 24csxxBartosz Golaszewski
2016-07-17eeprom: at24: split at24_eeprom_write() into specialized functionsBartosz Golaszewski
2016-07-17eeprom: at24: split at24_eeprom_read() into specialized functionsBartosz Golaszewski
2016-07-17eeprom: at24: hide the read/write loop behind a macroBartosz Golaszewski
2016-07-17eeprom: at24: call read/write functions via function pointersBartosz Golaszewski
2016-07-17eeprom: at24: coding style fixesBartosz Golaszewski
2016-07-17eeprom: at24: move at24_read() below at24_eeprom_write()Bartosz Golaszewski
2016-07-17eeprom: at24: improve the device_id table readabilityBartosz Golaszewski
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-05-01eeprom: at24: remove nvmem regmap dependencySrinivas Kandagatla
2016-04-16eeprom: at24: replace msleep() with usleep_range()Bartosz Golaszewski
2016-04-16eeprom: at24: remove a reduntant ifBartosz Golaszewski
2016-03-01misc: at24: replace memory_accessor with nvmem_device_readAndrew Lunn
2016-03-01eeprom: at24: extend driver to plug into the NVMEM frameworkAndrew Lunn
2016-02-07misc: eeprom: use kobj_to_dev()Geliang Tang
2015-10-26at24: enable ACPI device found on Galileo Gen2Andy Shevchenko
2015-08-24eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulatedIrina Tirdea
2015-08-10misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-07-31misc: eeprom: at24: clean up at24_bin_write()Vladimir Zapolskiy
2014-11-17eeprom: at24: extend driver to allow writing via i2c_smbus_write_byte_dataChristian Gmeiner
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-10-29misc/at24: avoid infinite loop on write()Vladimir Zapolskiy
2013-09-30misc: (at24) move header to linux/platform_data/Vivien Didelot