index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
eeprom
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
misc: eeprom: Fix EWEN/EWDS/ERAL commands for 93xx56 and 93xx66
Markus Perkins
1
-8
/
+3
2025-03-13
eeprom: digsy_mtc: Make GPIO lookup table match the device
Andy Shevchenko
1
-1
/
+1
2024-12-14
misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycle
Parker Newman
1
-0
/
+10
2024-10-17
eeprom: digsy_mtc: Fix 93xx46 driver probe failure
Andy Shevchenko
1
-1
/
+1
2024-05-17
eeprom: at24: fix memory corruption race condition
Daniel Okazaki
1
-9
/
+9
2024-05-17
eeprom: at24: Probe for DDR3 thermal sensor in the SPD case
Heiner Kallweit
1
-0
/
+29
2024-05-17
eeprom: at24: Use dev_err_probe for nvmem register failure
Alexander Stein
1
-1
/
+2
2023-06-14
eeprom: at24: also select REGMAP
Randy Dunlap
1
-0
/
+1
2023-03-10
eeprom: idt_89hpesx: Fix error handling in idt_init()
Yuan Can
1
-1
/
+9
2022-08-17
eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write()
Dan Carpenter
1
-2
/
+6
2022-05-09
eeprom: at25: Use DMA safe buffers
Christophe Leroy
1
-8
/
+11
2022-02-16
eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX
Jonas Malaco
1
-0
/
+3
2022-01-27
misc: at25: Make driver OF independent again
Andy Shevchenko
1
-7
/
+6
2021-12-14
nvmem: eeprom: at25: fix FRAM byte_len
Ralph Siemsen
1
-20
/
+18
2021-10-15
eeprom: 93xx46: fix MODULE_DEVICE_TABLE
Arnd Bergmann
1
-1
/
+1
2021-10-05
eeprom: 93xx46: Add SPI device ID table
Mark Brown
1
-0
/
+18
2021-10-05
eeprom: at25: Add SPI ID table
Mark Brown
1
-0
/
+8
2021-07-20
Merge tag 'at24-fixes-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...
Wolfram Sang
1
-10
/
+7
2021-07-01
misc: eeprom: at24: Always append device id even if label property is set.
Jérôme Glisse
1
-10
/
+7
2021-06-12
nvmem: eeprom: at25: fram discovery simplification
Jiri Prchal
1
-8
/
+5
2021-06-11
nvmem: eeprom: at25: fix type compiler warnings
Jiri Prchal
1
-3
/
+3
2021-06-11
nvmem: prepare basics for FRAM support
Jiri Prchal
2
-32
/
+134
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
2021-06-04
eeprom: ee1004: Remove not needed debug message
Heiner Kallweit
1
-5
/
+1
2021-05-27
eeprom: ee1004: Add helper ee1004_cleanup
Heiner Kallweit
1
-14
/
+11
2021-05-27
eeprom: ee1004: Add constant EE1004_NUM_PAGES
Heiner Kallweit
1
-4
/
+5
2021-05-27
eeprom: ee1004: Move call to ee1004_set_current_page to ee1004_eeprom_read
Heiner Kallweit
1
-17
/
+9
2021-05-27
eeprom: ee1004: Improve error handling in ee1004_read
Heiner Kallweit
1
-18
/
+13
2021-05-27
eeprom: ee1004: Factor out setting page to ee1004_set_current_page
Heiner Kallweit
1
-22
/
+30
2021-05-27
eeprom: ee1004: Cache current page at initialization of first device only
Heiner Kallweit
1
-8
/
+7
2021-05-27
eeprom: ee1004: Switch to i2c probe_new callback
Heiner Kallweit
1
-3
/
+2
2021-05-27
eeprom: ee1004: Improve creating dummy devices
Heiner Kallweit
1
-7
/
+6
2021-05-27
eeprom: ee1004: Improve check for SMBUS features
Heiner Kallweit
1
-18
/
+4
2021-05-27
eeprom: ee1004: Remove usage of i2c_adapter_id in adapter comparison
Heiner Kallweit
1
-2
/
+1
2021-05-27
eeprom: ee1004: Remove not needed check in ee1004_eeprom_read
Heiner Kallweit
1
-3
/
+1
2021-05-27
eeprom: ee1004: Remove not needed check in ee1004_read
Heiner Kallweit
1
-3
/
+0
2021-05-27
eeprom: ee1004: Use kobj_to_i2c_client to simplify the code
Heiner Kallweit
1
-2
/
+1
2021-05-21
eeprom: ee1004: Let device core handle attribute eeprom
Heiner Kallweit
1
-17
/
+9
2021-05-21
Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...
Greg Kroah-Hartman
1
-2
/
+4
2021-05-14
misc: eeprom: at24: check suspend status before disable regulator
Hsin-Yi Wang
1
-2
/
+4
2021-05-14
misc: eeprom_93xx46: Add new 93c56 and 93c66 compatible strings
Emmanuel Gil Peyrot
1
-3
/
+32
2021-05-14
misc: eeprom_93xx46: Remove hardcoded bit lengths
Emmanuel Gil Peyrot
1
-25
/
+32
2021-01-20
misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom
Aswath Govindraju
1
-0
/
+15
2021-01-13
misc: eeprom_93xx46: Add module alias to avoid breaking support for non devic...
Aswath Govindraju
1
-0
/
+1
2021-01-07
misc: eeprom_93xx46: Enable module autoprobe for microchip 93LC46B eeprom
Aswath Govindraju
1
-0
/
+1
2021-01-07
misc: eeprom_93xx46: Fix module alias to enable module autoprobe
Aswath Govindraju
1
-1
/
+1
2020-12-15
Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2020-12-04
misc: eeprom: at24: fix NVMEM name with custom AT24 device name
Diego Santa Cruz
1
-1
/
+0
[next]