index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
eeprom
/
idt_89hpesx.c
Age
Commit message (
Expand
)
Author
2024-02-18
misc: eeprom/idt_89hpesx: Convert data structures to LE explicitly
Dawei Li
2023-10-05
eeprom: idt_89hpesx: replace open-coded kmemdup_nul
Justin Stitt
2023-08-11
misc: eeprom/idt_89hpesx: Use devm_kmemdup to replace devm_kmalloc + memcpy
Li Zetao
2023-08-11
misc: eeprom/idt_89hpesx: Switch to memdup_user_nul() helper
Ruan Jinjie
2023-05-29
misc: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-01-20
eeprom: idt_89hpesx: Fix error handling in idt_init()
Yuan Can
2022-11-23
misc: eeprom/idt_89hpesx: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-09-01
misc: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-07-14
eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write()
Dan Carpenter
2022-07-08
eeprom: idt_89hpesx: fix clang -Wformat warnings
Justin Stitt
2021-06-09
eeprom: idt_89hpesx: use SPDX-License-Identifier
Andy Shevchenko
2021-06-09
eeprom: idt_89hpesx: Restore printing the unsupported fwnode name
Andy Shevchenko
2021-06-09
eeprom: idt_89hpesx: Put fwnode in matching case during ->probe()
Andy Shevchenko
2019-06-19
eeprom: idt_89hpesx: remove unneeded csr_file variable
Greg Kroah-Hartman
2018-08-02
eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistency
Dan Carpenter
2018-07-03
eeprom: idt_89hpesx: remove redundant variable csrval_len
Colin Ian King
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2017-08-31
eeprom: idt_89hpesx: Support both ACPI and OF probing
Huy Duong
2017-08-28
misc: Convert to using %pOF instead of full_name
Rob Herring
2017-04-08
eeprom: idt_89hpesx: Add OF device ID table
Javier Martinez Canillas
2017-01-27
eeprom: idt_89hpesx: Drop kfree for memory allocated with devm_kzalloc
Wei Yongjun
2017-01-27
eeprom: idt_89hpesx: Discard memory freeing allocated by devm_kmalloc
Serge Semin
2017-01-25
eeprom: fix platform_no_drv_owner.cocci warnings
Julia Lawall
2017-01-25
eeprom: fix memory leak on buf when failed allocation of csraddr_str
Colin Ian King
2017-01-19
eeprom: Add IDT 89HPESx EEPROM/CSR driver
Serge Semin