index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
eeprom
/
idt_89hpesx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-31
misc: eeprom: idt_89hpesx: Unify style of of_device_id array
Uwe Kleine-König (The Capable Hub)
1
-47
/
+47
2026-07-31
misc: eeprom: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
1
-54
/
+54
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2025-04-15
misc: eeprom/idt_89hpesx: use per-client debugfs directory
Wolfram Sang
1
-73
/
+2
2024-12-24
misc: eeprom/idt_89hpesx: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-3
/
+3
2024-06-04
eeprom: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-48
/
+48
2024-02-18
misc: eeprom/idt_89hpesx: Convert data structures to LE explicitly
Dawei Li
1
-3
/
+3
2023-10-05
eeprom: idt_89hpesx: replace open-coded kmemdup_nul
Justin Stitt
1
-8
/
+3
2023-08-11
misc: eeprom/idt_89hpesx: Use devm_kmemdup to replace devm_kmalloc + memcpy
Li Zetao
1
-5
/
+6
2023-08-11
misc: eeprom/idt_89hpesx: Switch to memdup_user_nul() helper
Ruan Jinjie
1
-9
/
+3
2023-05-29
misc: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-01-20
eeprom: idt_89hpesx: Fix error handling in idt_init()
Yuan Can
1
-1
/
+9
2022-11-23
misc: eeprom/idt_89hpesx: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-2
/
+2
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-09-01
misc: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-07-14
eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write()
Dan Carpenter
1
-2
/
+6
2022-07-08
eeprom: idt_89hpesx: fix clang -Wformat warnings
Justin Stitt
1
-3
/
+3
2021-06-09
eeprom: idt_89hpesx: use SPDX-License-Identifier
Andy Shevchenko
1
-32
/
+1
2021-06-09
eeprom: idt_89hpesx: Restore printing the unsupported fwnode name
Andy Shevchenko
1
-4
/
+3
2021-06-09
eeprom: idt_89hpesx: Put fwnode in matching case during ->probe()
Andy Shevchenko
1
-0
/
+1
2019-06-19
eeprom: idt_89hpesx: remove unneeded csr_file variable
Greg Kroah-Hartman
1
-4
/
+2
2018-08-02
eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistency
Dan Carpenter
1
-1
/
+1
2018-07-03
eeprom: idt_89hpesx: remove redundant variable csrval_len
Colin Ian King
1
-3
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2017-08-31
eeprom: idt_89hpesx: Support both ACPI and OF probing
Huy Duong
1
-71
/
+55
2017-08-28
misc: Convert to using %pOF instead of full_name
Rob Herring
1
-4
/
+4
2017-04-08
eeprom: idt_89hpesx: Add OF device ID table
Javier Martinez Canillas
1
-0
/
+57
2017-01-27
eeprom: idt_89hpesx: Drop kfree for memory allocated with devm_kzalloc
Wei Yongjun
1
-4
/
+0
2017-01-27
eeprom: idt_89hpesx: Discard memory freeing allocated by devm_kmalloc
Serge Semin
1
-3
/
+0
2017-01-25
eeprom: fix platform_no_drv_owner.cocci warnings
Julia Lawall
1
-1
/
+0
2017-01-25
eeprom: fix memory leak on buf when failed allocation of csraddr_str
Colin Ian King
1
-2
/
+4
2017-01-19
eeprom: Add IDT 89HPESx EEPROM/CSR driver
Serge Semin
1
-0
/
+1587