1. 8440030 nvmem: core: remove nvmem_sysfs_get_groups() by Srinivas Kandagatla · 4 years, 10 months ago
  2. 664f054 nvmem: core: use is_bin_visible for permissions by Srinivas Kandagatla · 4 years, 10 months ago
  3. f60442d nvmem: core: use device_register and device_unregister by Srinivas Kandagatla · 4 years, 10 months ago
  4. e6de179 nvmem: core: add root_only member to nvmem device struct by Srinivas Kandagatla · 4 years, 10 months ago
  5. 061a320 nvmem: core: validate nvmem config before parsing by Srinivas Kandagatla · 4 years, 11 months ago
  6. a9c3766 nvmem: release the write-protect pin by Khouloud Touil · 4 years, 11 months ago
  7. f7d8d7d nvmem: fix memory leak in error path by Bartosz Golaszewski · 4 years, 11 months ago
  8. 31c6ff5 nvmem: add a newline for readability by Bartosz Golaszewski · 4 years, 11 months ago
  9. e280a8c nvmem: remove a stray newline in nvmem_register() by Bartosz Golaszewski · 4 years, 11 months ago
  10. 8b977c5 nvmem: core: add nvmem_cell_read_u64 by Yangtao Li · 4 years, 11 months ago
  11. 6bb317c nvmem: core: add nvmem_cell_read_common by Yangtao Li · 4 years, 11 months ago
  12. 11777ee Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  13. 16bb7ab nvmem: core: fix memory abort in cleanup path by Bitan Biswas · 5 years ago
  14. a99d2c6 nvmem: fix a 'makes pointer from integer without a cast' build warning by Bartosz Golaszewski · 5 years ago
  15. 2a127da nvmem: add support for the write-protect pin by Khouloud Touil · 5 years ago
  16. 8c2a2b8 nvmem: core: add nvmem_device_find by Thomas Bogendoerfer · 5 years ago
  17. cfba5de drivers: Introduce device lookup variants by of_node by Suzuki K Poulose · 5 years ago
  18. 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
  19. ae0c2d7 nvmem: core: add NVMEM_SYSFS Kconfig by Srinivas Kandagatla · 6 years ago
  20. 2fe518fe nvmem: core: fix read buffer in place by Jorge Ramirez-Ortiz · 6 years ago
  21. 0a9b2d1 nvmem: core: add nvmem_cell_read_u16 by Fabrice Gasnier · 6 years ago
  22. f4853e1 nvmem: core: don't check the return value of notifier chain call by Bartosz Golaszewski · 6 years ago
  23. 9bfd819 nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup() by Alban Bedel · 6 years ago
  24. 73e9dc4 nvmem: core: Fix device reference leak by Alban Bedel · 6 years ago
  25. 95b6519 nvmem: core: Always reference the device returned by nvmem_device_get() by Alban Bedel · 6 years ago
  26. d4e7fef nvmem: core: Properly handle connection ID in of_nvmem_device_get() by Alban Bedel · 6 years ago
  27. 1c83267 nvmem: core: Fix cell lookup when no cell is found by Alban Bedel · 6 years ago
  28. 5087cc1 nvmem: core: Fix of_nvmem_cell_get() for optional cells by Alban Bedel · 6 years ago
  29. 1716cfe nvmem: core: Set the provider read-only when no write callback is given by Alban Bedel · 6 years ago
  30. 517f14d nvmem: add new config option by Bartosz Golaszewski · 6 years ago
  31. a8b44d5 nvmem: Move nvmem_type_str array to its only user by Andy Shevchenko · 6 years ago
  32. 1668845 nvmem: add type attribute by Alexandre Belloni · 6 years ago
  33. 0749aa2 nvmem: core: fix regression in of_nvmem_cell_get() by Srinivas Kandagatla · 6 years ago
  34. 3c53e23 nvmem: hide unused nvmem_find_cell_by_index function by Arnd Bergmann · 6 years ago
  35. cccb3b1 nvmem: fix nvmem_cell_get_from_lookup() by Bartosz Golaszewski · 6 years ago
  36. badcdff nvmem: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  37. ef92ab3 nvmem: make nvmem_add_cells() static by Srinivas Kandagatla · 6 years ago
  38. e7e07f4 nvmem: use octal permissions instead of constants by Bartosz Golaszewski · 6 years ago
  39. 48f63a2 nvmem: fix commenting style by Bartosz Golaszewski · 6 years ago
  40. 165589f nvmem: make the naming of arguments in nvmem_cell_get() consistent by Bartosz Golaszewski · 6 years ago
  41. b1c1db9 nvmem: use SPDX license identifiers by Bartosz Golaszewski · 6 years ago
  42. bee1138 nvmem: add a notifier chain by Bartosz Golaszewski · 6 years ago
  43. 506157b nvmem: add support for cell lookups from machine code by Bartosz Golaszewski · 6 years ago
  44. e888d44 nvmem: resolve cells from DT at registration time by Bartosz Golaszewski · 6 years ago
  45. b985f4c nvmem: add support for cell info by Bartosz Golaszewski · 6 years ago
  46. c7235ee nvmem: remove the global cell list by Bartosz Golaszewski · 6 years ago
  47. bf58e88 nvmem: change the signature of nvmem_unregister() by Bartosz Golaszewski · 6 years ago
  48. c1de7f4 nvmem: use kref by Bartosz Golaszewski · 6 years ago
  49. fa72d84 nvmem: check the return value of nvmem_add_cells() by Bartosz Golaszewski · 6 years ago
  50. f9fcb7e3 nvmem: remove a stray newline by Bartosz Golaszewski · 6 years ago
  51. 1852183 nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells() by Bartosz Golaszewski · 6 years ago
  52. 5db652c nvmem: remove the name field from struct nvmem_device by Bartosz Golaszewski · 6 years ago
  53. d7b9fd1 nvmem: provide nvmem_dev_name() by Bartosz Golaszewski · 6 years ago
  54. ca6ac25 nvmem: core: return error code instead of NULL from nvmem_device_get by Srinivas Kandagatla · 6 years ago
  55. 83cf9cd Merge 4.18-rc5 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  56. fc82975 nvmem: core: remove unused nvmem_device ncells member by Srinivas Kandagatla · 7 years ago
  57. 87ed140 nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us by Douglas Anderson · 7 years ago
  58. 50808bf nvmem: properly handle returned value nvmem_reg_read by Mathieu Malaterre · 7 years ago
  59. b378c77 nvmem: core: describe add missing dev function parameter by Srinivas Kandagatla · 7 years ago
  60. b3db17e drivers: nvmem: Export nvmem_add_cells() by Andrew Lunn · 7 years ago
  61. f1f50ec nvmem: Introduce devm_nvmem_(un)register() by Andrey Smirnov · 7 years ago
  62. fd0f490 nvmem: core: Allow specifying device name verbatim by Andrey Smirnov · 7 years ago
  63. fc2f997 nvmem: core: switch to device_property_present for reading property "read-only" by Heiner Kallweit · 7 years ago
  64. 99897ef nvmem: core: let stride and word_size default to 1 by Heiner Kallweit · 7 years ago
  65. 9f3044c nvmem: core: Deduplicate bus_find_device() by name matching by Lukas Wunner · 7 years ago
  66. 17eb18d nvmem: set nvmem->owner to nvmem->dev->driver->owner if unset by Masahiro Yamada · 7 years ago
  67. 58f2c39 Merge 4.14-rc5 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  68. e701c67 nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditional by Masahiro Yamada · 7 years ago
  69. f7c04f1 nvmem: remove inline in drivers/nvmem/core.c by Masahiro Yamada · 7 years ago
  70. aad8d09 nvmem: add missing of_node_put() in of_nvmem_cell_get() by Masahiro Yamada · 7 years ago
  71. 38b0774 nvmem: core: return EFBIG on out-of-range write by Guy Shapiro · 7 years ago
  72. fd086113 nvmem: core: remove unneeded NULL check by Dan Carpenter · 7 years ago
  73. d026d70 nvmem: core: Add nvmem_cell_read_u32 by Leonard Crestez · 7 years ago
  74. 5f214cc nvmem: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  75. 666d6a3 nvmem: core: add locking to nvmem_find_cell by Heiner Kallweit · 8 years ago
  76. 79fbf04 nvmem: core: Call put_device() in nvmem_unregister() by Andrey Smirnov · 8 years ago
  77. 3360acd nvmem: core: fix leaks on registration errors by Johan Hovold · 8 years ago
  78. 5253193 nvmem: core: Allow allocating several anonymous nvmem devices by Aban Bedel · 8 years ago
  79. fd0c478 nvmem: core: Allow getting nvmem cell with a NULL cell id by Vivek Gautam · 8 years ago
  80. 2914326 nvmem: core: Correct a bunch of function documentations by Vivek Gautam · 8 years ago
  81. 3b4a687 nvmem: core: Allow ignoring length when reading a cell by Vivek Gautam · 8 years ago
  82. b577faf nvmem: fix nvmem_cell_read() return type doc by Brian Norris · 8 years ago
  83. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
  84. 795ddd1 nvmem: core: remove regmap dependency by Srinivas Kandagatla · 9 years ago
  85. b6c217a nvmem: Add backwards compatibility support for older EEPROM drivers. by Andrew Lunn · 9 years ago
  86. 811b0d6 nvmem: Add flag to export NVMEM to root only by Andrew Lunn · 9 years ago
  87. dfdf141 nvmem: core: fix error path in nvmem_add_cells() by Rasmus Villemoes · 9 years ago
  88. 313a72f nvmem: core: return error for non word aligned access by Srinivas Kandagatla · 9 years ago
  89. ace2217 nvmem: core: Fix memory leak in nvmem_cell_write by Axel Lin · 9 years ago
  90. cbf854a nvmem: core: Handle shift bits in-place if cell->nbits is non-zero by Axel Lin · 9 years ago
  91. 7c80688 nvmem: core: fix the out-of-range leak in read/write() by ZhengShunQian · 9 years ago
  92. e2a5402 nvmem: Add nvmem_device based consumer apis. by Srinivas Kandagatla · 9 years ago
  93. 69aba79 nvmem: Add a simple NVMEM framework for consumers by Srinivas Kandagatla · 9 years ago
  94. eace75c nvmem: Add a simple NVMEM framework for nvmem providers by Srinivas Kandagatla · 9 years ago