summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/at25.c
Commit message (Expand)AuthorAgeFilesLines
* eeprom: at25: remove unneeded 'at25_remove'YueHaibing2018-10-151-10/+0Star
* eeprom: at25: use devm_nvmem_register()Bartosz Golaszewski2018-09-281-2/+1Star
* eeprom: at25: mark expected switch fall-throughsGustavo A. R. Silva2018-07-071-0/+4
* eeprom: at25: sizeof t should be sizeof(t)Devang Panchal2018-03-231-1/+1
* eeprom: at25: Add DT support for EEPROMs with odd address bitsGeert Uytterhoeven2017-12-181-0/+3
* at25: fix debug and error messagingAndy Shevchenko2016-09-271-13/+7Star
* eeprom: at25: Fix SPI device leakMark Brown2016-05-011-1/+1
* eeprom: at25: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-70/+19Star
* eeprom: at25: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-021-55/+69
* eeprom: at25: Remove in kernel API for accessing the EEPROMAndrew Lunn2016-03-021-26/+0Star
* misc: eeprom: use kobj_to_dev()Geliang Tang2016-02-081-2/+2
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0Star
* misc: at25: Make use of device property APIMika Westerberg2014-11-041-21/+13Star
* drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-081-1/+0Star
* misc/at25, dt: support probing at25 SPI EEPROM from DTJan Luebbe2013-10-161-0/+7
* drivers/misc: at25: convert to use devm_kzallocNikolay Balandin2013-05-301-17/+8Star
* misc: at25: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-061-2/+2
* misc: remove use of __devexitBill Pemberton2012-11-211-1/+1
* drivers/misc: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* misc/at25, dt: Improve at25 SPI eeprom device tree bindings.David Daney2012-09-051-25/+58
* misc: at25: Parse dt settingsAlexandre Pereira da Silva2012-06-151-16/+45
* Support M95040 SPI EEPROMIvo Sieben2012-04-181-3/+16
* MISC: convert drivers/misc/* to use module_spi_driver()Axel Lin2012-01-251-11/+1Star
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-2/+4
* init dynamic bin_attribute structuresWolfram Sang2010-03-151-0/+1
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-1/+1
* eeprom/at25: bugfix "not ready" timeout after writeSebastian Heutling2009-07-301-2/+2
* at25: make input buffers of at25_*write() constGeert Uytterhoeven2009-04-141-2/+3
* memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMsDavid Brownell2009-04-031-14/+44
* spi: Move at25 (for SPI eeproms) to /drivers/misc/eepromWolfram Sang2009-01-261-0/+389