summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/at25.c
Commit message (Expand)AuthorAgeFilesLines
* at25: fix debug and error messagingAndy Shevchenko2016-09-271-13/+7
* eeprom: at25: Fix SPI device leakMark Brown2016-05-011-1/+1
* eeprom: at25: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-70/+19
* eeprom: at25: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-011-55/+69
* eeprom: at25: Remove in kernel API for accessing the EEPROMAndrew Lunn2016-03-011-26/+0
* misc: eeprom: use kobj_to_dev()Geliang Tang2016-02-071-2/+2
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* misc: at25: Make use of device property APIMika Westerberg2014-11-041-21/+13
* drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-071-1/+0
* 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/+8
* misc: at25: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-051-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-141-16/+45
* Support M95040 SPI EEPROMIvo Sieben2012-04-181-3/+16
* MISC: convert drivers/misc/* to use module_spi_driver()Axel Lin2012-01-241-11/+1
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-2/+4
* init dynamic bin_attribute structuresWolfram Sang2010-03-141-0/+1
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-1/+1
* eeprom/at25: bugfix "not ready" timeout after writeSebastian Heutling2009-07-291-2/+2
* at25: make input buffers of at25_*write() constGeert Uytterhoeven2009-04-131-2/+3
* memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMsDavid Brownell2009-04-021-14/+44
* spi: Move at25 (for SPI eeproms) to /drivers/misc/eepromWolfram Sang2009-01-261-0/+389
OpenPOWER on IntegriCloud