| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-04 | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -12/+2 |
| 2022-07-08 | nvmem: mtk-efuse: Simplify with devm_platform_get_and_ioremap_resource() | AngeloGioacchino Del Regno | 1 | -2/+1 |
| 2022-07-08 | nvmem: microchip-otpc: add support | Claudiu Beznea | 3 | -0/+297 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa... | Thomas Gleixner | 1 | -12/+2 |
| 2022-05-09 | nvmem: sfp: Add support for TA 2.1 devices | Sean Anderson | 1 | -0/+6 |
| 2022-05-09 | nvmem: sfp: Use regmap | Sean Anderson | 2 | -8/+23 |
| 2022-05-09 | nvmem: qfprom: using pm_runtime_resume_and_get instead of pm_runtime_get_sync | Minghao Chi | 1 | -2/+1 |
| 2022-05-09 | nvmem: Add Apple eFuse driver | Sven Peter | 3 | -0/+94 |
| 2022-05-09 | nvmem: brcm_nvram: find Device Tree nodes for NVMEM cells | Rafał Miłecki | 1 | -0/+2 |
| 2022-05-09 | nvmem: core: support passing DT node in cell info | Rafał Miłecki | 1 | -0/+1 |
| 2022-04-24 | nvmem: sunplus-ocotp: drop useless probe confirmation | Krzysztof Kozlowski | 1 | -2/+0 |
| 2022-04-24 | nvmem: sunplus-ocotp: staticize sp_otp_v0 | Krzysztof Kozlowski | 1 | -1/+1 |
| 2022-04-24 | nvmem: bcm-ocotp: mark ACPI device ID table as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2022-03-18 | nvmem: brcm_nvram: parse NVRAM content into NVMEM cells | Rafał Miłecki | 1 | -0/+90 |
| 2022-02-28 | Merge 5.17-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2022-02-25 | nvmem: Add driver for OCOTP in Sunplus SP7021 | Vincent Shih | 3 | -0/+242 |
| 2022-02-25 | nvmem: qfprom: Increase fuse blow timeout to prevent write fail | Knox Chiou | 1 | -1/+1 |
| 2022-02-21 | nvmem: add driver for Layerscape SFP (Security Fuse Processor) | Michael Walle | 3 | -0/+103 |
| 2022-02-21 | nvmem: meson-mx-efuse: replace unnecessary devm_kstrdup() | Xiaoke Wang | 1 | -2/+1 |
| 2022-02-21 | nvmem: sunxi_sid: Add support for D1 variant | Samuel Holland | 1 | -0/+6 |
| 2022-02-21 | nvmem: qfprom: fix kerneldoc warning | Srinivas Kandagatla | 1 | -1/+1 |
| 2022-02-21 | nvmem: core: Check input parameter for NULL in nvmem_unregister() | Andy Shevchenko | 1 | -1/+2 |
| 2022-02-21 | nvmem: core: Use devm_add_action_or_reset() | Andy Shevchenko | 1 | -13/+9 |
| 2022-02-21 | nvmem: core: Remove unused devm_nvmem_unregister() | Andy Shevchenko | 1 | -22/+0 |
| 2022-02-21 | nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property | Christophe Kerello | 1 | -1/+1 |
| 2021-12-21 | nvmem: mtk-efuse: support minimum one byte access stride and granularity | Chunfeng Yun | 1 | -6/+7 |
| 2021-12-03 | nvmem: core: set size for sysfs bin file | Srinivas Kandagatla | 1 | -0/+2 |
| 2021-10-18 | Merge 5.15-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+2 |
| 2021-10-13 | nvmem: imx-ocotp: add support for post processing | Srinivas Kandagatla | 1 | -0/+25 |
| 2021-10-13 | nvmem: core: add nvmem cell post processing callback | Srinivas Kandagatla | 1 | -0/+9 |
| 2021-10-13 | nvmem: core: rework nvmem cell instance creation | Srinivas Kandagatla | 1 | -60/+105 |
| 2021-10-13 | nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells | Stephen Boyd | 1 | -1/+2 |
| 2021-09-21 | nvmem: NVMEM_NINTENDO_OTP should depend on WII | Geert Uytterhoeven | 1 | -0/+1 |
| 2021-08-13 | nvmem: nintendo-otp: Add new driver for the Wii and Wii U OTP | Emmanuel Gil Peyrot | 3 | -0/+137 |
| 2021-08-06 | nvmem: core: fix error handling while validating keepout regions | Srinivas Kandagatla | 1 | -2/+5 |
| 2021-08-06 | nvmem: qfprom: sc7280: Handle the additional power-domains vote | Rajendra Nayak | 1 | -0/+25 |
| 2021-08-06 | nvmem: qfprom: Fix up qfprom_disable_fuse_blowing() ordering | Rajendra Nayak | 1 | -3/+3 |
| 2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -13/+22 |
| 2021-06-11 | nvmem: core: add a missing of_node_put | Christophe JAILLET | 1 | -3/+6 |
| 2021-06-11 | nvmem: prepare basics for FRAM support | Jiri Prchal | 1 | -0/+4 |
| 2021-06-11 | nvmem: qfprom: Improve the comment about regulator setting | Douglas Anderson | 1 | -3/+3 |
| 2021-06-11 | nvmem: core: constify nvmem_cell_read_variable_common() return value | Douglas Anderson | 1 | -5/+5 |
| 2021-06-11 | nvmem: qfprom: minor nit fixes | Rajendra Nayak | 1 | -2/+3 |
| 2021-06-11 | nvmem: sunxi_sid: Set type to OTP | Samuel Holland | 1 | -0/+1 |
| 2021-05-14 | nvmem: sprd: Fix an error message | Christophe JAILLET | 1 | -1/+1 |
| 2021-05-10 | nvmem: core: allow specifying of_node | Michael Walle | 1 | -1/+3 |
| 2021-04-02 | nvmem: qfprom: Add support for fuse blowing on sc7280 | Rajendra Nayak | 1 | -2/+25 |
| 2021-04-02 | nvmem: rmem: fix undefined reference to memremap | Srinivas Kandagatla | 1 | -0/+1 |
| 2021-04-02 | nvmem: core: Fix unintentional sign extension issue | Colin Ian King | 1 | -1/+1 |
| 2021-04-02 | nvmem: core: Add functions to make number reading easy | Douglas Anderson | 1 | -0/+95 |
| 2021-04-02 | nvmem: brcm_nvram: new driver exposing Broadcom's NVRAM | Rafał Miłecki | 3 | -0/+89 |
| 2021-04-02 | drivers: nvmem: Fix voltage settings for QTI qfprom-efuse | Ravi Kumar Bokka | 1 | -0/+21 |
| 2021-04-02 | nvmem: convert comma to semicolon | Zheng Yongjun | 2 | -2/+2 |
| 2021-02-05 | nvmem: qcom-spmi-sdam: Fix uninitialized pdev pointer | Subbaraman Narayanamurthy | 1 | -4/+3 |
| 2021-02-05 | nvmem: Kconfig: Correct typo in NVMEM_RMEM | Nicolas Saenz Julienne | 1 | -1/+1 |
| 2021-02-04 | nvmem: core: skip child nodes not matching binding | Ahmad Fatoum | 1 | -1/+3 |
| 2021-02-04 | nvmem: Add driver to expose reserved memory as nvmem | Nicolas Saenz Julienne | 3 | -0/+107 |
| 2021-02-04 | nvmem: imx-iim: Use of_device_get_match_data() | Fabio Estevam | 1 | -6/+1 |
| 2021-02-04 | nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of() | Dan Carpenter | 1 | -0/+1 |
| 2020-11-27 | nvmem: imx-ocotp: add support for the unaliged word count | Peng Fan | 1 | -6/+24 |
| 2020-11-27 | nvmem: qfprom: Don't touch certain fuses | Evan Green | 1 | -0/+30 |
| 2020-11-27 | nvmem: core: Add support for keepout regions | Evan Green | 1 | -4/+149 |
| 2020-09-27 | nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell() | Vadym Kochan | 1 | -9/+24 |
| 2020-09-17 | nvmem: core: fix missing of_node_put() in of_nvmem_device_get() | Vadym Kochan | 1 | -1/+4 |
| 2020-09-17 | nvmem: switch to simpler IDA interface | Bartosz Golaszewski | 1 | -3/+3 |
| 2020-09-17 | nvmem: core: Use kobj_to_dev() instead of container_of() | Tian Tao | 1 | -3/+3 |
| 2020-09-17 | nvmem: mtk-efuse: Remove EFUSE register write support | Chih-En Hsu | 1 | -14/+0 |
| 2020-07-29 | nvmem: qcom-spmi-sdam: Enable multiple devices | Guru Das Srinagesh | 1 | -2/+2 |
| 2020-07-29 | nvmem: update Kconfig description | Matteo Croce | 1 | -3/+0 |
| 2020-07-29 | nvmem: qfprom: Add fuse blowing support | Ravi Kumar Bokka | 1 | -12/+304 |
| 2020-07-29 | nvmem: qfprom: use NVMEM_DEVID_AUTO for multiple instances | Srinivas Kandagatla | 1 | -0/+1 |
| 2020-07-29 | nvmem: core: add support to auto devid | Srinivas Kandagatla | 1 | -2/+8 |
| 2020-07-29 | nvmem: core: Add nvmem_cell_read_u8() | Andreas Färber | 1 | -0/+15 |
| 2020-07-29 | nvmem: core: Grammar fixes for help text | Andreas Färber | 1 | -6/+6 |
| 2020-07-29 | nvmem: sc27xx: add sc2730 efuse support | Freeman Liu | 1 | -3/+24 |
| 2020-07-29 | nvmem: Enforce nvmem stride in the sysfs interface | Douglas Anderson | 1 | -0/+6 |
| 2020-07-29 | nvmem: sprd: Fix return value of sprd_efuse_probe() | Tiezhu Yang | 1 | -2/+2 |
| 2020-05-27 | nvmem: qfprom: remove incorrect write support | Srinivas Kandagatla | 1 | -14/+0 |
| 2020-05-15 | nvmem: jz4780-efuse: Use PTR_ERR_OR_ZERO() to simplify code | Samuel Zou | 1 | -3/+1 |
| 2020-05-15 | nvmem: ensure sysfs writes handle write-protect pin | Michael Auchter | 1 | -26/+26 |
| 2020-05-15 | nvmem: imx-ocotp: Improve logic to save many code lines | Anson Huang | 1 | -7/+2 |
| 2020-04-28 | firmware: xilinx: Remove eemi ops for get_chipid | Rajan Vaja | 1 | -10/+1 |
| 2020-04-28 | nvmem: core: cleanup old eeprom compat entry attributes | Srinivas Kandagatla | 1 | -38/+14 |
| 2020-03-25 | nvmem: core: remove nvmem_sysfs_get_groups() | Srinivas Kandagatla | 4 | -306/+272 |
| 2020-03-25 | nvmem: core: use is_bin_visible for permissions | Srinivas Kandagatla | 3 | -66/+33 |
| 2020-03-25 | nvmem: core: use device_register and device_unregister | Srinivas Kandagatla | 1 | -5/+2 |
| 2020-03-25 | nvmem: core: add root_only member to nvmem device struct | Srinivas Kandagatla | 2 | -0/+2 |
| 2020-03-23 | nvmem: mxs-ocotp: Use devm_add_action_or_reset() for cleanup | Anson Huang | 1 | -19/+11 |
| 2020-03-23 | nvmem: sprd: Determine double data programming from device data | Baolin Wang | 1 | -1/+2 |
| 2020-03-23 | nvmem: sprd: Optimize the block lock operation | Freeman Liu | 1 | -4/+20 |
| 2020-03-23 | nvmem: sprd: Fix the block lock operation | Freeman Liu | 1 | -1/+1 |
| 2020-03-19 | nvmem: jz4780-efuse: fix build warnings on ARCH=x86_64 or riscv | H. Nikolaus Schaller | 1 | -3/+3 |
| 2020-03-19 | nvmem: add driver for JZ4780 efuse | PrasannaKumar Muralidharan | 3 | -0/+253 |
| 2020-03-19 | nvmem: imx-ocotp: Drop unnecessary initializations | Anson Huang | 1 | -4/+4 |
| 2020-03-19 | nvmem: check for NULL reg_read and reg_write before dereferencing | Nicholas Johnson | 1 | -0/+6 |
| 2020-03-19 | nvmem: core: validate nvmem config before parsing | Srinivas Kandagatla | 1 | -0/+3 |
| 2020-03-19 | nvmem: release the write-protect pin | Khouloud Touil | 1 | -0/+1 |
| 2020-03-19 | nvmem: fix memory leak in error path | Bartosz Golaszewski | 1 | -2/+6 |
| 2020-03-19 | nvmem: add a newline for readability | Bartosz Golaszewski | 1 | -0/+1 |
| 2020-03-19 | nvmem: remove a stray newline in nvmem_register() | Bartosz Golaszewski | 1 | -1/+0 |
| 2020-03-19 | nvmem: core: add nvmem_cell_read_u64 | Yangtao Li | 1 | -0/+15 |
| 2020-03-19 | nvmem: core: add nvmem_cell_read_common | Yangtao Li | 1 | -35/+19 |
| 2020-03-19 | nvmem: imx: ocotp: add i.MX8MP support | Peng Fan | 1 | -0/+21 |
| 2020-02-07 | Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2 | -2/+19 |
| 2020-01-16 | nvmem: add QTI SDAM driver | Anirudh Ghayal | 3 | -0/+202 |
| 2020-01-10 | nvmem: core: fix memory abort in cleanup path | Bitan Biswas | 1 | -3/+5 |
| 2020-01-10 | nvmem: imx: ocotp: introduce ocotp_ctrl_reg | Peng Fan | 1 | -22/+57 |
| 2020-01-10 | nvmem: imx: scu: correct the fuse word index | Peng Fan | 1 | -5/+5 |
| 2020-01-10 | nvmem: imx: scu: fix write SIP | Peng Fan | 1 | -4/+2 |
| 2020-01-10 | nvmem: fix a 'makes pointer from integer without a cast' build warning | Bartosz Golaszewski | 1 | -1/+1 |
| 2020-01-09 | nvmem: add support for the write-protect pin | Khouloud Touil | 2 | -2/+19 |
| 2019-12-05 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -3/+21 |
| 2019-11-27 | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -18/+838 |
| 2019-11-05 | nvmem: add Rockchip OTP driver | Finley Xiao | 3 | -0/+281 |
| 2019-11-05 | nvmem: imx: scu: fix dependency in Kconfig | Srinivas Kandagatla | 1 | -0/+1 |
| 2019-11-05 | nvmem: sprd: Add Spreadtrum SoCs eFuse support | Freeman Liu | 3 | -0/+437 |
| 2019-11-05 | nvmem: imx-ocotp: reset error status on probe | Lucas Stach | 1 | -0/+4 |
| 2019-11-05 | nvmem: imx: scu: support write | Peng Fan | 1 | -1/+72 |
| 2019-11-05 | nvmem: imx: scu: support hole region check | Peng Fan | 1 | -5/+42 |
| 2019-11-05 | nvmem: sc27xx: Change to use devm_hwspin_lock_request_specific() to request o... | Baolin Wang | 1 | -12/+1 |
| 2019-10-07 | nvmem: core: add nvmem_device_find | Thomas Bogendoerfer | 1 | -34/+27 |
| 2019-10-03 | firmware: meson_sm: Rework driver as a proper platform driver | Carlo Caione | 1 | -3/+21 |
| 2019-09-18 | Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -2/+18 |
| 2019-09-17 | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+1 |
| 2019-08-18 | nvmem: imx: add i.MX8QM platform support | Fugang Duan | 1 | -0/+7 |
| 2019-08-18 | nvmem: mxs-ocotp: update MODULE_AUTHOR() email address | Stefan Wahren | 1 | -1/+1 |
| 2019-08-18 | nvmem: meson-mx-efuse: allow reading data smaller than word_size | Martin Blumenstingl | 1 | -1/+2 |
| 2019-08-18 | nvmem: sunxi_sid: fix A64 SID controller support | Stefan Mavrodiev | 1 | -0/+1 |
| 2019-08-18 | nvmem: imx-ocotp: Add i.MX8MN support | Anson Huang | 1 | -0/+7 |
| 2019-07-30 | nvmem: Use the same permissions for eeprom as for nvmem | Jean Delvare | 1 | -4/+11 |
| 2019-07-30 | drivers: Introduce device lookup variants by of_node | Suzuki K Poulose | 1 | -6/+1 |
| 2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2019-06-26 | nvmem: imx-ocotp: imx8mq is compatible with imx6 not imx7 | Leonard Crestez | 1 | -2/+2 |
| 2019-06-26 | nvmem: imx-ocotp: Add i.MX8MM support | Bryan O'Donoghue | 1 | -0/+7 |
| 2019-06-26 | nvmem: imx-ocotp: Change TIMING calculation to u-boot algorithm | Bryan O'Donoghue | 1 | -4/+32 |
| 2019-06-26 | nvmem: imx-ocotp: Ensure WAIT bits are preserved when setting timing | Bryan O'Donoghue | 1 | -1/+2 |
| 2019-06-26 | nvmem: imx-ocotp: Elongate OCOTP_CTRL ADDR field to eight bits | Bryan O'Donoghue | 1 | -1/+1 |
| 2019-06-24 | bus_find_device: Unify the match callback with class_find_device | Suzuki K Poulose | 1 | -1/+1 |
| 2019-06-23 | Merge 5.2-rc6 into char-misc-next | Greg Kroah-Hartman | 5 | -26/+5 |
| 2019-06-19 | nvmem: Broaden the selection of NVMEM_SNVS_LPGPR | Fabio Estevam | 1 | -1/+1 |
| 2019-06-19 | nvmem: imx: add i.MX8 nvmem driver | Peng Fan | 3 | -0/+170 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 3 | -12/+3 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 460 | Thomas Gleixner | 2 | -14/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner | 3 | -27/+3 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 | Thomas Gleixner | 2 | -18/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 2 | -18/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -11/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-16 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -3/+7 |
| 2019-04-25 | nvmem: core: add NVMEM_SYSFS Kconfig | Srinivas Kandagatla | 5 | -260/+335 |
| 2019-04-25 | nvmem: sunxi_sid: Support SID on H6 | Yangtao Li | 1 | -0/+6 |
| 2019-04-25 | nvmem: sunxi-sid: convert to SPDX license tags | Yangtao Li | 1 | -10/+1 |
| 2019-04-25 | nvmem: imx-iim: use devm_platform_ioremap_resource() to simplify code | Anson Huang | 1 | -3/+1 |
| 2019-04-25 | nvmem: mxs-ocotp: use devm_platform_ioremap_resource() to simplify code | Anson Huang | 1 | -3/+1 |
| 2019-04-25 | nvmem: imx-ocotp: use devm_platform_ioremap_resource() to simplify code | Anson Huang | 1 | -3/+1 |
| 2019-04-25 | nvmem: core: fix read buffer in place | Jorge Ramirez-Ortiz | 1 | -5/+10 |
| 2019-04-25 | nvmem: core: add nvmem_cell_read_u16 | Fabrice Gasnier | 1 | -0/+37 |
| 2019-04-25 | nvmem: stm32: add support for STM32MP15 BSEC to control OTP data | Fabrice Gasnier | 1 | -5/+129 |
| 2019-04-25 | nvmem: Add driver for STM32 factory-programmed read only mem | Fabrice Gasnier | 3 | -0/+90 |
| 2019-04-25 | nvmem: sunxi_sid: Support SID on A83T and H5 | Chen-Yu Tsai | 1 | -0/+2 |
| 2019-04-25 | nvmem: sunxi_sid: Read out data in native format | Chen-Yu Tsai | 1 | -22/+1 |
| 2019-04-25 | nvmem: sunxi_sid: Dynamically allocate nvmem_config structure | Chen-Yu Tsai | 1 | -15/+17 |
| 2019-04-25 | nvmem: sunxi_sid: Optimize register read-out method | Chen-Yu Tsai | 1 | -20/+18 |
| 2019-04-25 | nvmem: sunxi_sid: Read out SID for randomness without looping | Chen-Yu Tsai | 1 | -3/+2 |
| 2019-04-25 | nvmem: imx-ocotp: broaden Kconfig dependency | Lucas Stach | 1 | -2/+2 |
| 2019-04-25 | nvmem: imx-ocotp: add support for imx8mq | Lucas Stach | 1 | -0/+7 |
| 2019-03-18 | drivers: Defer probe if firmware is not ready | Rajan Vaja | 1 | -3/+7 |
| 2019-03-06 | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -41/+65 |
| 2019-02-19 | nvmem: core: don't check the return value of notifier chain call | Bartosz Golaszewski | 1 | -3/+1 |
| 2019-02-05 | nvmem: zynqmp: Added zynqmp nvmem firmware driver | Nava kishore Manne | 3 | -0/+98 |
| 2019-02-03 | nvmem: allow to select i.MX nvmem driver for i.MX 7D | Stefan Agner | 1 | -1/+1 |
| 2019-01-31 | nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup() | Alban Bedel | 1 | -3/+2 |
| 2019-01-31 | nvmem: core: Fix device reference leak | Alban Bedel | 1 | -0/+2 |
| 2019-01-31 | nvmem: core: Always reference the device returned by nvmem_device_get() | Alban Bedel | 1 | -1/+1 |
| 2019-01-31 | nvmem: core: Properly handle connection ID in of_nvmem_device_get() | Alban Bedel | 1 | -3/+4 |
| 2019-01-31 | nvmem: core: Fix cell lookup when no cell is found | Alban Bedel | 1 | -6/+10 |
| 2019-01-31 | nvmem: core: Fix of_nvmem_cell_get() for optional cells | Alban Bedel | 1 | -1/+1 |
| 2019-01-31 | nvmem: core: Set the provider read-only when no write callback is given | Alban Bedel | 1 | -2/+2 |
| 2019-01-31 | nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support | Stefan Wahren | 1 | -0/+7 |
| 2019-01-31 | nvmem: imx-ocotp: add i.MX7ULP support | Anson Huang | 1 | -0/+6 |
| 2019-01-31 | nvmem: bcm-ocotp: Add ACPI support to BCM OCOTP | Srinath Mannam | 1 | -17/+20 |
| 2019-01-31 | nvmem: sc27xx: Convert nvmem offset to block index | Freeman Liu | 1 | -4/+8 |
| 2018-12-06 | nvmem: add new config option | Bartosz Golaszewski | 1 | -1/+2 |
| 2018-12-06 | nvmem: Move nvmem_type_str array to its only user | Andy Shevchenko | 1 | -0/+7 |
| 2018-12-06 | nvmem: meson-efuse: add peripheral clock | Jerome Brunet | 1 | -0/+25 |
| 2018-12-06 | nvmem: meson-efuse: add error message on user_max failure. | Jerome Brunet | 1 | -1/+3 |
| 2018-12-06 | nvmem: add type attribute | Alexandre Belloni | 1 | -0/+21 |
| 2018-11-11 | nvmem: core: fix regression in of_nvmem_cell_get() | Srinivas Kandagatla | 1 | -4/+6 |
| 2018-10-15 | nvmem: hide unused nvmem_find_cell_by_index function | Arnd Bergmann | 1 | -16/+16 |
| 2018-10-15 | nvmem: lpc18xx_eeprom: remove unused variable | Bartosz Golaszewski | 1 | -1/+0 |
| 2018-10-15 | nvmem: fix nvmem_cell_get_from_lookup() | Bartosz Golaszewski | 1 | -2/+3 |
| 2018-10-15 | nvmem: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -1/+3 |
| 2018-09-28 | nvmem: make nvmem_add_cells() static | Srinivas Kandagatla | 1 | -2/+1 |
| 2018-09-28 | nvmem: sunxi_sid: remove unused variable in probe | Srinivas Kandagatla | 1 | -1/+1 |
| 2018-09-28 | nvmem: use octal permissions instead of constants | Bartosz Golaszewski | 1 | -4/+4 |
| 2018-09-28 | nvmem: fix commenting style | Bartosz Golaszewski | 1 | -2/+2 |
| 2018-09-28 | nvmem: make the naming of arguments in nvmem_cell_get() consistent | Bartosz Golaszewski | 1 | -13/+14 |
| 2018-09-28 | nvmem: use SPDX license identifiers | Bartosz Golaszewski | 1 | -9/+1 |
| 2018-09-28 | nvmem: add a notifier chain | Bartosz Golaszewski | 1 | -0/+36 |
| 2018-09-28 | nvmem: add support for cell lookups from machine code | Bartosz Golaszewski | 1 | -26/+103 |