summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom
Commit message (Expand)AuthorAgeFilesLines
* eeprom: idt_89hpesx: Support both ACPI and OF probingHuy Duong2017-08-311-71/+55Star
* misc: Convert to using %pOF instead of full_nameRob Herring2017-08-281-4/+4
* MISC: add const to bin_attribute structuresBhumika Goyal2017-08-282-2/+2
* misc: eeprom_93xx46: Simplify the usage of gpiod APIFabio Estevam2017-08-281-17/+7Star
* eeprom: idt_89hpesx: Add OF device ID tableJavier Martinez Canillas2017-04-081-0/+57
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-251-26/+19Star
|\
| * misc: eeprom: at24: use device_property_*() functions instead of of_get_prope...Ben Gardner2017-02-111-26/+19Star
* | eeprom: idt_89hpesx: Drop kfree for memory allocated with devm_kzallocWei Yongjun2017-01-271-4/+0Star
* | eeprom: idt_89hpesx: Discard memory freeing allocated by devm_kmallocSerge Semin2017-01-271-3/+0Star
* | eeprom: fix platform_no_drv_owner.cocci warningsJulia Lawall2017-01-251-1/+0Star
* | eeprom: fix memory leak on buf when failed allocation of csraddr_strColin Ian King2017-01-251-2/+4
* | eeprom: Add IDT 89HPESx EEPROM/CSR driverSerge Semin2017-01-193-0/+1598
|/
* Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-071-2/+13
|\
| * eeprom: at24: check if the chip is functional in probe()Bartosz Golaszewski2016-08-221-2/+13
* | at25: fix debug and error messagingAndy Shevchenko2016-09-271-13/+7Star
|/
* 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/+20Star
* 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-214-227/+61Star
|\
| * eeprom: 93xx46: Fix SPI device leakMark Brown2016-05-011-1/+1
| * eeprom: at25: Fix SPI device leakMark Brown2016-05-011-1/+1
| * nvmem: 93xx46: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-72/+18Star
| * eeprom: at25: remove nvmem regmap dependencySrinivas Kandagatla2016-05-012-71/+19Star
| * eeprom: at24: remove nvmem regmap dependencySrinivas Kandagatla2016-05-012-82/+22Star
* | eeprom: at24: replace msleep() with usleep_range()Bartosz Golaszewski2016-04-161-4/+2Star
* | eeprom: at24: remove a reduntant ifBartosz Golaszewski2016-04-161-3/+0Star
|/
* misc: at24: replace memory_accessor with nvmem_device_readAndrew Lunn2016-03-021-30/+1Star
* eeprom: 93xx46: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-022-27/+95
* eeprom: at25: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-022-55/+71
* eeprom: at25: Remove in kernel API for accessing the EEPROMAndrew Lunn2016-03-021-26/+0Star
* eeprom: at24: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-022-41/+82
* misc: eeprom_93xx46: Add support for a GPIO 'select' line.Cory Tusar2016-02-121-0/+35
* misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.Cory Tusar2016-02-121-35/+91
* misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings.Cory Tusar2016-02-101-0/+49
* misc: eeprom_93xx46: Fix 16-bit read and write accesses.Cory Tusar2016-02-101-2/+2
* misc: eeprom: use kobj_to_dev()Geliang Tang2016-02-084-7/+7
* Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-061-3/+19
|\
| * at24: enable ACPI device found on Galileo Gen2Andy Shevchenko2015-10-261-3/+19
* | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-282-2/+0Star
|/
* Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-09-092-31/+7Star
|\
| * eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulatedIrina Tirdea2015-08-241-31/+6Star
| * misc: eeprom: Export I2C module alias information in missing driversJavier Martinez Canillas2015-08-101-0/+1