index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
eeprom
/
ee1004.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
*
eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX
Jonas Malaco
2022-02-04
1
-0
/
+3
*
eeprom: ee1004: Remove not needed debug message
Heiner Kallweit
2021-06-04
1
-5
/
+1
*
eeprom: ee1004: Add helper ee1004_cleanup
Heiner Kallweit
2021-05-27
1
-14
/
+11
*
eeprom: ee1004: Add constant EE1004_NUM_PAGES
Heiner Kallweit
2021-05-27
1
-4
/
+5
*
eeprom: ee1004: Move call to ee1004_set_current_page to ee1004_eeprom_read
Heiner Kallweit
2021-05-27
1
-17
/
+9
*
eeprom: ee1004: Improve error handling in ee1004_read
Heiner Kallweit
2021-05-27
1
-18
/
+13
*
eeprom: ee1004: Factor out setting page to ee1004_set_current_page
Heiner Kallweit
2021-05-27
1
-22
/
+30
*
eeprom: ee1004: Cache current page at initialization of first device only
Heiner Kallweit
2021-05-27
1
-8
/
+7
*
eeprom: ee1004: Switch to i2c probe_new callback
Heiner Kallweit
2021-05-27
1
-3
/
+2
*
eeprom: ee1004: Improve creating dummy devices
Heiner Kallweit
2021-05-27
1
-7
/
+6
*
eeprom: ee1004: Improve check for SMBUS features
Heiner Kallweit
2021-05-27
1
-18
/
+4
*
eeprom: ee1004: Remove usage of i2c_adapter_id in adapter comparison
Heiner Kallweit
2021-05-27
1
-2
/
+1
*
eeprom: ee1004: Remove not needed check in ee1004_eeprom_read
Heiner Kallweit
2021-05-27
1
-3
/
+1
*
eeprom: ee1004: Remove not needed check in ee1004_read
Heiner Kallweit
2021-05-27
1
-3
/
+0
*
eeprom: ee1004: Use kobj_to_i2c_client to simplify the code
Heiner Kallweit
2021-05-27
1
-2
/
+1
*
eeprom: ee1004: Let device core handle attribute eeprom
Heiner Kallweit
2021-05-21
1
-17
/
+9
*
eeprom: ee1004: use module_i2c_driver to simplify the code
Liu Shixin
2020-10-02
1
-12
/
+1
*
misc: eeprom: ee1004: convert to i2c_new_dummy_device
Wolfram Sang
2019-07-25
1
-3
/
+3
*
Merge 5.2-rc4 into char-misc-next
Greg Kroah-Hartman
2019-06-09
1
-5
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
|
eeprom: ee1004: Deal with nack on page selection
Jean Delvare
2019-05-24
1
-1
/
+11
*
|
eeprom: ee1004: Move selected page detection to a separate function
Jean Delvare
2019-05-24
1
-10
/
+21
|
/
*
eeprom: New ee1004 driver for DDR4 memory
Jean Delvare
2018-10-15
1
-0
/
+281