Age | Commit message (Expand) | Author |
2025-02-20 | eeprom: digsy_mtc: Make GPIO lookup table match the device | Andy Shevchenko |
2024-12-24 | misc: eeprom/max6875: Constify 'struct bin_attribute' | Thomas Weißschuh |
2024-12-24 | misc: eeprom/idt_89hpesx: Constify 'struct bin_attribute' | Thomas Weißschuh |
2024-11-30 | Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2024-11-29 | Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-11-05 | eeprom: Fix the cacography in Kconfig | Luo Yifan |
2024-10-22 | eeprom: at24: add ST M24256E Additional Write lockable page support | Marek Vasut |
2024-10-13 | misc: eeprom_93xx46: Changing 'unsigned' to 'unsigned int' | Daniel Hejduk |
2024-10-11 | misc: eeprom: eeprom_93cx6: Switch to BIT() macro | Parker Newman |
2024-10-11 | misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycle | Parker Newman |
2024-07-31 | eeprom: ee1004: Fix locking issues in ee1004_probe() | Armin Wolf |
2024-07-19 | Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2024-07-04 | eeprom: ee1004: Instantiate jc42 devices for DIMMS implementing Rev.1 SPD | Guenter Roeck |
2024-07-04 | eeprom: ee1004: Call i2c_new_scanned_device to instantiate thermal sensor | Guenter Roeck |
2024-07-04 | eeprom: ee1004: Add nvmem support | Armin Wolf |
2024-07-04 | eeprom: ee1004: Use devres for bus data cleanup | Armin Wolf |
2024-07-03 | eeprom: at24: Add support for Microchip 24AA025E48/24AA025E64 EEPROMs | Claudiu Beznea |
2024-06-04 | eeprom: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König |
2024-06-04 | misc: eeprom_93xx46: Convert to DEVICE_ATTR_WO() | Andy Shevchenko |
2024-06-04 | misc: eeprom_93xx46: Use string_choices API instead of ternary operator | Andy Shevchenko |
2024-06-04 | misc: eeprom_93xx46: Replace explicit castings with proper specifiers | Andy Shevchenko |
2024-06-04 | misc: eeprom_93xx46: Convert to use kstrtox() | Andy Shevchenko |
2024-06-04 | misc: eeprom_93xx46: Use spi_message_init_with_transfers() | Andy Shevchenko |
2024-06-04 | misc: eeprom_93xx46: Remove ->prepare() and ->finish() customisation | Andy Shevchenko |
2024-06-04 | misc: eeprom_93xx46: Hide legacy platform data in the driver | Andy Shevchenko |
2024-06-04 | eeprom: digsy_mtc: Convert to use GPIO descriptors | Andy Shevchenko |
2024-06-04 | eeprom: digsy_mtc: Fix 93xx46 driver probe failure | Andy Shevchenko |
2024-06-04 | misc: eeprom_93xx46: Make use of device properties | Andy Shevchenko |
2024-05-08 | Merge 6.9-rc7 into char-misc-testing | Greg Kroah-Hartman |
2024-04-29 | eeprom: 93xx46: drop unneeded MODULE_ALIAS | Krzysztof Kozlowski |
2024-04-29 | eeprom: at25: drop unneeded MODULE_ALIAS | Krzysztof Kozlowski |
2024-04-23 | eeprom: at24: fix memory corruption race condition | Daniel Okazaki |
2024-03-05 | misc: eeprom_93xx46: Remove unused of_gpio.h | Andy Shevchenko |
2024-02-18 | misc: eeprom/idt_89hpesx: Convert data structures to LE explicitly | Dawei Li |
2024-01-18 | Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-01-18 | eeprom: at24: use of_match_ptr() | Bartosz Golaszewski |
2024-01-04 | eeprom: at24: Use pm_runtime_resume_and_get to simplify the code | Heiner Kallweit |
2024-01-04 | eeprom: at24: Probe for DDR3 thermal sensor in the SPD case | Heiner Kallweit |
2024-01-04 | eeprom: ee1004: add support for temperature sensor | Heiner Kallweit |
2023-12-07 | eeprom: ee1004: Add support for multiple i2c busses | Heiner Kallweit |
2023-11-05 | Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-10-16 | eeprom: at24: add ST M24C64-D Additional Write lockable page support | Alexander Stein |
2023-10-12 | eeprom: at24: add ST M24C32-D Additional Write lockable page support | Marek Vasut |
2023-10-05 | eeprom: Remove deprecated legacy eeprom driver | Heiner Kallweit |
2023-10-05 | eeprom: idt_89hpesx: replace open-coded kmemdup_nul | Justin Stitt |
2023-09-25 | eeprom: at24: Annotate struct at24_data with __counted_by | Kees Cook |
2023-09-11 | eeprom: at24: Drop at24_get_chip_data() | Biju Das |
2023-08-11 | misc: eeprom/idt_89hpesx: Use devm_kmemdup to replace devm_kmalloc + memcpy | Li Zetao |
2023-08-11 | misc: eeprom/idt_89hpesx: Switch to memdup_user_nul() helper | Ruan Jinjie |
2023-07-03 | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |