index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
eeprom
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-35
/
+62
2026-01-27
eeprom: at25: expose JEDEC ID via sysfs
Patrick Wicki
-8
/
+30
2026-01-27
eeprom: at25: add support for Infineon Cypress QSN FRAMs
Patrick Wicki
-20
/
+30
2025-12-29
misc: eeprom: Fix EWEN/EWDS/ERAL commands for 93xx56 and 93xx66
Markus Perkins
-8
/
+3
2025-12-17
eeprom: at24: use dev_err_probe() consistently
Bartosz Golaszewski
-13
/
+7
2025-10-22
eeprom: at25: fram: Fix chip range in comment
Alexander Sverdlin
-1
/
+1
2025-09-06
eeprom: at25: make FRAM device ID error message more precise
Markus Heidelberg
-1
/
+1
2025-09-06
eeprom: at25: support Cypress FRAMs without device ID
Markus Heidelberg
-31
/
+36
2025-09-06
misc: eeprom/m24lr: Remove unneeded semicolon
Chen Ni
-1
/
+1
2025-08-19
eeprom: add driver for ST M24LR series RFID/NFC EEPROM chips
Abd-Alrhman Masalkhi
-0
/
+625
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2025-07-16
eeprom: at25: convert to spi-mem API
Alexander Sverdlin
-160
/
+162
2025-07-16
eeprom: at25: fram: Detect and support inside-out chip variants
Alexander Sverdlin
-3
/
+19
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
-1
/
+1
2025-04-15
misc: eeprom/idt_89hpesx: use per-client debugfs directory
Wolfram Sang
-73
/
+2
2025-04-01
Merge tag 'i2c-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-6
/
+4
2025-03-25
Merge tag 'i2c-host-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/an...
Wolfram Sang
-1
/
+1
2025-03-10
Merge 6.14-rc6 into char-misc-next
Greg Kroah-Hartman
-1
/
+1
2025-03-03
eeprom: at24: Drop of_match_ptr() and ACPI_PTR() protections
Andy Shevchenko
-6
/
+4
2025-02-20
eeprom: ee1004: Check chip before probing
Eddie James
-0
/
+4
2025-02-20
eeprom: digsy_mtc: Make GPIO lookup table match the device
Andy Shevchenko
-1
/
+1
2024-12-24
misc: eeprom/max6875: Constify 'struct bin_attribute'
Thomas Weißschuh
-2
/
+2
2024-12-24
misc: eeprom/idt_89hpesx: Constify 'struct bin_attribute'
Thomas Weißschuh
-3
/
+3
2024-11-30
Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-2
/
+13
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+3
2024-11-05
eeprom: Fix the cacography in Kconfig
Luo Yifan
-2
/
+2
2024-10-22
eeprom: at24: add ST M24256E Additional Write lockable page support
Marek Vasut
-0
/
+4
2024-10-13
misc: eeprom_93xx46: Changing 'unsigned' to 'unsigned int'
Daniel Hejduk
-1
/
+1
2024-10-11
misc: eeprom: eeprom_93cx6: Switch to BIT() macro
Parker Newman
-2
/
+3
2024-10-11
misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycle
Parker Newman
-0
/
+10
2024-07-31
eeprom: ee1004: Fix locking issues in ee1004_probe()
Armin Wolf
-34
/
+51
2024-07-19
Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+8
2024-07-04
eeprom: ee1004: Instantiate jc42 devices for DIMMS implementing Rev.1 SPD
Guenter Roeck
-3
/
+20
2024-07-04
eeprom: ee1004: Call i2c_new_scanned_device to instantiate thermal sensor
Guenter Roeck
-3
/
+3
2024-07-04
eeprom: ee1004: Add nvmem support
Armin Wolf
-20
/
+40
2024-07-04
eeprom: ee1004: Use devres for bus data cleanup
Armin Wolf
-21
/
+21
2024-07-03
eeprom: at24: Add support for Microchip 24AA025E48/24AA025E64 EEPROMs
Claudiu Beznea
-0
/
+8
2024-06-04
eeprom: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
-54
/
+54
2024-06-04
misc: eeprom_93xx46: Convert to DEVICE_ATTR_WO()
Andy Shevchenko
-4
/
+3
2024-06-04
misc: eeprom_93xx46: Use string_choices API instead of ternary operator
Andy Shevchenko
-4
/
+5
2024-06-04
misc: eeprom_93xx46: Replace explicit castings with proper specifiers
Andy Shevchenko
-5
/
+5
2024-06-04
misc: eeprom_93xx46: Convert to use kstrtox()
Andy Shevchenko
-3
/
+7
2024-06-04
misc: eeprom_93xx46: Use spi_message_init_with_transfers()
Andy Shevchenko
-21
/
+13
2024-06-04
misc: eeprom_93xx46: Remove ->prepare() and ->finish() customisation
Andy Shevchenko
-40
/
+8
2024-06-04
misc: eeprom_93xx46: Hide legacy platform data in the driver
Andy Shevchenko
-6
/
+29
2024-06-04
eeprom: digsy_mtc: Convert to use GPIO descriptors
Andy Shevchenko
-26
/
+20
2024-06-04
eeprom: digsy_mtc: Fix 93xx46 driver probe failure
Andy Shevchenko
-1
/
+1
2024-06-04
misc: eeprom_93xx46: Make use of device properties
Andy Shevchenko
-21
/
+20
[next]