| Age | Commit message (Expand) | Author | Files | Lines |
| 12 days | Merge branches 'nvmem-fixes' and 'nvmem-for-7.2' into nvmem-for-next | Srinivas Kandagatla | 8 | -24/+164 |
| 12 days | nvmem: layouts: u-boot-env: check earlier for ethaddr length | Tomasz Maciej Nowak | 1 | -4/+1 |
| 12 days | nvmem: cleanup dead code in Kconfig | Julian Braha | 1 | -2/+1 |
| 12 days | nvmem: qcom: Unify user-visible "Qualcomm" name | Krzysztof Kozlowski | 1 | -2/+2 |
| 12 days | nvmem: airoha: Add support for SMC eFUSE | Christian Marangi | 3 | -0/+140 |
| 12 days | nvmem: lan9662-otp: add support for LAN969x | Horatiu Vultur | 2 | -4/+10 |
| 13 days | nvmem: layouts: onie-tlv: fix hang on unknown types | Andre Heider | 1 | -1/+2 |
| 13 days | nvmem: nintendo-otp: Use of_device_get_match_data() | Rosen Penev | 1 | -5/+4 |
| 13 days | nvmem: core: Default to read-only if wp-gpios present | Marek Vasut | 1 | -0/+4 |
| 13 days | nvmem: rockchip-otp: alloc clks with main struct | Rosen Penev | 1 | -7/+2 |
| 2026-04-06 | Merge tag 'v7.0-rc7' into char-misc-next | Greg Kroah-Hartman | 3 | -4/+6 |
| 2026-04-02 | nvmem: zynqmp_nvmem: Fix buffer size in DMA and memcpy | Ivan Vera | 1 | -4/+4 |
| 2026-04-02 | nvmem: imx: assign nvmem_cell_info::raw_len | Christian Eggers | 2 | -0/+2 |
| 2026-04-02 | nvmem: rockchip-otp: Add support for RK3528 | Jonas Karlman | 1 | -0/+16 |
| 2026-04-02 | nvmem: rockchip-otp: Add support for RK3562 | Finley Xiao | 1 | -0/+4 |
| 2026-04-02 | nvmem: rockchip-otp: Add support for RK3568 | Finley Xiao | 1 | -0/+69 |
| 2026-04-02 | nvmem: rockchip-otp: Handle internal word_size in main reg_read op | Jonas Karlman | 1 | -32/+40 |
| 2026-04-02 | nvmem: qnap-mcu-eeprom: Fix struct assignments using commas instead of semico... | Felix Gu | 1 | -4/+4 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -4/+4 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 2 | -4/+4 |
| 2026-02-17 | Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -6/+3 |
| 2026-01-26 | nvmem: an8855: drop an unused Kconfig symbol | Randy Dunlap | 1 | -1/+1 |
| 2026-01-26 | nvmem: Simplify with scoped for each OF child loop | Krzysztof Kozlowski | 1 | -5/+1 |
| 2026-01-26 | nvmem: Drop OF node reference on nvmem_add_one_cell() failure | Krzysztof Kozlowski | 1 | -0/+1 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 2 | -0/+2 |
| 2025-12-06 | Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -1/+145 |
| 2025-11-24 | nvmem: layouts: fix nvmem_layout_bus_uevent | Wentao Guan | 1 | -1/+1 |
| 2025-11-24 | nvmem: imx-ocotp-ele: Add i.MX94 OCOTP support | Alice Guo | 1 | -0/+20 |
| 2025-11-24 | nvmem: layouts: u-boot-env: add optional "env-size" property | Jascha Sundaresan | 1 | -1/+3 |
| 2025-11-24 | nvmem: Add driver for the eeprom in qnap-mcu controllers | Heiko Stuebner | 3 | -0/+122 |
| 2025-10-22 | nvmem: rcar-efuse: add missing MODULE_DEVICE_TABLE | Cosmin Tanislav | 1 | -0/+1 |
| 2025-10-07 | Merge tag 'char-misc-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+13 |
| 2025-09-12 | nvmem: layouts: fix automatic module loading | Michael Walle | 1 | -0/+13 |
| 2025-09-12 | nvmem: an8855: Add support for Airoha AN8855 Switch EFUSE | Christian Marangi | 3 | -0/+81 |
| 2025-09-12 | nvmem: s32g-ocotp: Add driver for S32G OCOTP | Ciprian Costea | 3 | -0/+112 |
| 2025-07-29 | Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+7 |
| 2025-07-29 | Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -7/+6 |
| 2025-07-28 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-16 | nvmem: layouts: u-boot-env: remove crc32 endianness conversion | Michael C. Pratt | 1 | -3/+3 |
| 2025-07-16 | nvmem: make nvmem_bus_type constant | Greg Kroah-Hartman | 1 | -1/+1 |
| 2025-07-16 | nvmem: core: Fix typos in comments and MODULE_AUTHOR strings | Alok Tiwari | 1 | -5/+5 |
| 2025-07-16 | nvmem: apple: drop default ARCH_APPLE in Kconfig | Sven Peter | 1 | -1/+0 |
| 2025-07-13 | nvmem: imx-ocotp: fix MAC address byte length | Steffen Bätz | 2 | -2/+8 |
| 2025-06-30 | nvmem: layouts: Switch from crc32() to crc32_le() | Eric Biggers | 1 | -1/+1 |
| 2025-06-17 | sysfs: treewide: switch back to attribute_group::bin_attrs | Thomas Weißschuh | 1 | -2/+2 |
| 2025-06-17 | sysfs: treewide: switch back to bin_attribute::read()/write() | Thomas Weißschuh | 1 | -5/+5 |
| 2025-06-06 | Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -68/+79 |
| 2025-05-27 | Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -0/+159 |
| 2025-05-21 | nvmem: Add apple-spmi-nvmem driver | Hector Martin | 3 | -0/+77 |
| 2025-05-21 | nvmem: Remove unused nvmem cell table support | Geert Uytterhoeven | 1 | -68/+0 |
| 2025-05-21 | nvmem: zynqmp_nvmem: unbreak driver after cleanup | Peter Korsgaard | 1 | -0/+1 |
| 2025-05-21 | nvmem: rmem: select CONFIG_CRC32 | Arnd Bergmann | 1 | -0/+1 |
| 2025-05-09 | nvmem: max77759: Add Maxim MAX77759 NVMEM driver | André Draszik | 3 | -0/+159 |
| 2025-04-11 | nvmem: qfprom: switch to 4-byte aligned reads | Dmitry Baryshkov | 1 | -6/+20 |
| 2025-04-11 | nvmem: core: update raw_len if the bit reading is required | Dmitry Baryshkov | 1 | -1/+3 |
| 2025-04-11 | nvmem: core: verify cell's raw_len | Dmitry Baryshkov | 1 | -0/+12 |
| 2025-04-11 | nvmem: core: fix bit offsets of more than one byte | Dmitry Baryshkov | 1 | -7/+17 |
| 2025-04-11 | nvmem: rockchip-otp: add rk3576 variant data | Heiko Stuebner | 1 | -0/+12 |
| 2025-04-11 | nvmem: rockchip-otp: Move read-offset into variant-data | Heiko Stuebner | 1 | -2/+3 |
| 2025-03-19 | net, treewide: define and use MAC_ADDR_STR_LEN | Uday Shankar | 2 | -2/+2 |
| 2025-01-10 | nvmem: core: improve range check for nvmem_cell_write() | Jennifer Berringer | 1 | -0/+2 |
| 2025-01-10 | nvmem: qcom-spmi-sdam: Set size in struct nvmem_config | Luca Weiss | 1 | -0/+1 |
| 2025-01-10 | nvmem: imx-ocotp-ele: set word length to 1 | Sascha Hauer | 1 | -1/+1 |
| 2025-01-10 | nvmem: imx-ocotp-ele: fix MAC address byte order | Sascha Hauer | 1 | -0/+22 |
| 2025-01-10 | nvmem: imx-ocotp-ele: fix reading from non zero offset | Sascha Hauer | 1 | -3/+5 |
| 2025-01-10 | nvmem: imx-ocotp-ele: simplify read beyond device check | Sascha Hauer | 1 | -3/+3 |
| 2024-12-30 | nvmem: rmem: add CRC validation for Mobileye EyeQ5 NVMEM | Théo Lebrun | 1 | -0/+82 |
| 2024-12-30 | nvmem: rmem: remove unused struct rmem::size field | Théo Lebrun | 1 | -2/+0 |
| 2024-12-30 | nvmem: rmem: make ->reg_read() straight forward code | Théo Lebrun | 1 | -9/+6 |
| 2024-12-30 | nvmem: core: constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -16/+19 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 2 | -2/+2 |
| 2024-11-29 | Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 8 | -11/+166 |
| 2024-11-05 | nvmem: core: Check read_only flag for force_ro in bin_attr_nvmem_write() | Marek Vasut | 1 | -1/+1 |
| 2024-11-05 | sysfs: treewide: constify attribute callback of bin_is_visible() | Thomas Weißschuh | 1 | -1/+2 |
| 2024-11-05 | nvmem: core: calculate bin_attribute size through bin_size() | Thomas Weißschuh | 1 | -2/+11 |
| 2024-11-05 | nvmem: imx-iim: Convert comma to semicolon | Shen Lichuan | 1 | -5/+5 |
| 2024-11-05 | nvmem: Correct some typos in comments | Shen Lichuan | 4 | -5/+5 |
| 2024-11-05 | nvmem: Add R-Car E-FUSE driver | Geert Uytterhoeven | 3 | -0/+155 |
| 2024-09-26 | Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 8 | -173/+272 |
| 2024-09-23 | Merge tag 'libnvdimm-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-11 | nvmem: layouts: add U-Boot env layout | Rafał Miłecki | 6 | -165/+241 |
| 2024-09-09 | Merge 6.11-rc7 into char-misc-next | Greg Kroah-Hartman | 2 | -3/+10 |
| 2024-09-03 | nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc | Geert Uytterhoeven | 1 | -3/+3 |
| 2024-09-03 | nvmem: u-boot-env: error if NVMEM device is too small | John Thomson | 1 | -0/+7 |
| 2024-09-03 | nvmem: sunplus-ocotp: Use devm_platform_ioremap_resource_byname() helper func... | Zhang Zekun | 1 | -5/+2 |
| 2024-09-03 | nvmem: imx-ocotp-ele: support i.MX95 | Peng Fan | 1 | -3/+29 |
| 2024-08-21 | nvdimm: Use of_property_present() and of_property_read_bool() | Rob Herring (Arm) | 1 | -1/+1 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
| 2024-07-19 | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -39/+62 |
| 2024-07-05 | nvmem: core: Implement force_ro sysfs attribute | Marek Vasut | 1 | -0/+43 |
| 2024-07-05 | nvmem: Use sysfs_emit() for type attribute | Marek Vasut | 1 | -1/+1 |
| 2024-07-05 | nvmem: core: drop unnecessary range checks in sysfs callbacks | Thomas Weißschuh | 1 | -14/+0 |
| 2024-07-05 | nvmem: core: remove global nvmem_cells_group | Thomas Weißschuh | 1 | -16/+10 |
| 2024-07-05 | nvmem: core: add single sysfs group | Thomas Weißschuh | 1 | -6/+1 |
| 2024-07-05 | nvmem: rockchip-efuse: set type to OTP | Heiko Stuebner | 1 | -0/+1 |
| 2024-07-05 | nvmem: rockchip-otp: Set type to OTP | Heiko Stuebner | 1 | -0/+1 |
| 2024-07-05 | nvmem: rockchip-otp: set add_legacy_fixed_of_cells config option | Heiko Stuebner | 1 | -0/+1 |
| 2024-07-05 | nvmem: meson-efuse: Replacing the use of of_node_put to __free | MarileneGarcia | 1 | -3/+2 |
| 2024-07-05 | nvmem: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 3 | -0/+3 |
| 2024-07-03 | nvmem: core: limit cell sysfs permissions to main attribute ones | Thomas Weißschuh | 1 | -1/+1 |
| 2024-07-03 | nvmem: core: only change name to fram for current attribute | Thomas Weißschuh | 1 | -3/+2 |
| 2024-07-03 | nvmem: meson-efuse: Fix return value of nvmem callbacks | Joy Chakraborty | 1 | -4/+10 |
| 2024-07-03 | nvmem: rmem: Fix return value of rmem_read() | Joy Chakraborty | 1 | -1/+4 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2024-05-03 | nvmem: meson-mx-efuse: Remove nvmem_device from efuse struct | Mukesh Ojha | 1 | -3/+3 |
| 2024-05-03 | nvmem: lpc18xx_eeprom: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-05-03 | nvmem: core: switch to use device_add_groups() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-05-03 | nvmem: sprd: fix module autoloading | Krzysztof Kozlowski | 1 | -0/+1 |
| 2024-05-03 | nvmem: sc27xx: fix module autoloading | Krzysztof Kozlowski | 1 | -0/+1 |
| 2024-05-03 | nvmem: layouts: sl28vpd: drop driver owner initialization | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-05-03 | nvmem: layouts: onie-tlv: drop driver owner initialization | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-05-03 | nvmem: layouts: store owner from modules with nvmem_layout_driver_register() | Krzysztof Kozlowski | 1 | -2/+4 |
| 2024-03-07 | nvmem: core: Print error on wrong bits DT property | Markus Schneider-Pargmann | 1 | -0/+5 |
| 2024-03-07 | nvmem: core: make nvmem_layout_bus_type const | Ricardo B. Marliere | 1 | -1/+1 |
| 2024-03-07 | nvmem: mtk-efuse: Drop NVMEM device name | Chen-Yu Tsai | 1 | -1/+0 |
| 2024-03-07 | nvmem: zynqmp_nvmem: Add support to access efuse | Praveen Teja Kundanala | 1 | -10/+176 |
| 2024-03-07 | nvmem: zynqmp_nvmem: zynqmp_nvmem_probe cleanup | Praveen Teja Kundanala | 1 | -25/+12 |
| 2024-03-07 | nvmem: mtk-efuse: Register MediaTek socinfo driver from efuse | William-tw Lin | 1 | -1/+20 |
| 2024-03-07 | nvmem: meson-efuse: fix function pointer type mismatch | Jerome Brunet | 1 | -22/+3 |
| 2024-02-14 | nvmem: include bit index in cell sysfs file name | Arnd Bergmann | 1 | -2/+3 |
| 2024-01-17 | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 12 | -225/+585 |
| 2024-01-04 | nvmem: u-boot-env: improve coding style | Rafał Miłecki | 1 | -4/+4 |
| 2024-01-04 | nvmem: u-boot-env: use nvmem device helpers | Rafał Miłecki | 1 | -8/+15 |
| 2024-01-04 | nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helper | Rafał Miłecki | 1 | -34/+21 |
| 2024-01-04 | nvmem: core: add nvmem_dev_size() helper | Rafał Miłecki | 1 | -0/+13 |
| 2024-01-04 | nvmem: drop nvmem_layout_get_match_data() | Rafał Miłecki | 1 | -13/+0 |
| 2024-01-04 | nvmem: layouts: refactor .add_cells() callback arguments | Rafał Miłecki | 3 | -3/+7 |
| 2023-12-15 | nvmem: stm32: add support for STM32MP25 BSEC to control OTP data | Patrick Delaunay | 1 | -0/+16 |
| 2023-12-15 | nvmem: core: Expose cells through sysfs | Miquel Raynal | 2 | -1/+135 |
| 2023-12-15 | nvmem: core: Rework layouts to become regular devices | Miquel Raynal | 8 | -117/+334 |
| 2023-12-15 | nvmem: Move and rename ->fixup_cell_info() | Miquel Raynal | 4 | -19/+11 |
| 2023-12-15 | nvmem: Simplify the ->add_cells() hook | Miquel Raynal | 3 | -5/+3 |
| 2023-12-15 | nvmem: Create a header for internal sharing | Miquel Raynal | 2 | -23/+36 |
| 2023-12-15 | nvmem: Move of_nvmem_layout_get_container() in another header | Miquel Raynal | 1 | -8/+0 |
| 2023-12-15 | nvmem: brcm_nvram: store a copy of NVRAM content | Rafał Miłecki | 1 | -40/+94 |
| 2023-12-07 | nvmem: Do not expect fixed layouts to grab a layout driver | Miquel Raynal | 1 | -0/+6 |
| 2023-11-03 | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 21 | -16/+36 |
| 2023-10-27 | Revert "nvmem: add new config option" | Rafał Miłecki | 1 | -1/+1 |
| 2023-10-21 | nvmem: Use device_get_match_data() | Rob Herring | 2 | -9/+8 |
| 2023-10-21 | nvmem: add explicit config option to read old syntax fixed OF cells | Rafał Miłecki | 20 | -3/+24 |
| 2023-10-21 | nvmem: qfprom: Mark core clk as optional | Luca Weiss | 1 | -3/+3 |
| 2023-10-16 | nvmem: imx: correct nregs for i.MX6ULL | Peng Fan | 1 | -1/+1 |
| 2023-10-16 | nvmem: imx: correct nregs for i.MX6UL | Peng Fan | 1 | -1/+1 |
| 2023-10-16 | nvmem: imx: correct nregs for i.MX6SLL | Peng Fan | 1 | -1/+1 |
| 2023-08-23 | nvmem: core: Notify when a new layout is registered | Miquel Raynal | 1 | -0/+4 |
| 2023-08-23 | nvmem: core: Do not open-code existing functions | Miquel Raynal | 1 | -2/+2 |
| 2023-08-23 | nvmem: core: Create all cells before adding the nvmem device | Miquel Raynal | 1 | -5/+5 |
| 2023-08-23 | nvmem: u-boot-env:: Replace zero-length array with DECLARE_FLEX_ARRAY() helper | Atul Raut | 1 | -1/+1 |
| 2023-08-23 | nvmem: sec-qfprom: Add Qualcomm secure QFPROM support | Komal Bajaj | 3 | -0/+111 |
| 2023-08-23 | nvmem: Kconfig: Fix typo "drive" -> "driver" | Diederik de Haas | 1 | -3/+3 |
| 2023-08-23 | nvmem: Explicitly include correct DT includes | Rob Herring | 16 | -16/+9 |
| 2023-08-23 | nvmem: add new NXP QorIQ eFuse driver | Richard Alpe | 3 | -0/+92 |
| 2023-08-23 | nvmem: uniphier: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-08-23 | nvmem: qfprom: do some cleanup | Yangtao Li | 1 | -12/+5 |
| 2023-08-23 | nvmem: stm32-romem: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-08-23 | nvmem: rockchip-efuse: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-08-23 | nvmem: meson-mx-efuse: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-08-23 | nvmem: lpc18xx_otp: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-08-23 | nvmem: brcm_nvram: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-08-23 | nvmem: sunxi_sid: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-06-15 | nvmem: rmem: Use NVMEM_DEVID_AUTO | Phil Elwell | 1 | -0/+1 |
| 2023-06-15 | nvmem: core: add support for fixed cells *layout* | Rafał Miłecki | 1 | -3/+29 |
| 2023-06-15 | nvmem: imx: support i.MX93 OCOTP | Peng Fan | 3 | -0/+186 |
| 2023-06-15 | nvmem: zynqmp: Switch @xilinx.com emails to @amd.com | Michal Simek | 1 | -1/+1 |
| 2023-06-15 | nvmem: rockchip-otp: Add support for RK3588 | Cristian Ciocaltea | 1 | -2/+76 |
| 2023-06-15 | nvmem: rockchip-otp: Improve probe error handling | Cristian Ciocaltea | 1 | -9/+12 |
| 2023-06-15 | nvmem: rockchip-otp: Use devm_reset_control_array_get_exclusive() | Cristian Ciocaltea | 1 | -1/+1 |
| 2023-06-15 | nvmem: rockchip-otp: Generalize rockchip_otp_wait_status() | Cristian Ciocaltea | 1 | -5/+6 |
| 2023-06-15 | nvmem: rockchip-otp: Add clks and reg_read to rockchip_data | Cristian Ciocaltea | 1 | -30/+49 |
| 2023-06-15 | nvmem: brcm_nvram: add .read_post_process() for MACs | Rafał Miłecki | 2 | -0/+29 |
| 2023-06-15 | nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivates | Alexander Stein | 1 | -7/+1 |
| 2023-06-15 | nvmem: imx-ocotp: set varaiable imx_ocotp_layout storage-class-specifier to s... | Tom Rix | 1 | -1/+1 |
| 2023-06-15 | nvmem: sunplus-ocotp: release otp->clk before return | Yi Yingao | 1 | -2/+7 |
| 2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
| 2023-04-13 | nvmem: core: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
| 2023-04-05 | nvmem: layouts: sl28vpd: set varaiable sl28vpd_layout storage-class-specifier... | Tom Rix | 1 | -1/+1 |
| 2023-04-05 | nvmem: layouts: onie-tlv: Drop wrong module alias | Miquel Raynal | 1 | -1/+0 |
| 2023-04-05 | nvmem: layouts: onie-tlv: Use module_nvmem_layout_driver() | Miquel Raynal | 1 | -13/+1 |
| 2023-04-05 | nvmem: layouts: sl28vpd: Use module_nvmem_layout_driver() | Miquel Raynal | 1 | -13/+1 |
| 2023-04-05 | nvmem: u-boot-env: post-process "ethaddr" env variable | Rafał Miłecki | 2 | -0/+27 |
| 2023-04-05 | nvmem: core: support specifying both: cell raw data & post read lengths | Rafał Miłecki | 1 | -4/+7 |
| 2023-04-05 | nvmem: vf610-ocotp: Use devm_platform_get_and_ioremap_resource() | Yang Li | 1 | -2/+1 |
| 2023-04-05 | nvmem: nintendo-otp: Use devm_platform_ioremap_resource() | Yang Li | 1 | -3/+1 |
| 2023-04-05 | nvmem: bcm-ocotp: Use devm_platform_ioremap_resource() | Yang Li | 1 | -3/+1 |
| 2023-04-05 | nvmem: mtk-efuse: Support postprocessing for GPU speed binning data | AngeloGioacchino Del Regno | 1 | -2/+51 |
| 2023-04-05 | nvmem: stm32-romem: mark OF related data as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-04-05 | nvmem: layouts: onie-tlv: Add new layout driver | Miquel Raynal | 3 | -0/+267 |
| 2023-04-05 | nvmem: layouts: sl28vpd: Add new layout driver | Michael Walle | 3 | -0/+176 |
| 2023-04-05 | nvmem: core: provide own priv pointer in post process callback | Michael Walle | 1 | -1/+3 |
| 2023-04-05 | nvmem: cell: drop global cell_post_process | Michael Walle | 1 | -9/+0 |
| 2023-04-05 | nvmem: imx-ocotp: replace global post processing with layouts | Michael Walle | 1 | -11/+19 |
| 2023-04-05 | nvmem: core: allow to modify a cell before adding it | Michael Walle | 1 | -0/+4 |
| 2023-04-05 | nvmem: core: add per-cell post processing | Michael Walle | 1 | -0/+17 |
| 2023-04-05 | nvmem: core: request layout modules loading | Miquel Raynal | 1 | -0/+8 |
| 2023-04-05 | nvmem: core: handle the absence of expected layouts | Miquel Raynal | 1 | -1/+9 |
| 2023-04-05 | nvmem: core: introduce NVMEM layouts | Michael Walle | 5 | -0/+134 |
| 2023-04-05 | nvmem: xilinx: zynqmp: make modular | Nick Alcock | 1 | -1/+1 |
| 2023-03-10 | nvmem: core: return -ENOENT if nvmem cell is not found | Michael Walle | 1 | -1/+1 |
| 2023-02-06 | nvmem: stm32: fix OPTEE dependency | Arnd Bergmann | 1 | -3/+2 |
| 2023-02-06 | nvmem: qcom-spmi-sdam: register at device init time | Johan Hovold | 1 | -12/+1 |