summaryrefslogtreecommitdiffstats
path: root/drivers/eeprom
Commit message (Expand)AuthorAgeFilesLines
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-292-2/+0
* i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-191-8/+1
* rename file_operations -> cdev_operationsSascha Hauer2018-04-062-2/+2
* eeprom: at24: fix 'assignment from incompatible pointer type' warningAntony Pavlov2017-10-161-1/+1
* eeprom: at24: add the "read-only" dt parameter supportAntony Pavlov2017-04-281-0/+4
* of: use of_property_read_bool where appropriateSascha Hauer2017-04-121-1/+1
* of: partition: Register the of partition fixup for of partition usersSascha Hauer2017-03-312-0/+3
* Merge branch 'for-next/misc'Sascha Hauer2016-07-111-6/+1
|\
| * eeprom: at24: Use xasprintf for small allocationSascha Hauer2016-07-051-6/+1
* | eeprom: at24: fix discarding const qualifierSascha Hauer2016-06-281-2/+5
|/
* eeprom: at24: make device name setup more robustUwe Kleine-König2016-05-311-1/+19
* eeprom: at24: check return value of devfs_create and fix error pathUwe Kleine-König2016-05-311-2/+9
* eeprom: at25: check return value of devfs_createUwe Kleine-König2016-05-311-1/+4
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+1
* eeprom/at25: parse partitions from device treeHarald Welte2016-02-181-0/+1
* eeprom: Support pagesize OF device tree propertyTrent Piepho2015-11-261-6/+12
* eeprom: Add support for 24c1025 EEPROMTrent Piepho2015-11-261-2/+6
* 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