| Age | Commit message (Expand) | Author | Files | Lines |
| 12 days | eeprom: at24: Use named initializers for arrays of i2c_device_data | Uwe Kleine-König (The Capable Hub) | 1 | -31/+31 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2026-02-17 | Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -35/+62 |
| 2026-01-27 | eeprom: at25: expose JEDEC ID via sysfs | Patrick Wicki | 1 | -8/+30 |
| 2026-01-27 | eeprom: at25: add support for Infineon Cypress QSN FRAMs | Patrick Wicki | 1 | -20/+30 |
| 2025-12-29 | misc: eeprom: Fix EWEN/EWDS/ERAL commands for 93xx56 and 93xx66 | Markus Perkins | 1 | -8/+3 |
| 2025-12-17 | eeprom: at24: use dev_err_probe() consistently | Bartosz Golaszewski | 1 | -13/+7 |
| 2025-10-22 | eeprom: at25: fram: Fix chip range in comment | Alexander Sverdlin | 1 | -1/+1 |
| 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... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-16 | eeprom: at25: convert to spi-mem API | Alexander Sverdlin | 2 | -159/+161 |
| 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... | Linus Torvalds | 1 | -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/+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/gre... | Linus Torvalds | 1 | -2/+13 |
| 2024-11-29 | Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | 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/kerne... | 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 | -50/+50 |
| 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/ker... | Linus Torvalds | 1 | -2/+3 |
| 2024-01-18 | eeprom: at24: use of_match_ptr() | Bartosz Golaszewski | 1 | -2/+3 |
| 2024-01-04 | eeprom: at24: Use pm_runtime_resume_and_get to simplify the code | Heiner Kallweit | 1 | -10/+4 |
| 2024-01-04 | eeprom: at24: Probe for DDR3 thermal sensor in the SPD case | Heiner Kallweit | 1 | -0/+29 |
| 2024-01-04 | eeprom: ee1004: add support for temperature sensor | Heiner Kallweit | 1 | -0/+19 |
| 2023-12-07 | eeprom: ee1004: Add support for multiple i2c busses | Heiner Kallweit | 1 | -31/+63 |
| 2023-11-05 | Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -30/+12 |
| 2023-10-16 | eeprom: at24: add ST M24C64-D Additional Write lockable page support | Alexander Stein | 1 | -0/+4 |
| 2023-10-12 | eeprom: at24: add ST M24C32-D Additional Write lockable page support | Marek Vasut | 1 | -0/+4 |
| 2023-10-05 | eeprom: Remove deprecated legacy eeprom driver | Heiner Kallweit | 3 | -229/+0 |
| 2023-10-05 | eeprom: idt_89hpesx: replace open-coded kmemdup_nul | Justin Stitt | 1 | -8/+3 |
| 2023-09-25 | eeprom: at24: Annotate struct at24_data with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-09-11 | eeprom: at24: Drop at24_get_chip_data() | Biju Das | 1 | -29/+3 |
| 2023-08-11 | misc: eeprom/idt_89hpesx: Use devm_kmemdup to replace devm_kmalloc + memcpy | Li Zetao | 1 | -5/+6 |
| 2023-08-11 | misc: eeprom/idt_89hpesx: Switch to memdup_user_nul() helper | Ruan Jinjie | 1 | -9/+3 |
| 2023-07-03 | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -5/+5 |
| 2023-07-02 | Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+2 |
| 2023-06-08 | eeprom: at24: also select REGMAP | Randy Dunlap | 1 | -0/+1 |
| 2023-05-29 | misc: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 5 | -5/+5 |
| 2023-05-16 | eeprom: at24: Use dev_err_probe for nvmem register failure | Alexander Stein | 1 | -1/+2 |
| 2023-01-20 | eeprom: idt_89hpesx: Fix error handling in idt_init() | Yuan Can | 1 | -1/+9 |
| 2023-01-20 | eeprom: at25: Convert to use fwnode_device_is_compatible() | Andy Shevchenko | 1 | -6/+2 |
| 2022-11-23 | misc: eeprom/idt_89hpesx: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -2/+2 |
| 2022-11-23 | misc: eeprom/max6875: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-23 | misc: eeprom/eeprom: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-10-08 | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+2 |
| 2022-09-01 | misc: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2 | -2/+2 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 5 | -15/+5 |
| 2022-07-14 | eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write() | Dan Carpenter | 1 | -2/+6 |
| 2022-07-11 | Merge 5.19-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -14/+12 |
| 2022-07-08 | eeprom: idt_89hpesx: fix clang -Wformat warnings | Justin Stitt | 1 | -3/+3 |
| 2022-06-27 | eeprom: at25: Rework buggy read splitting | Geert Uytterhoeven | 1 | -14/+12 |
| 2022-06-10 | eeprom: at25: Split reads into chunks and cap write size | Brad Bishop | 1 | -39/+52 |
| 2022-04-24 | eeprom: at25: Use DMA safe buffers | Christophe Leroy | 1 | -8/+11 |
| 2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2022-03-21 | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -3/+1 |
| 2022-02-14 | Merge 5.17-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+3 |
| 2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König | 1 | -3/+1 |
| 2022-02-04 | eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX | Jonas Malaco | 1 | -0/+3 |
| 2022-01-30 | Merge tag 'v5.17-rc2' into char-misc-next | Greg Kroah-Hartman | 1 | -0/+4 |
| 2022-01-26 | eeprom: at25: Replace strncpy() with strscpy() | Kees Cook | 1 | -2/+2 |
| 2022-01-22 | eeprom: at25: Restore missing allocation | Kees Cook | 1 | -0/+4 |
| 2022-01-14 | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -36/+32 |
| 2021-12-13 | eeprom: at24: Add support for 24c1025 EEPROM | Maxim Kochetkov | 1 | -1/+14 |
| 2021-12-13 | Merge v5.15-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -5/+2 |
| 2021-12-03 | misc: at25: Align comment style | Andy Shevchenko | 1 | -17/+20 |
| 2021-12-03 | misc: at25: Replace commas by spaces in the ID tables | Andy Shevchenko | 1 | -4/+4 |
| 2021-12-03 | misc: at25: Reorganize headers for better maintenance | Andy Shevchenko | 1 | -6/+7 |
| 2021-12-03 | misc: at25: Factor out at_fram_to_chip() | Andy Shevchenko | 1 | -41/+44 |
| 2021-12-03 | misc: at25: Switch to use BIT() instead of custom approaches | Andy Shevchenko | 1 | -4/+4 |
| 2021-12-03 | misc: at25: Get rid of intermediate storage for AT25 chip data | Andy Shevchenko | 1 | -17/+15 |
| 2021-12-03 | misc: at25: Get platform data via dev_get_platdata() | Andy Shevchenko | 1 | -3/+4 |
| 2021-12-03 | misc: at25: Check new property ("address-width") first | Andy Shevchenko | 1 | -4/+4 |
| 2021-12-03 | misc: at25: Unshadow error codes in at25_fw_to_chip() | Andy Shevchenko | 1 | -17/+21 |
| 2021-12-03 | misc: at25: Use at25->chip instead of local chip everywhere in ->probe() | Andy Shevchenko | 1 | -7/+7 |
| 2021-12-03 | misc: at25: Check proper value of chip length in FRAM case | Andy Shevchenko | 1 | -2/+2 |
| 2021-12-03 | misc: at25: Don't copy garbage to the at25->chip in FRAM case | Andy Shevchenko | 1 | -1/+4 |
| 2021-12-03 | misc: at25: Make driver OF independent again | Andy Shevchenko | 1 | -7/+6 |
| 2021-12-03 | nvmem: eeprom: at25: fix FRAM byte_len | Ralph Siemsen | 1 | -20/+18 |
| 2021-12-01 | eeprom: at24: remove struct at24_client | Heiner Kallweit | 1 | -35/+18 |
| 2021-11-03 | at24: Support probing while in non-zero ACPI D state | Sakari Ailus | 1 | -18/+27 |
| 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 |
| 2020-11-14 | eeprom: at25: Add example part numbers | Jonathan Neuschäfer | 1 | -0/+3 |
| 2020-10-21 | Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -8/+65 |
| 2020-10-02 | eeprom: ee1004: use module_i2c_driver to simplify the code | Liu Shixin | 1 | -12/+1 |
| 2020-09-27 | Merge tag 'at24-updates-for-v5.10' of git://git.kernel.org/pub/scm/linux/kern... | Wolfram Sang | 1 | -7/+64 |
| 2020-09-25 | eeprom: at24: Support custom device names for AT24 EEPROMs | Jon Hunter | 1 | -1/+21 |
| 2020-09-24 | eeprom: at24: Initialise AT24 NVMEM ID field | Jon Hunter | 1 | -0/+1 |
| 2020-09-21 | misc: eeprom: use helper to get i2c_client from kobj | Wolfram Sang | 1 | -1/+1 |
| 2020-09-17 | eeprom: 93xx46: set type id as EEPROM | Vadym Kochan | 1 | -0/+1 |
| 2020-09-17 | eeprom: at25: set type id as EEPROM | Vadym Kochan | 1 | -0/+1 |
| 2020-09-17 | eeprom: at24: set type id as EEPROM | Vadym Kochan | 1 | -0/+1 |
| 2020-09-14 | Merge 5.9-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -4/+7 |
| 2020-09-09 | Merge tag 'at24-fixes-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker... | Wolfram Sang | 1 | -4/+7 |
| 2020-09-01 | misc: eeprom: at24: register nvmem only after eeprom is ready to use | Vadym Kochan | 1 | -4/+7 |
| 2020-08-31 | Merge 5.9-rc3 into char-misc-next | Greg Kroah-Hartman | 1 | -5/+5 |
| 2020-08-28 | eeprom: at25: set minimum read/write access stride to 1 | Christian Eggers | 1 | -1/+1 |
| 2020-08-28 | eeprom: at25: allow page sizes greater than 16 bit | Christian Eggers | 1 | -1/+1 |
| 2020-08-25 | eeprom: at24: Tidy at24_read() | Jean Delvare | 1 | -10/+4 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -5/+5 |
| 2020-08-18 | eeprom: at24: Add support for the Sony VAIO EEPROMs | Jean Delvare | 1 | -0/+41 |
| 2020-07-10 | misc: eeprom: at24: Tell the compiler that ACPI functions may not be used | Lee Jones | 1 | -1/+1 |
| 2020-06-29 | misc: eeprom: eeprom_93cx6: Repair function arg descriptions | Lee Jones | 1 | -2/+2 |
| 2020-03-26 | Merge tag 'v5.6-rc7' into i2c/for-5.7 | Wolfram Sang | 1 | -1/+2 |
| 2020-03-12 | misc: eeprom: at24: fix regulator underflow | Michael Auchter | 1 | -1/+2 |
| 2020-02-10 | eeprom: at24: add TPF0001 ACPI ID for 24c1024 device | Markus Pietrek | 1 | -0/+1 |
| 2020-01-23 | misc: eeprom: at24: support pm_runtime control | Bibby Hsieh | 1 | -0/+39 |
| 2020-01-09 | eeprom: at24: remove the write-protect pin support | Khouloud Touil | 1 | -9/+0 |
| 2020-01-02 | eeprom: at24: sort headers alphabetically | Bartosz Golaszewski | 1 | -12/+12 |
| 2020-01-02 | eeprom: at24: update the license tag | Bartosz Golaszewski | 1 | -1/+1 |
| 2019-12-01 | Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 1 | -3/+6 |
| 2019-10-04 | eeprom: Warn that the driver is deprecated | Jean Delvare | 1 | -0/+4 |
| 2019-10-04 | eeprom: at24: Improve confusing log message | Jean Delvare | 1 | -3/+6 |
| 2019-09-24 | Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 1 | -1/+0 |
| 2019-09-04 | eeprom: Deprecate the legacy eeprom driver | Jean Delvare | 1 | -1/+4 |
| 2019-09-03 | Merge tag 'at24-v5.4-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin... | Wolfram Sang | 1 | -1/+0 |
| 2019-08-12 | Merge 5.3-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2019-08-01 | Merge tag 'at24-v5.3-rc3-fixes-for-wolfram' of git://git.kernel.org/pub/scm/l... | Wolfram Sang | 1 | -1/+1 |
| 2019-07-29 | Merge 5.3-rc2 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+3 |
| 2019-07-28 | eeprom: at24: make spd world-readable again | Jean Delvare | 1 | -1/+1 |
| 2019-07-25 | eeprom: make older eeprom drivers select NVMEM_SYSFS | Arseny Solokha | 1 | -0/+3 |
| 2019-07-25 | misc: eeprom: max6875: convert to i2c_new_dummy_device | Wolfram Sang | 1 | -3/+3 |
| 2019-07-25 | misc: eeprom: ee1004: convert to i2c_new_dummy_device | Wolfram Sang | 1 | -3/+3 |
| 2019-07-22 | eeprom: at24: remove unneeded include | Bartosz Golaszewski | 1 | -1/+0 |
| 2019-07-15 | Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 1 | -58/+28 |
| 2019-06-29 | Merge tag 'at24-v5.3-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin... | Wolfram Sang | 1 | -58/+28 |
| 2019-06-27 | eeprom: at24: modify a comment referring to platform data | Bartosz Golaszewski | 1 | -2/+2 |
| 2019-06-23 | Merge 5.2-rc6 into char-misc-next | Greg Kroah-Hartman | 2 | -8/+2 |