aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/eeprom/eeprom_93xx46.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-01eeprom: 93xx46: Fix SPI device leakGravatar Mark Brown 1-1/+1
2016-05-01nvmem: 93xx46: remove nvmem regmap dependencyGravatar Srinivas Kandagatla 1-72/+18
2016-03-01eeprom: 93xx46: extend driver to plug into the NVMEM frameworkGravatar Andrew Lunn 1-27/+93
2016-02-11misc: eeprom_93xx46: Add support for a GPIO 'select' line.Gravatar Cory Tusar 1-0/+35
2016-02-11misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.Gravatar Cory Tusar 1-35/+91
2016-02-09misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings.Gravatar Cory Tusar 1-0/+49
2016-02-09misc: eeprom_93xx46: Fix 16-bit read and write accesses.Gravatar Cory Tusar 1-2/+2
2016-02-07misc: eeprom: use kobj_to_dev()Gravatar Geliang Tang 1-2/+2
2015-10-28spi: Drop owner assignment from spi_driversGravatar Andrew F. Davis 1-1/+0
2015-08-05misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/writeGravatar Vladimir Zapolskiy 1-14/+0
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-12-04misc: eeprom_93xx46: remove unnecessary spi_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-10-29misc/93xx46: avoid infinite loop on write()Gravatar Vladimir Zapolskiy 1-1/+1
2013-04-05misc: eeprom_93xx46: use spi_get_drvdata() and spi_set_drvdata()Gravatar Jingoo Han 1-3/+3
2012-11-21misc: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-21misc: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-21drivers/misc: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-01-24MISC: convert drivers/misc/* to use module_spi_driver()Gravatar Axel Lin 1-11/+1
2011-07-25misc/eeprom: add driver for microwire 93xx46 EEPROMsGravatar Anatolij Gustschin 1-0/+410