summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/at24.c
Commit message (Expand)AuthorAgeFilesLines
* eeprom: at24: check if the chip is functional in probe()Bartosz Golaszewski2016-08-221-2/+13
* eeprom: at24: tweak the loop_until_timeout() macroBartosz Golaszewski2016-07-181-4/+4
* eeprom: at24: add support for at24mac seriesBartosz Golaszewski2016-07-171-0/+42
* eeprom: at24: support reading the serial number for 24csxxBartosz Golaszewski2016-07-171-2/+78
* eeprom: at24: split at24_eeprom_write() into specialized functionsBartosz Golaszewski2016-07-171-43/+91
* eeprom: at24: split at24_eeprom_read() into specialized functionsBartosz Golaszewski2016-07-171-54/+71
* eeprom: at24: hide the read/write loop behind a macroBartosz Golaszewski2016-07-171-22/+20
* eeprom: at24: call read/write functions via function pointersBartosz Golaszewski2016-07-171-2/+9
* eeprom: at24: coding style fixesBartosz Golaszewski2016-07-171-5/+5
* eeprom: at24: move at24_read() below at24_eeprom_write()Bartosz Golaszewski2016-07-171-32/+32
* eeprom: at24: improve the device_id table readabilityBartosz Golaszewski2016-07-171-14/+14
* Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-201-81/+22
|\
| * eeprom: at24: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-81/+22
* | eeprom: at24: replace msleep() with usleep_range()Bartosz Golaszewski2016-04-161-4/+2
* | eeprom: at24: remove a reduntant ifBartosz Golaszewski2016-04-161-3/+0
|/
* misc: at24: replace memory_accessor with nvmem_device_readAndrew Lunn2016-03-011-30/+1
* eeprom: at24: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-011-41/+80
* misc: eeprom: use kobj_to_dev()Geliang Tang2016-02-071-2/+2
* at24: enable ACPI device found on Galileo Gen2Andy Shevchenko2015-10-261-3/+19
* eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulatedIrina Tirdea2015-08-241-31/+6
* misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-101-1/+0
* misc: eeprom: at24: clean up at24_bin_write()Vladimir Zapolskiy2015-07-311-3/+0
* eeprom: at24: extend driver to allow writing via i2c_smbus_write_byte_dataChristian Gmeiner2014-11-171-6/+29
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-181-1/+1
|\
| * misc: (at24) move header to linux/platform_data/Vivien Didelot2013-09-301-1/+1
* | misc/at24: avoid infinite loop on write()Vladimir Zapolskiy2013-10-291-0/+3
|/
* drivers/misc: at24: convert to use devm_kzallocNikolay Balandin2013-05-301-29/+15
* misc: remove use of __devexitBill Pemberton2012-11-211-1/+1
* drivers/misc: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* misc/at24: add more sanity checks for parametersWolfram Sang2010-12-241-0/+10
* misc/at24: parse device tree dataWolfram Sang2010-12-241-6/+27
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-1/+0
* Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-05-211-11/+48
|\
| * at24: Fall back to byte or word reads if neededJean Delvare2010-05-211-11/+48
* | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-2/+4
|/
* at24: Init dynamic bin_attribute structuresWolfram Sang2010-03-131-0/+1
* at24: Use timeout also for readWolfram Sang2009-11-261-31/+45
* at24: make input buffers of at24_*write() constGeert Uytterhoeven2009-04-131-4/+4
* memory_accessor: implement the new memory_accessor interface for I2C EEPROMKevin Hilman2009-04-021-13/+54
* i2c: Move at24 to drivers/misc/eepromWolfram Sang2009-01-261-0/+582
OpenPOWER on IntegriCloud