1. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  2. 5a1c172 nvmem: imx-ocotp: imx8mq is compatible with imx6 not imx7 by Leonard Crestez · 6 years ago
  3. 4112c853 nvmem: imx-ocotp: Add i.MX8MM support by Bryan O'Donoghue · 6 years ago
  4. 159dbaf nvmem: imx-ocotp: Change TIMING calculation to u-boot algorithm by Bryan O'Donoghue · 6 years ago
  5. 0493c47 nvmem: imx-ocotp: Ensure WAIT bits are preserved when setting timing by Bryan O'Donoghue · 6 years ago
  6. c03bb44 nvmem: imx-ocotp: Elongate OCOTP_CTRL ADDR field to eight bits by Bryan O'Donoghue · 6 years ago
  7. 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
  8. 8083f3d Merge 5.2-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  9. 2d1c193 nvmem: Broaden the selection of NVMEM_SNVS_LPGPR by Fabio Estevam · 6 years ago
  10. 67ff708 nvmem: imx: add i.MX8 nvmem driver by Peng Fan · 6 years ago
  11. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  12. acee2e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 460 by Thomas Gleixner · 6 years ago
  13. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  14. 97fb5e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 by Thomas Gleixner · 6 years ago
  15. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  16. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  17. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  18. dc413a9 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  19. ae0c2d7 nvmem: core: add NVMEM_SYSFS Kconfig by Srinivas Kandagatla · 6 years ago
  20. fc1eb6e nvmem: sunxi_sid: Support SID on H6 by Yangtao Li · 6 years ago
  21. 055f5df nvmem: sunxi-sid: convert to SPDX license tags by Yangtao Li · 6 years ago
  22. ededa04 nvmem: imx-iim: use devm_platform_ioremap_resource() to simplify code by Anson Huang · 6 years ago
  23. 794a1e2 nvmem: mxs-ocotp: use devm_platform_ioremap_resource() to simplify code by Anson Huang · 6 years ago
  24. 3b26cd8 nvmem: imx-ocotp: use devm_platform_ioremap_resource() to simplify code by Anson Huang · 6 years ago
  25. 2fe518fe nvmem: core: fix read buffer in place by Jorge Ramirez-Ortiz · 6 years ago
  26. 0a9b2d1 nvmem: core: add nvmem_cell_read_u16 by Fabrice Gasnier · 6 years ago
  27. 7c1cd8f nvmem: stm32: add support for STM32MP15 BSEC to control OTP data by Fabrice Gasnier · 6 years ago
  28. ded1b7f nvmem: Add driver for STM32 factory-programmed read only mem by Fabrice Gasnier · 6 years ago
  29. da75b89 nvmem: sunxi_sid: Support SID on A83T and H5 by Chen-Yu Tsai · 6 years ago
  30. 273a474 nvmem: sunxi_sid: Read out data in native format by Chen-Yu Tsai · 6 years ago
  31. 7fa5ad2 nvmem: sunxi_sid: Dynamically allocate nvmem_config structure by Chen-Yu Tsai · 6 years ago
  32. de2a3ea nvmem: sunxi_sid: Optimize register read-out method by Chen-Yu Tsai · 6 years ago
  33. 9c4adfb nvmem: sunxi_sid: Read out SID for randomness without looping by Chen-Yu Tsai · 6 years ago
  34. dd4c104 nvmem: imx-ocotp: broaden Kconfig dependency by Lucas Stach · 6 years ago
  35. 38e7b6e nvmem: imx-ocotp: add support for imx8mq by Lucas Stach · 6 years ago
  36. 3d03137 drivers: Defer probe if firmware is not ready by Rajan Vaja · 6 years ago
  37. 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
  38. f4853e1 nvmem: core: don't check the return value of notifier chain call by Bartosz Golaszewski · 6 years ago
  39. 4640fa1 nvmem: zynqmp: Added zynqmp nvmem firmware driver by Nava kishore Manne · 6 years ago
  40. 9f23379 nvmem: allow to select i.MX nvmem driver for i.MX 7D by Stefan Agner · 6 years ago
  41. 9bfd819 nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup() by Alban Bedel · 6 years ago
  42. 73e9dc4 nvmem: core: Fix device reference leak by Alban Bedel · 6 years ago
  43. 95b6519 nvmem: core: Always reference the device returned by nvmem_device_get() by Alban Bedel · 6 years ago
  44. d4e7fef nvmem: core: Properly handle connection ID in of_nvmem_device_get() by Alban Bedel · 6 years ago
  45. 1c83267 nvmem: core: Fix cell lookup when no cell is found by Alban Bedel · 6 years ago
  46. 5087cc1 nvmem: core: Fix of_nvmem_cell_get() for optional cells by Alban Bedel · 6 years ago
  47. 1716cfe nvmem: core: Set the provider read-only when no write callback is given by Alban Bedel · 6 years ago
  48. ffbc34b nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support by Stefan Wahren · 6 years ago
  49. c8b63dd nvmem: imx-ocotp: add i.MX7ULP support by Anson Huang · 6 years ago
  50. 1694155 nvmem: bcm-ocotp: Add ACPI support to BCM OCOTP by Srinath Mannam · 6 years ago
  51. 996e39b nvmem: sc27xx: Convert nvmem offset to block index by Freeman Liu · 6 years ago
  52. 517f14d nvmem: add new config option by Bartosz Golaszewski · 6 years ago
  53. a8b44d5 nvmem: Move nvmem_type_str array to its only user by Andy Shevchenko · 6 years ago
  54. 611fbca nvmem: meson-efuse: add peripheral clock by Jerome Brunet · 6 years ago
  55. 8649dbe nvmem: meson-efuse: add error message on user_max failure. by Jerome Brunet · 6 years ago
  56. 1668845 nvmem: add type attribute by Alexandre Belloni · 6 years ago
  57. 0749aa2 nvmem: core: fix regression in of_nvmem_cell_get() by Srinivas Kandagatla · 6 years ago
  58. 3c53e23 nvmem: hide unused nvmem_find_cell_by_index function by Arnd Bergmann · 6 years ago
  59. 098ec84f nvmem: lpc18xx_eeprom: remove unused variable by Bartosz Golaszewski · 6 years ago
  60. cccb3b1 nvmem: fix nvmem_cell_get_from_lookup() by Bartosz Golaszewski · 6 years ago
  61. badcdff nvmem: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  62. ef92ab3 nvmem: make nvmem_add_cells() static by Srinivas Kandagatla · 6 years ago
  63. 4876bfe nvmem: sunxi_sid: remove unused variable in probe by Srinivas Kandagatla · 6 years ago
  64. e7e07f4 nvmem: use octal permissions instead of constants by Bartosz Golaszewski · 6 years ago
  65. 48f63a2 nvmem: fix commenting style by Bartosz Golaszewski · 6 years ago
  66. 165589f nvmem: make the naming of arguments in nvmem_cell_get() consistent by Bartosz Golaszewski · 6 years ago
  67. b1c1db9 nvmem: use SPDX license identifiers by Bartosz Golaszewski · 6 years ago
  68. bee1138 nvmem: add a notifier chain by Bartosz Golaszewski · 6 years ago
  69. 506157b nvmem: add support for cell lookups from machine code by Bartosz Golaszewski · 6 years ago
  70. e888d44 nvmem: resolve cells from DT at registration time by Bartosz Golaszewski · 6 years ago
  71. b985f4c nvmem: add support for cell info by Bartosz Golaszewski · 6 years ago
  72. c7235ee nvmem: remove the global cell list by Bartosz Golaszewski · 6 years ago
  73. bf58e88 nvmem: change the signature of nvmem_unregister() by Bartosz Golaszewski · 6 years ago
  74. 7d9f9f2 nvmem: mxs-ocotp: use devm_nvmem_register() by Bartosz Golaszewski · 6 years ago
  75. 226014d nvmem: lpc18xx_eeprom: use devm_nvmem_register() by Bartosz Golaszewski · 6 years ago
  76. 6eed8dd nvmem: sunxi_sid: use devm_nvmem_register() by Bartosz Golaszewski · 6 years ago
  77. 424d703 nvmem: sunxi_sid: return -ENOMEM if kzalloc() fails by Bartosz Golaszewski · 6 years ago
  78. c1de7f4 nvmem: use kref by Bartosz Golaszewski · 6 years ago
  79. fa72d84 nvmem: check the return value of nvmem_add_cells() by Bartosz Golaszewski · 6 years ago
  80. f9fcb7e3 nvmem: remove a stray newline by Bartosz Golaszewski · 6 years ago
  81. 1852183 nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells() by Bartosz Golaszewski · 6 years ago
  82. 5db652c nvmem: remove the name field from struct nvmem_device by Bartosz Golaszewski · 6 years ago
  83. d7b9fd1 nvmem: provide nvmem_dev_name() by Bartosz Golaszewski · 6 years ago
  84. ca6ac25 nvmem: core: return error code instead of NULL from nvmem_device_get by Srinivas Kandagatla · 6 years ago
  85. 83cf9cd Merge 4.18-rc5 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  86. 6da2782 nvmem: imx-ocotp: add support for imx6sll by Anson Huang · 6 years ago
  87. 19c5446 nvmem: Add Spreadtrum SC27XX efuse support by Freeman Liu · 6 years ago
  88. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 7 years ago
  89. fc82975 nvmem: core: remove unused nvmem_device ncells member by Srinivas Kandagatla · 7 years ago
  90. 26d79b8 nvmem: rave-sp-eeprom: Remove VLA usage by Kees Cook · 7 years ago
  91. 87ed140 nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us by Douglas Anderson · 7 years ago
  92. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  93. 50808bf nvmem: properly handle returned value nvmem_reg_read by Mathieu Malaterre · 7 years ago
  94. b378c779 nvmem: core: describe add missing dev function parameter by Srinivas Kandagatla · 7 years ago
  95. e550773 nvmem: meson-efuse: add write support by Jerome Brunet · 7 years ago
  96. a29a63b nvmem: meson-efuse: simplify read callback by Jerome Brunet · 7 years ago
  97. 401488d nvmem: meson-efuse: remove econfig global by Jerome Brunet · 7 years ago
  98. 3b51f47 nvmem: Add RAVE SP EEPROM driver by Andrey Smirnov · 7 years ago
  99. b3db17e drivers: nvmem: Export nvmem_add_cells() by Andrew Lunn · 7 years ago
  100. 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