summaryrefslogtreecommitdiff
path: root/drivers/misc/eeprom/idt_89hpesx.c
AgeCommit message (Expand)Author
2023-01-20eeprom: idt_89hpesx: Fix error handling in idt_init()Yuan Can
2022-11-23misc: eeprom/idt_89hpesx: Convert to i2c's .probe_new()Uwe Kleine-König
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-01misc: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-14eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write()Dan Carpenter
2022-07-08eeprom: idt_89hpesx: fix clang -Wformat warningsJustin Stitt
2021-06-09eeprom: idt_89hpesx: use SPDX-License-IdentifierAndy Shevchenko
2021-06-09eeprom: idt_89hpesx: Restore printing the unsupported fwnode nameAndy Shevchenko
2021-06-09eeprom: idt_89hpesx: Put fwnode in matching case during ->probe()Andy Shevchenko
2019-06-19eeprom: idt_89hpesx: remove unneeded csr_file variableGreg Kroah-Hartman
2018-08-02eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistencyDan Carpenter
2018-07-03eeprom: idt_89hpesx: remove redundant variable csrval_lenColin Ian King
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-08-31eeprom: idt_89hpesx: Support both ACPI and OF probingHuy Duong
2017-08-28misc: Convert to using %pOF instead of full_nameRob Herring
2017-04-08eeprom: idt_89hpesx: Add OF device ID tableJavier Martinez Canillas
2017-01-27eeprom: idt_89hpesx: Drop kfree for memory allocated with devm_kzallocWei Yongjun
2017-01-27eeprom: idt_89hpesx: Discard memory freeing allocated by devm_kmallocSerge Semin
2017-01-25eeprom: fix platform_no_drv_owner.cocci warningsJulia Lawall
2017-01-25eeprom: fix memory leak on buf when failed allocation of csraddr_strColin Ian King
2017-01-19eeprom: Add IDT 89HPESx EEPROM/CSR driverSerge Semin