1. 45763bf Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  2. f4853e1 nvmem: core: don't check the return value of notifier chain call by Bartosz Golaszewski · 6 years ago
  3. 4640fa1 nvmem: zynqmp: Added zynqmp nvmem firmware driver by Nava kishore Manne · 6 years ago
  4. 9f23379 nvmem: allow to select i.MX nvmem driver for i.MX 7D by Stefan Agner · 6 years ago
  5. 9bfd819 nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup() by Alban Bedel · 6 years ago
  6. 73e9dc4 nvmem: core: Fix device reference leak by Alban Bedel · 6 years ago
  7. 95b6519 nvmem: core: Always reference the device returned by nvmem_device_get() by Alban Bedel · 6 years ago
  8. d4e7fef nvmem: core: Properly handle connection ID in of_nvmem_device_get() by Alban Bedel · 6 years ago
  9. 1c83267 nvmem: core: Fix cell lookup when no cell is found by Alban Bedel · 6 years ago
  10. 5087cc1 nvmem: core: Fix of_nvmem_cell_get() for optional cells by Alban Bedel · 6 years ago
  11. 1716cfe nvmem: core: Set the provider read-only when no write callback is given by Alban Bedel · 6 years ago
  12. ffbc34b nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support by Stefan Wahren · 6 years ago
  13. c8b63dd nvmem: imx-ocotp: add i.MX7ULP support by Anson Huang · 6 years ago
  14. 1694155 nvmem: bcm-ocotp: Add ACPI support to BCM OCOTP by Srinath Mannam · 6 years ago
  15. 996e39b nvmem: sc27xx: Convert nvmem offset to block index by Freeman Liu · 6 years ago
  16. 517f14d nvmem: add new config option by Bartosz Golaszewski · 6 years ago
  17. a8b44d5 nvmem: Move nvmem_type_str array to its only user by Andy Shevchenko · 6 years ago
  18. 611fbca nvmem: meson-efuse: add peripheral clock by Jerome Brunet · 6 years ago
  19. 8649dbe nvmem: meson-efuse: add error message on user_max failure. by Jerome Brunet · 6 years ago
  20. 1668845 nvmem: add type attribute by Alexandre Belloni · 6 years ago
  21. 0749aa2 nvmem: core: fix regression in of_nvmem_cell_get() by Srinivas Kandagatla · 6 years ago
  22. 3c53e23 nvmem: hide unused nvmem_find_cell_by_index function by Arnd Bergmann · 6 years ago
  23. 098ec84f nvmem: lpc18xx_eeprom: remove unused variable by Bartosz Golaszewski · 6 years ago
  24. cccb3b1 nvmem: fix nvmem_cell_get_from_lookup() by Bartosz Golaszewski · 6 years ago
  25. badcdff nvmem: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  26. ef92ab3 nvmem: make nvmem_add_cells() static by Srinivas Kandagatla · 6 years ago
  27. 4876bfe nvmem: sunxi_sid: remove unused variable in probe by Srinivas Kandagatla · 6 years ago
  28. e7e07f4 nvmem: use octal permissions instead of constants by Bartosz Golaszewski · 6 years ago
  29. 48f63a2 nvmem: fix commenting style by Bartosz Golaszewski · 6 years ago
  30. 165589f nvmem: make the naming of arguments in nvmem_cell_get() consistent by Bartosz Golaszewski · 6 years ago
  31. b1c1db9 nvmem: use SPDX license identifiers by Bartosz Golaszewski · 6 years ago
  32. bee1138 nvmem: add a notifier chain by Bartosz Golaszewski · 6 years ago
  33. 506157b nvmem: add support for cell lookups from machine code by Bartosz Golaszewski · 6 years ago
  34. e888d44 nvmem: resolve cells from DT at registration time by Bartosz Golaszewski · 6 years ago
  35. b985f4c nvmem: add support for cell info by Bartosz Golaszewski · 6 years ago
  36. c7235ee nvmem: remove the global cell list by Bartosz Golaszewski · 6 years ago
  37. bf58e88 nvmem: change the signature of nvmem_unregister() by Bartosz Golaszewski · 6 years ago
  38. 7d9f9f2 nvmem: mxs-ocotp: use devm_nvmem_register() by Bartosz Golaszewski · 6 years ago
  39. 226014d nvmem: lpc18xx_eeprom: use devm_nvmem_register() by Bartosz Golaszewski · 6 years ago
  40. 6eed8dd nvmem: sunxi_sid: use devm_nvmem_register() by Bartosz Golaszewski · 6 years ago
  41. 424d703 nvmem: sunxi_sid: return -ENOMEM if kzalloc() fails by Bartosz Golaszewski · 6 years ago
  42. c1de7f4 nvmem: use kref by Bartosz Golaszewski · 6 years ago
  43. fa72d84 nvmem: check the return value of nvmem_add_cells() by Bartosz Golaszewski · 6 years ago
  44. f9fcb7e3 nvmem: remove a stray newline by Bartosz Golaszewski · 6 years ago
  45. 1852183 nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells() by Bartosz Golaszewski · 6 years ago
  46. 5db652c nvmem: remove the name field from struct nvmem_device by Bartosz Golaszewski · 6 years ago
  47. d7b9fd1 nvmem: provide nvmem_dev_name() by Bartosz Golaszewski · 6 years ago
  48. ca6ac25 nvmem: core: return error code instead of NULL from nvmem_device_get by Srinivas Kandagatla · 6 years ago
  49. 83cf9cd Merge 4.18-rc5 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  50. 6da2782 nvmem: imx-ocotp: add support for imx6sll by Anson Huang · 6 years ago
  51. 19c5446 nvmem: Add Spreadtrum SC27XX efuse support by Freeman Liu · 6 years ago
  52. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 7 years ago
  53. fc82975 nvmem: core: remove unused nvmem_device ncells member by Srinivas Kandagatla · 7 years ago
  54. 26d79b8 nvmem: rave-sp-eeprom: Remove VLA usage by Kees Cook · 7 years ago
  55. 87ed140 nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us by Douglas Anderson · 7 years ago
  56. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  57. 50808bf nvmem: properly handle returned value nvmem_reg_read by Mathieu Malaterre · 7 years ago
  58. b378c77 nvmem: core: describe add missing dev function parameter by Srinivas Kandagatla · 7 years ago
  59. e550773 nvmem: meson-efuse: add write support by Jerome Brunet · 7 years ago
  60. a29a63b nvmem: meson-efuse: simplify read callback by Jerome Brunet · 7 years ago
  61. 401488d nvmem: meson-efuse: remove econfig global by Jerome Brunet · 7 years ago
  62. 3b51f47 nvmem: Add RAVE SP EEPROM driver by Andrey Smirnov · 7 years ago
  63. b3db17e drivers: nvmem: Export nvmem_add_cells() by Andrew Lunn · 7 years ago
  64. 06dd3df Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  65. 2a37ce2 nvmem: disallow modular CONFIG_NVMEM by Arnd Bergmann · 7 years ago
  66. bb47944 nvmem: imx-ocotp: remove unused dead code by Dong Aisheng · 7 years ago
  67. 0ab09d6 nvmem: sunxi-sid: fix H3 SID controller support by Icenowy Zheng · 7 years ago
  68. 80b820c nvmem: add i.MX7 support to snvs-lpgpr by Andrey Yurovsky · 7 years ago
  69. b7743a9 nvmem: bcm-ocotp: Do not use "&pdev->dev" explicitly by Andrey Smirnov · 7 years ago
  70. b28b738 nvmem: imx-iim: Do not use "&pdev->dev" explicitly by Andrey Smirnov · 7 years ago
  71. e84d1f9 nvmem: rockchip-efuse: Do not use "&pdev->dev" explicitly by Andrey Smirnov · 7 years ago
  72. d5007f7 nvmem: vf610-ocotp: Do not use "&pdev->dev" explicitly by Andrey Smirnov · 7 years ago
  73. 7b4e76c nvmem: rockchip-efuse: Make use of of_device_get_match_data() by Andrey Smirnov · 7 years ago
  74. 0e189891 nvmem: snvs_lpgpr: Convert commas to semicolons by Andrey Smirnov · 7 years ago
  75. e5692ef nvmem: qfprom: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  76. b2236db nvmem: bcm-ocotp: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  77. 547a2c9 nvmem: imx-iim: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  78. b005b2f nvmem: lpc18xx_otp: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  79. 90696a4 nvmem: meson-efuse: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  80. 7afbde9 nvmem: meson-mx-efuse: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  81. 7e68a64 nvmem: mtk-efuse: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  82. f4bec71 nvmem: rockchip-efuse: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  83. 5557acf nvmem: snvs_lgpr: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  84. 45ff8ef nvmem: uniphier-efuse: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  85. a830274 nvmem: imx-ocotp: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  86. fae8e89 nvmem: vf610-ocotp: Convert to use devm_nvmem_register() by Andrey Smirnov · 7 years ago
  87. f1f50ec nvmem: Introduce devm_nvmem_(un)register() by Andrey Smirnov · 7 years ago
  88. fd0f490 nvmem: core: Allow specifying device name verbatim by Andrey Smirnov · 7 years ago
  89. b6a0941 Merge 4.15-rc6 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  90. 8a42d3f nvmem: meson-mx-efuse: fix reading from an offset other than 0 by Martin Blumenstingl · 7 years ago
  91. 9a479b0 nvmem: rockchip-efuse: add support for rk3328-efuse by Finley Xiao · 7 years ago
  92. 3227772 nvmem: rockchip-efuse: parse 'rockchip,efuse-size' by Finley Xiao · 7 years ago
  93. 683618b nvmem: uniphier: change access unit from 32bit to 8bit by Kunihiko Hayashi · 7 years ago
  94. fc2f997 nvmem: core: switch to device_property_present for reading property "read-only" by Heiner Kallweit · 7 years ago
  95. 99897ef nvmem: core: let stride and word_size default to 1 by Heiner Kallweit · 7 years ago
  96. 9f3044c nvmem: core: Deduplicate bus_find_device() by name matching by Lukas Wunner · 7 years ago
  97. 2bf16b7 Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  98. b7fe57b nvmem: sunxi-sid: add support for A64/H5's SID controller by Icenowy Zheng · 7 years ago
  99. aef9a4d nvmem: imx-ocotp: Update module description by Bryan O'Donoghue · 7 years ago
  100. a32bab3 nvmem: imx-ocotp: Enable i.MX7D OTP write support by Bryan O'Donoghue · 7 years ago