1. 112450d Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years ago
  2. d08aea2 eeprom: at24: Add support for 24c1025 EEPROM by Maxim Kochetkov · 3 years, 1 month ago
  3. af40d16 Merge v5.15-rc5 into char-misc-next by Greg Kroah-Hartman · 3 years, 1 month ago
  4. 1ca54ce misc: at25: Align comment style by Andy Shevchenko · 3 years, 2 months ago
  5. d6471ab misc: at25: Replace commas by spaces in the ID tables by Andy Shevchenko · 3 years, 2 months ago
  6. d5fb130 misc: at25: Reorganize headers for better maintenance by Andy Shevchenko · 3 years, 2 months ago
  7. 31a45d2 misc: at25: Factor out at_fram_to_chip() by Andy Shevchenko · 3 years, 2 months ago
  8. d059ed1 misc: at25: Switch to use BIT() instead of custom approaches by Andy Shevchenko · 3 years, 2 months ago
  9. 01d3c42 misc: at25: Get rid of intermediate storage for AT25 chip data by Andy Shevchenko · 3 years, 2 months ago
  10. 994233e misc: at25: Get platform data via dev_get_platdata() by Andy Shevchenko · 3 years, 2 months ago
  11. fb422f4 misc: at25: Check new property ("address-width") first by Andy Shevchenko · 3 years, 2 months ago
  12. c329fe5 misc: at25: Unshadow error codes in at25_fw_to_chip() by Andy Shevchenko · 3 years, 2 months ago
  13. 51902c1 misc: at25: Use at25->chip instead of local chip everywhere in ->probe() by Andy Shevchenko · 3 years, 2 months ago
  14. 58589a7 misc: at25: Check proper value of chip length in FRAM case by Andy Shevchenko · 3 years, 2 months ago
  15. a692fc3 misc: at25: Don't copy garbage to the at25->chip in FRAM case by Andy Shevchenko · 3 years, 2 months ago
  16. 5b55729 misc: at25: Make driver OF independent again by Andy Shevchenko · 3 years, 2 months ago
  17. 9a62657 nvmem: eeprom: at25: fix FRAM byte_len by Ralph Siemsen · 3 years, 2 months ago
  18. 92e1764 eeprom: at24: remove struct at24_client by Heiner Kallweit · 3 years, 2 months ago
  19. 1e96078e at24: Support probing while in non-zero ACPI D state by Sakari Ailus · 3 years, 3 months ago
  20. f427527 eeprom: 93xx46: fix MODULE_DEVICE_TABLE by Arnd Bergmann · 3 years, 3 months ago
  21. 137879f eeprom: 93xx46: Add SPI device ID table by Mark Brown · 3 years, 4 months ago
  22. 9e2cd44 eeprom: at25: Add SPI ID table by Mark Brown · 3 years, 4 months ago
  23. a750bff Merge tag 'at24-fixes-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current by Wolfram Sang · 3 years, 6 months ago
  24. c36748a misc: eeprom: at24: Always append device id even if label property is set. by Jérôme Glisse · 3 years, 7 months ago
  25. eab61fb nvmem: eeprom: at25: fram discovery simplification by Jiri Prchal · 3 years, 7 months ago
  26. 604288b nvmem: eeprom: at25: fix type compiler warnings by Jiri Prchal · 3 years, 7 months ago
  27. fd307a4 nvmem: prepare basics for FRAM support by Jiri Prchal · 3 years, 7 months ago
  28. 7504112 eeprom: idt_89hpesx: use SPDX-License-Identifier by Andy Shevchenko · 3 years, 7 months ago
  29. e0db3de eeprom: idt_89hpesx: Restore printing the unsupported fwnode name by Andy Shevchenko · 3 years, 7 months ago
  30. 3f6ee1c eeprom: idt_89hpesx: Put fwnode in matching case during ->probe() by Andy Shevchenko · 3 years, 7 months ago
  31. 2fa7d74 eeprom: ee1004: Remove not needed debug message by Heiner Kallweit · 3 years, 8 months ago
  32. 5fe3cba eeprom: ee1004: Add helper ee1004_cleanup by Heiner Kallweit · 3 years, 8 months ago
  33. 8700a73 eeprom: ee1004: Add constant EE1004_NUM_PAGES by Heiner Kallweit · 3 years, 8 months ago
  34. 8aeacb7 eeprom: ee1004: Move call to ee1004_set_current_page to ee1004_eeprom_read by Heiner Kallweit · 3 years, 8 months ago
  35. 6f68dbd eeprom: ee1004: Improve error handling in ee1004_read by Heiner Kallweit · 3 years, 8 months ago
  36. 6601017 eeprom: ee1004: Factor out setting page to ee1004_set_current_page by Heiner Kallweit · 3 years, 8 months ago
  37. b2cd8a2 eeprom: ee1004: Cache current page at initialization of first device only by Heiner Kallweit · 3 years, 8 months ago
  38. 2ac9903 eeprom: ee1004: Switch to i2c probe_new callback by Heiner Kallweit · 3 years, 8 months ago
  39. 3c03dad eeprom: ee1004: Improve creating dummy devices by Heiner Kallweit · 3 years, 8 months ago
  40. 08e5138 eeprom: ee1004: Improve check for SMBUS features by Heiner Kallweit · 3 years, 8 months ago
  41. b97ba92 eeprom: ee1004: Remove usage of i2c_adapter_id in adapter comparison by Heiner Kallweit · 3 years, 8 months ago
  42. 64bf274 eeprom: ee1004: Remove not needed check in ee1004_eeprom_read by Heiner Kallweit · 3 years, 8 months ago
  43. 7abdadf eeprom: ee1004: Remove not needed check in ee1004_read by Heiner Kallweit · 3 years, 8 months ago
  44. 7adbd54 eeprom: ee1004: Use kobj_to_i2c_client to simplify the code by Heiner Kallweit · 3 years, 8 months ago
  45. b63866ef eeprom: ee1004: Let device core handle attribute eeprom by Heiner Kallweit · 3 years, 8 months ago
  46. 03e3e31 Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc") into char-misc-next by Greg Kroah-Hartman · 3 years, 8 months ago
  47. 2962484 misc: eeprom: at24: check suspend status before disable regulator by Hsin-Yi Wang · 3 years, 9 months ago
  48. 14374fb misc: eeprom_93xx46: Add new 93c56 and 93c66 compatible strings by Emmanuel Gil Peyrot · 3 years, 8 months ago
  49. 4a5ff99 misc: eeprom_93xx46: Remove hardcoded bit lengths by Emmanuel Gil Peyrot · 3 years, 8 months ago
  50. f6f1f8e misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom by Aswath Govindraju · 4 years ago
  51. 4540b9f misc: eeprom_93xx46: Add module alias to avoid breaking support for non device tree users by Aswath Govindraju · 4 years ago
  52. 47771f1 misc: eeprom_93xx46: Enable module autoprobe for microchip 93LC46B eeprom by Aswath Govindraju · 4 years ago
  53. 13613a2 misc: eeprom_93xx46: Fix module alias to enable module autoprobe by Aswath Govindraju · 4 years ago
  54. 2911ed9 Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 1 month ago
  55. 4e302c3 misc: eeprom: at24: fix NVMEM name with custom AT24 device name by Diego Santa Cruz · 4 years, 1 month ago
  56. 667aef0 eeprom: at25: Add example part numbers by Jonathan Neuschäfer · 4 years, 2 months ago
  57. b5df4b5 Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 3 months ago
  58. 4292aa9 eeprom: ee1004: use module_i2c_driver to simplify the code by Liu Shixin · 4 years, 4 months ago
  59. 668ba5e Merge tag 'at24-updates-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-5.10 by Wolfram Sang · 4 years, 4 months ago
  60. 61f764c eeprom: at24: Support custom device names for AT24 EEPROMs by Jon Hunter · 4 years, 4 months ago
  61. f434f9b eeprom: at24: Initialise AT24 NVMEM ID field by Jon Hunter · 4 years, 4 months ago
  62. 8ce98dd misc: eeprom: use helper to get i2c_client from kobj by Wolfram Sang · 4 years, 4 months ago
  63. 1d62a2c eeprom: 93xx46: set type id as EEPROM by Vadym Kochan · 4 years, 4 months ago
  64. 5e180e6 eeprom: at25: set type id as EEPROM by Vadym Kochan · 4 years, 4 months ago
  65. 774b9f4 eeprom: at24: set type id as EEPROM by Vadym Kochan · 4 years, 4 months ago
  66. 05fa34d Merge 5.9-rc5 into char-misc-next by Greg Kroah-Hartman · 4 years, 4 months ago
  67. 0065ec0 Merge tag 'at24-fixes-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current by Wolfram Sang · 4 years, 4 months ago
  68. 45df80d misc: eeprom: at24: register nvmem only after eeprom is ready to use by Vadym Kochan · 4 years, 5 months ago
  69. dd55972 Merge 5.9-rc3 into char-misc-next by Greg Kroah-Hartman · 4 years, 5 months ago
  70. 284f52a eeprom: at25: set minimum read/write access stride to 1 by Christian Eggers · 4 years, 6 months ago
  71. d3cd007 eeprom: at25: allow page sizes greater than 16 bit by Christian Eggers · 4 years, 6 months ago
  72. 99363d1 eeprom: at24: Tidy at24_read() by Jean Delvare · 4 years, 5 months ago
  73. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  74. a4423ce eeprom: at24: Add support for the Sony VAIO EEPROMs by Jean Delvare · 4 years, 5 months ago
  75. 8965930 misc: eeprom: at24: Tell the compiler that ACPI functions may not be used by Lee Jones · 4 years, 7 months ago
  76. 98e72eb misc: eeprom: eeprom_93cx6: Repair function arg descriptions by Lee Jones · 4 years, 7 months ago
  77. 6d7e0a3 Merge tag 'v5.6-rc7' into i2c/for-5.7 by Wolfram Sang · 4 years, 10 months ago
  78. 58d6fee misc: eeprom: at24: fix regulator underflow by Michael Auchter · 4 years, 10 months ago
  79. 4837621 eeprom: at24: add TPF0001 ACPI ID for 24c1024 device by Markus Pietrek · 5 years ago
  80. cd5676d misc: eeprom: at24: support pm_runtime control by Bibby Hsieh · 5 years ago
  81. 1c89074 eeprom: at24: remove the write-protect pin support by Khouloud Touil · 5 years ago
  82. 69afc4b eeprom: at24: sort headers alphabetically by Bartosz Golaszewski · 5 years ago
  83. 567ec71 eeprom: at24: update the license tag by Bartosz Golaszewski · 5 years ago
  84. 3265568 Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  85. 3079b54 eeprom: Warn that the driver is deprecated by Jean Delvare · 5 years ago
  86. 285be87 eeprom: at24: Improve confusing log message by Jean Delvare · 5 years ago
  87. 351c8a0 Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  88. c165d89 eeprom: Deprecate the legacy eeprom driver by Jean Delvare · 5 years ago
  89. 51d1382 Merge tag 'at24-v5.4-updates-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-5.4 by Wolfram Sang · 5 years ago
  90. 77e38c1 Merge 5.3-rc4 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  91. 3a5ff11 Merge tag 'at24-v5.3-rc3-fixes-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current by Wolfram Sang · 5 years ago
  92. 6de465a Merge 5.3-rc2 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  93. 25e5ef3 eeprom: at24: make spd world-readable again by Jean Delvare · 5 years ago
  94. 1b56218 eeprom: make older eeprom drivers select NVMEM_SYSFS by Arseny Solokha · 6 years ago
  95. 2495aee misc: eeprom: max6875: convert to i2c_new_dummy_device by Wolfram Sang · 5 years ago
  96. 8025712 misc: eeprom: ee1004: convert to i2c_new_dummy_device by Wolfram Sang · 5 years ago
  97. 10742fe eeprom: at24: remove unneeded include by Bartosz Golaszewski · 6 years ago
  98. 273cbf61 Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  99. 504ee6b Merge tag 'at24-v5.3-updates-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-5.3 by Wolfram Sang · 6 years ago
  100. dce91ba eeprom: at24: modify a comment referring to platform data by Bartosz Golaszewski · 6 years ago