summaryrefslogtreecommitdiffstats
path: root/drivers/eeprom/at24.c
Commit message (Expand)AuthorAgeFilesLines
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
* i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-191-8/+1
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* 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: partition: Register the of partition fixup for of partition usersSascha Hauer2017-03-311-0/+1
* 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
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+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
* eeprom: at24: Enable OF partition parsingSascha Hauer2013-11-081-0/+2
* I2C: Rename i2c_register_driver() for using with register_driver_macro()Alexander Shiyan2013-03-141-1/+1
* eeprom: add at24 supportJean-Christophe PLAGNIOL-VILLARD2012-11-151-0/+460