aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/at25.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-18eeprom: at25: Add DT support for EEPROMs with odd address bitsGeert Uytterhoeven1-0/+3
2016-09-27at25: fix debug and error messagingAndy Shevchenko1-13/+7
2016-05-01eeprom: at25: Fix SPI device leakMark Brown1-1/+1
2016-05-01eeprom: at25: remove nvmem regmap dependencySrinivas Kandagatla1-70/+19
2016-03-01eeprom: at25: extend driver to plug into the NVMEM frameworkAndrew Lunn1-55/+69
2016-03-01eeprom: at25: Remove in kernel API for accessing the EEPROMAndrew Lunn1-26/+0
2016-02-07misc: eeprom: use kobj_to_dev()Geliang Tang1-2/+2
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2014-11-04misc: at25: Make use of device property APIMika Westerberg1-21/+13
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-16misc/at25, dt: support probing at25 SPI EEPROM from DTJan Luebbe1-0/+7
2013-05-30drivers/misc: at25: convert to use devm_kzallocNikolay Balandin1-17/+8
2013-04-05misc: at25: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2012-11-21misc: remove use of __devexitBill Pemberton1-1/+1
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-05misc/at25, dt: Improve at25 SPI eeprom device tree bindings.David Daney1-25/+58
2012-06-14misc: at25: Parse dt settingsAlexandre Pereira da Silva1-16/+45
2012-04-18Support M95040 SPI EEPROMIvo Sieben1-3/+16
2012-01-24MISC: convert drivers/misc/* to use module_spi_driver()Axel Lin1-11/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+4
2010-03-14init dynamic bin_attribute structuresWolfram Sang1-0/+1
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-1/+1
2009-07-29eeprom/at25: bugfix "not ready" timeout after writeSebastian Heutling1-2/+2
2009-04-13at25: make input buffers of at25_*write() constGeert Uytterhoeven1-2/+3
2009-04-02memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMsDavid Brownell1-14/+44
2009-01-26spi: Move at25 (for SPI eeproms) to /drivers/misc/eepromWolfram Sang1-0/+389