summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/idt_89hpesx.c
Commit message (Expand)AuthorAgeFilesLines
* eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistencyDan Carpenter2018-08-021-1/+1
* eeprom: idt_89hpesx: remove redundant variable csrval_lenColin Ian King2018-07-031-3/+1Star
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* 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
* eeprom: idt_89hpesx: Add OF device ID tableJavier Martinez Canillas2017-04-081-0/+57
* 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-191-0/+1587