summaryrefslogtreecommitdiffstats
path: root/drivers/eeprom
Commit message (Expand)AuthorAgeFilesLines
* at24: support write-protect GPIOJan Luebbe2015-08-201-0/+38
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-1/+1
* fix format specifiersSascha Hauer2014-06-051-2/+2
* eeprom: at25: Add dt probe supportSascha Hauer2014-05-151-12/+86
* remove redundant NULL check on freeLucas Stach2014-02-101-2/+1
* eeprom: at24: Enable OF partition parsingSascha Hauer2013-11-081-0/+2
* Introduce device_spi_driver() macro and use it for SPI driversAlexander Shiyan2013-03-141-8/+1
* I2C: Rename i2c_register_driver() for using with register_driver_macro()Alexander Shiyan2013-03-141-1/+1
* SPI: Rename spi_register_driver() for using with register_driver_macro()Alexander Shiyan2013-03-141-1/+1
* Merge branch 'kconfig'Sascha Hauer2012-12-081-3/+3
|\
| * Cleanup Kconfig filesAlexander Shiyan2012-12-081-3/+3
* | at25: use dev_lseek_default as at24 doesAntony Pavlov2012-12-031-6/+1
|/
* eeprom: add at24 supportJean-Christophe PLAGNIOL-VILLARD2012-11-153-0/+480
* SPI: Put SPI devices on their own busSascha Hauer2012-09-141-1/+1
* use loff_t for file offsetsSascha Hauer2012-06-301-4/+4
* eeprom: add at25 eeprom driverHubert Feurstein2011-06-213-0/+331