summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-042-477/+255
|\
| * eeprom: at24: extend the list of chips supported in DTBartosz Golaszewski2018-01-021-0/+9
| * eeprom: at24: add support for the write-protect pinBartosz Golaszewski2018-01-011-0/+11
| * eeprom: at24: remove temporary fix for at24mac402 sizeSven Van Asbroeck2018-01-011-10/+0
| * eeprom: at24: convert magic numbers to structsSven Van Asbroeck2018-01-011-121/+100
| * eeprom: at24: code shrinkBartosz Golaszewski2018-01-011-17/+6
| * eeprom: at24: use a common prefix for all symbols in at24.cBartosz Golaszewski2018-01-011-16/+18
| * eeprom: at24: fix coding style issuesBartosz Golaszewski2018-01-011-9/+9
| * eeprom: at24: support eeproms that do not auto-rollover readsSven Van Asbroeck2018-01-011-12/+27
| * eeprom: at24: remove now unneeded smbus-related codeHeiner Kallweit2018-01-011-48/+8
| * eeprom: at24: remove old read functionsHeiner Kallweit2018-01-011-186/+0
| * eeprom: at24: add regmap-based read functionHeiner Kallweit2018-01-011-1/+56
| * eeprom: at24: remove old write functionsHeiner Kallweit2018-01-011-117/+0
| * eeprom: at24: add regmap-based write functionHeiner Kallweit2018-01-011-1/+26
| * eeprom: at24: change at24_translate_offset return typeHeiner Kallweit2018-01-011-10/+24
| * eeprom: at24: add basic regmap_i2c supportHeiner Kallweit2018-01-012-13/+45
* | Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2018-01-021-15/+11
|\|
| * eeprom: at24: change nvmem stride to 1David Lechner2017-12-061-1/+1
| * eeprom: at24: fix I2C device selection for runtime PMSakari Ailus2017-12-031-14/+10
* | eeprom: at25: Add DT support for EEPROMs with odd address bitsGeert Uytterhoeven2017-12-181-0/+3
|/
* eeprom: at24: check at24_read/write argumentsHeiner Kallweit2017-11-291-0/+6
* eeprom: at24: fix reading from 24MAC402/24MAC602Heiner Kallweit2017-11-291-1/+2
* eeprom: at24: correctly set the size for at24mac402Bartosz Golaszewski2017-11-291-0/+10
* Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-141-1/+111
|\
| * eeprom: at24: Add OF device ID tableJavier Martinez Canillas2017-11-051-1/+70
| * eeprom: at24: enable runtime pm supportDivagar Mohandass2017-10-171-0/+37
| * eeprom: at24: add support to fetch eeprom device property "size"Divagar Mohandass2017-10-171-0/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* eeprom: idt_89hpesx: Support both ACPI and OF probingHuy Duong2017-08-311-71/+55
* 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/+7
* 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/+19
|\
| * misc: eeprom: at24: use device_property_*() functions instead of of_get_prope...Ben Gardner2017-02-111-26/+19
* | eeprom: idt_89hpesx: Drop kfree for memory allocated with devm_kzallocWei Yongjun2017-01-271-4/+0
* | eeprom: idt_89hpesx: Discard memory freeing allocated by devm_kmallocSerge Semin2017-01-271-3/+0
* | eeprom: fix platform_no_drv_owner.cocci warningsJulia Lawall2017-01-251-1/+0
* | 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/+7
|/
* 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