index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
eeprom
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-04
eeprom: Deprecate the legacy eeprom driver
Jean Delvare
1
-1
/
+4
2019-08-12
Merge 5.3-rc4 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2019-08-01
Merge tag 'at24-v5.3-rc3-fixes-for-wolfram' of git://git.kernel.org/pub/scm/l...
Wolfram Sang
1
-1
/
+1
2019-07-29
Merge 5.3-rc2 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+3
2019-07-28
eeprom: at24: make spd world-readable again
Jean Delvare
1
-1
/
+1
2019-07-25
eeprom: make older eeprom drivers select NVMEM_SYSFS
Arseny Solokha
1
-0
/
+3
2019-07-25
misc: eeprom: max6875: convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-07-25
misc: eeprom: ee1004: convert to i2c_new_dummy_device
Wolfram Sang
1
-3
/
+3
2019-07-15
Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-58
/
+28
2019-06-29
Merge tag 'at24-v5.3-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...
Wolfram Sang
1
-58
/
+28
2019-06-27
eeprom: at24: modify a comment referring to platform data
Bartosz Golaszewski
1
-2
/
+2
2019-06-23
Merge 5.2-rc6 into char-misc-next
Greg Kroah-Hartman
2
-8
/
+2
2019-06-19
eeprom: idt_89hpesx: remove unneeded csr_file variable
Greg Kroah-Hartman
1
-4
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2
-8
/
+2
2019-06-09
Merge 5.2-rc4 into char-misc-next
Greg Kroah-Hartman
6
-34
/
+6
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-4
/
+1
2019-05-31
eeprom: at24: use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-3
/
+2
2019-05-31
eeprom: at24: Remove set but not used variable 'addr'
YueHaibing
1
-2
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2
-20
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2
-10
/
+2
2019-05-28
eeprom: at24: drop unnecessary label
Bartosz Golaszewski
1
-25
/
+18
2019-05-28
eeprom: at24: use devm_i2c_new_dummy_device()
Bartosz Golaszewski
1
-29
/
+9
2019-05-24
eeprom: ee1004: Deal with nack on page selection
Jean Delvare
1
-1
/
+11
2019-05-24
eeprom: ee1004: Move selected page detection to a separate function
Jean Delvare
1
-10
/
+21
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-02-14
eeprom: at24: implement support for 'num-addresses' property
Bartosz Golaszewski
1
-5
/
+8
2019-02-14
eeprom: at24: remove at24_platform_data
Bartosz Golaszewski
1
-87
/
+75
2018-12-10
eeprom: at24: add support for 24c2048
Adrian Bunk
2
-1
/
+4
2018-10-29
Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-21
/
+22
2018-10-15
eeprom: New ee1004 driver for DDR4 memory
Jean Delvare
3
-0
/
+293
2018-10-15
eeprom: at25: remove unneeded 'at25_remove'
YueHaibing
1
-10
/
+0
2018-10-02
eeprom: at24: fix unexpected timeout under high load
Wang Xin
1
-21
/
+22
2018-09-28
eeprom: at25: use devm_nvmem_register()
Bartosz Golaszewski
1
-2
/
+1
2018-09-28
eeprom: eeprom_93xx46: use resource management
Bartosz Golaszewski
1
-14
/
+5
2018-08-21
Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+17
2018-08-05
misc: eeprom: assignment outside the if statement
Parth Y Shah
1
-1
/
+2
2018-08-02
eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistency
Dan Carpenter
1
-1
/
+1
2018-07-25
eeprom: at24: Add support for address-width property
Alan Chiang
1
-0
/
+17
2018-07-07
eeprom: at25: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+4
2018-07-03
eeprom: idt_89hpesx: remove redundant variable csrval_len
Colin Ian King
1
-3
/
+1
2018-06-14
Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-25
/
+46
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-05-16
eeprom: at24: provide a separate routine for creating dummy i2c clients
Bartosz Golaszewski
1
-14
/
+35
2018-05-16
eeprom: at24: provide and use a helper for releasing dummy i2c clients
Bartosz Golaszewski
1
-8
/
+10
2018-05-16
eeprom: at24: use devm_nvmem_register()
Bartosz Golaszewski
1
-3
/
+1
2018-05-16
eeprom: at24: fix retrieving the at24_chip_data structure
Bartosz Golaszewski
1
-1
/
+1
2018-05-09
eeprom: at24: fix retrieving the at24_chip_data structure
Bartosz Golaszewski
1
-1
/
+1
2018-04-04
Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-138
/
+157
2018-03-23
eeprom: at24: use SPDX identifier instead of GPL boiler-plate
Bartosz Golaszewski
1
-5
/
+2
2018-03-23
eeprom: at24: simplify the i2c functionality checking
Bartosz Golaszewski
1
-5
/
+7
[next]