summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-35/+62
2026-01-27eeprom: at25: expose JEDEC ID via sysfsPatrick Wicki-8/+30
2026-01-27eeprom: at25: add support for Infineon Cypress QSN FRAMsPatrick Wicki-20/+30
2025-12-29misc: eeprom: Fix EWEN/EWDS/ERAL commands for 93xx56 and 93xx66Markus Perkins-8/+3
2025-12-17eeprom: at24: use dev_err_probe() consistentlyBartosz Golaszewski-13/+7
2025-10-22eeprom: at25: fram: Fix chip range in commentAlexander Sverdlin-1/+1
2025-09-06eeprom: at25: make FRAM device ID error message more preciseMarkus Heidelberg-1/+1
2025-09-06eeprom: at25: support Cypress FRAMs without device IDMarkus Heidelberg-31/+36
2025-09-06misc: eeprom/m24lr: Remove unneeded semicolonChen Ni-1/+1
2025-08-19eeprom: add driver for ST M24LR series RFID/NFC EEPROM chipsAbd-Alrhman Masalkhi-0/+625
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-07-16eeprom: at25: convert to spi-mem APIAlexander Sverdlin-160/+162
2025-07-16eeprom: at25: fram: Detect and support inside-out chip variantsAlexander Sverdlin-3/+19
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh-1/+1
2025-04-15misc: eeprom/idt_89hpesx: use per-client debugfs directoryWolfram Sang-73/+2
2025-04-01Merge tag 'i2c-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+4
2025-03-25Merge tag 'i2c-host-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang-1/+1
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman-1/+1
2025-03-03eeprom: at24: Drop of_match_ptr() and ACPI_PTR() protectionsAndy Shevchenko-6/+4
2025-02-20eeprom: ee1004: Check chip before probingEddie James-0/+4
2025-02-20eeprom: digsy_mtc: Make GPIO lookup table match the deviceAndy Shevchenko-1/+1
2024-12-24misc: eeprom/max6875: Constify 'struct bin_attribute'Thomas Weißschuh-2/+2
2024-12-24misc: eeprom/idt_89hpesx: Constify 'struct bin_attribute'Thomas Weißschuh-3/+3
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+13
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2024-11-05eeprom: Fix the cacography in KconfigLuo Yifan-2/+2
2024-10-22eeprom: at24: add ST M24256E Additional Write lockable page supportMarek Vasut-0/+4
2024-10-13misc: eeprom_93xx46: Changing 'unsigned' to 'unsigned int'Daniel Hejduk-1/+1
2024-10-11misc: eeprom: eeprom_93cx6: Switch to BIT() macroParker Newman-2/+3
2024-10-11misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycleParker Newman-0/+10
2024-07-31eeprom: ee1004: Fix locking issues in ee1004_probe()Armin Wolf-34/+51
2024-07-19Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+8
2024-07-04eeprom: ee1004: Instantiate jc42 devices for DIMMS implementing Rev.1 SPDGuenter Roeck-3/+20
2024-07-04eeprom: ee1004: Call i2c_new_scanned_device to instantiate thermal sensorGuenter Roeck-3/+3
2024-07-04eeprom: ee1004: Add nvmem supportArmin Wolf-20/+40
2024-07-04eeprom: ee1004: Use devres for bus data cleanupArmin Wolf-21/+21
2024-07-03eeprom: at24: Add support for Microchip 24AA025E48/24AA025E64 EEPROMsClaudiu Beznea-0/+8
2024-06-04eeprom: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-54/+54
2024-06-04misc: eeprom_93xx46: Convert to DEVICE_ATTR_WO()Andy Shevchenko-4/+3
2024-06-04misc: eeprom_93xx46: Use string_choices API instead of ternary operatorAndy Shevchenko-4/+5
2024-06-04misc: eeprom_93xx46: Replace explicit castings with proper specifiersAndy Shevchenko-5/+5
2024-06-04misc: eeprom_93xx46: Convert to use kstrtox()Andy Shevchenko-3/+7
2024-06-04misc: eeprom_93xx46: Use spi_message_init_with_transfers()Andy Shevchenko-21/+13
2024-06-04misc: eeprom_93xx46: Remove ->prepare() and ->finish() customisationAndy Shevchenko-40/+8
2024-06-04misc: eeprom_93xx46: Hide legacy platform data in the driverAndy Shevchenko-6/+29
2024-06-04eeprom: digsy_mtc: Convert to use GPIO descriptorsAndy Shevchenko-26/+20
2024-06-04eeprom: digsy_mtc: Fix 93xx46 driver probe failureAndy Shevchenko-1/+1
2024-06-04misc: eeprom_93xx46: Make use of device propertiesAndy Shevchenko-21/+20