index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
eeprom
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-06
eeprom: at25: make FRAM device ID error message more precise
Markus Heidelberg
1
-1
/
+1
2025-09-06
eeprom: at25: support Cypress FRAMs without device ID
Markus Heidelberg
1
-31
/
+36
2025-09-06
misc: eeprom/m24lr: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2025-08-19
eeprom: add driver for ST M24LR series RFID/NFC EEPROM chips
Abd-Alrhman Masalkhi
3
-0
/
+625
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-1
/
+1
2025-07-16
eeprom: at25: convert to spi-mem API
Alexander Sverdlin
2
-160
/
+162
2025-07-16
eeprom: at25: fram: Detect and support inside-out chip variants
Alexander Sverdlin
1
-3
/
+19
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
1
-1
/
+1
2025-04-15
misc: eeprom/idt_89hpesx: use per-client debugfs directory
Wolfram Sang
1
-73
/
+2
2025-04-01
Merge tag 'i2c-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-6
/
+4
2025-03-25
Merge tag 'i2c-host-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow
Wolfram Sang
1
-1
/
+1
2025-03-10
Merge 6.14-rc6 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2025-03-03
eeprom: at24: Drop of_match_ptr() and ACPI_PTR() protections
Andy Shevchenko
1
-6
/
+4
2025-02-20
eeprom: ee1004: Check chip before probing
Eddie James
1
-0
/
+4
2025-02-20
eeprom: digsy_mtc: Make GPIO lookup table match the device
Andy Shevchenko
1
-1
/
+1
2024-12-24
misc: eeprom/max6875: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-2
/
+2
2024-12-24
misc: eeprom/idt_89hpesx: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-3
/
+3
2024-11-30
Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-2
/
+13
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2
-3
/
+3
2024-11-05
eeprom: Fix the cacography in Kconfig
Luo Yifan
1
-2
/
+2
2024-10-22
eeprom: at24: add ST M24256E Additional Write lockable page support
Marek Vasut
1
-0
/
+4
2024-10-13
misc: eeprom_93xx46: Changing 'unsigned' to 'unsigned int'
Daniel Hejduk
1
-1
/
+1
2024-10-11
misc: eeprom: eeprom_93cx6: Switch to BIT() macro
Parker Newman
1
-2
/
+3
2024-10-11
misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycle
Parker Newman
1
-0
/
+10
2024-07-31
eeprom: ee1004: Fix locking issues in ee1004_probe()
Armin Wolf
1
-34
/
+51
2024-07-19
Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-0
/
+8
2024-07-04
eeprom: ee1004: Instantiate jc42 devices for DIMMS implementing Rev.1 SPD
Guenter Roeck
1
-3
/
+20
2024-07-04
eeprom: ee1004: Call i2c_new_scanned_device to instantiate thermal sensor
Guenter Roeck
1
-3
/
+3
2024-07-04
eeprom: ee1004: Add nvmem support
Armin Wolf
2
-20
/
+40
2024-07-04
eeprom: ee1004: Use devres for bus data cleanup
Armin Wolf
1
-21
/
+21
2024-07-03
eeprom: at24: Add support for Microchip 24AA025E48/24AA025E64 EEPROMs
Claudiu Beznea
1
-0
/
+8
2024-06-04
eeprom: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
3
-54
/
+54
2024-06-04
misc: eeprom_93xx46: Convert to DEVICE_ATTR_WO()
Andy Shevchenko
1
-4
/
+3
2024-06-04
misc: eeprom_93xx46: Use string_choices API instead of ternary operator
Andy Shevchenko
1
-4
/
+5
2024-06-04
misc: eeprom_93xx46: Replace explicit castings with proper specifiers
Andy Shevchenko
1
-5
/
+5
2024-06-04
misc: eeprom_93xx46: Convert to use kstrtox()
Andy Shevchenko
1
-3
/
+7
2024-06-04
misc: eeprom_93xx46: Use spi_message_init_with_transfers()
Andy Shevchenko
1
-21
/
+13
2024-06-04
misc: eeprom_93xx46: Remove ->prepare() and ->finish() customisation
Andy Shevchenko
1
-40
/
+8
2024-06-04
misc: eeprom_93xx46: Hide legacy platform data in the driver
Andy Shevchenko
1
-6
/
+29
2024-06-04
eeprom: digsy_mtc: Convert to use GPIO descriptors
Andy Shevchenko
1
-26
/
+20
2024-06-04
eeprom: digsy_mtc: Fix 93xx46 driver probe failure
Andy Shevchenko
1
-1
/
+1
2024-06-04
misc: eeprom_93xx46: Make use of device properties
Andy Shevchenko
1
-21
/
+20
2024-05-08
Merge 6.9-rc7 into char-misc-testing
Greg Kroah-Hartman
1
-9
/
+9
2024-04-29
eeprom: 93xx46: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-2
/
+0
2024-04-29
eeprom: at25: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2024-04-23
eeprom: at24: fix memory corruption race condition
Daniel Okazaki
1
-9
/
+9
2024-03-05
misc: eeprom_93xx46: Remove unused of_gpio.h
Andy Shevchenko
1
-1
/
+0
2024-02-18
misc: eeprom/idt_89hpesx: Convert data structures to LE explicitly
Dawei Li
1
-3
/
+3
2024-01-18
Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-2
/
+3
2024-01-18
eeprom: at24: use of_match_ptr()
Bartosz Golaszewski
1
-2
/
+3
[next]