| Commit message (Expand) | Author | Age | Files | Lines |
* | nvmem: u-boot-env: fix crc32 casting type | Rafał Miłecki | 2022-09-24 | 1 | -1/+1 |
* | nvmem: lan9662-otp: add support | Horatiu Vultur | 2022-09-24 | 3 | -0/+232 |
* | nvmem: u-boot-env: find Device Tree nodes for NVMEM cells | Rafał Miłecki | 2022-09-24 | 1 | -0/+1 |
* | nvmem: sort config symbols alphabetically | Rafał Miłecki | 2022-09-24 | 2 | -206/+208 |
* | nvmem: prefix all symbols with NVMEM_ | Rafał Miłecki | 2022-09-24 | 2 | -24/+24 |
* | nvmem: brcm_nvram: Use kzalloc for allocating only one element | Kenneth Lee | 2022-09-24 | 1 | -1/+1 |
* | nvmem: core: add error handling for dev_set_name | Gaosheng Cui | 2022-09-24 | 1 | -3/+9 |
* | nvmem: add driver handling U-Boot environment variables | Rafał Miłecki | 2022-09-24 | 3 | -0/+233 |
* | nvmem: core: Fix memleak in nvmem_register() | Gaosheng Cui | 2022-09-24 | 1 | -9/+6 |
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2022-08-04 | 1 | -12/+2 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa... | Thomas Gleixner | 2022-06-10 | 1 | -12/+2 |
* | | nvmem: mtk-efuse: Simplify with devm_platform_get_and_ioremap_resource() | AngeloGioacchino Del Regno | 2022-07-08 | 1 | -2/+1 |
* | | nvmem: microchip-otpc: add support | Claudiu Beznea | 2022-07-08 | 3 | -0/+297 |
|/ |
|
* | nvmem: sfp: Add support for TA 2.1 devices | Sean Anderson | 2022-05-09 | 1 | -0/+6 |
* | nvmem: sfp: Use regmap | Sean Anderson | 2022-05-09 | 2 | -8/+23 |
* | nvmem: qfprom: using pm_runtime_resume_and_get instead of pm_runtime_get_sync | Minghao Chi | 2022-05-09 | 1 | -2/+1 |
* | nvmem: Add Apple eFuse driver | Sven Peter | 2022-05-09 | 3 | -0/+94 |
* | nvmem: brcm_nvram: find Device Tree nodes for NVMEM cells | Rafał Miłecki | 2022-05-09 | 1 | -0/+2 |
* | nvmem: core: support passing DT node in cell info | Rafał Miłecki | 2022-05-09 | 1 | -0/+1 |
* | nvmem: sunplus-ocotp: drop useless probe confirmation | Krzysztof Kozlowski | 2022-04-24 | 1 | -2/+0 |
* | nvmem: sunplus-ocotp: staticize sp_otp_v0 | Krzysztof Kozlowski | 2022-04-24 | 1 | -1/+1 |
* | nvmem: bcm-ocotp: mark ACPI device ID table as maybe unused | Krzysztof Kozlowski | 2022-04-24 | 1 | -1/+1 |
* | nvmem: brcm_nvram: parse NVRAM content into NVMEM cells | Rafał Miłecki | 2022-03-18 | 1 | -0/+90 |
* | Merge 5.17-rc6 into char-misc-next | Greg Kroah-Hartman | 2022-02-28 | 1 | -1/+1 |
|\ |
|
| * | nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property | Christophe Kerello | 2022-02-21 | 1 | -1/+1 |
* | | nvmem: Add driver for OCOTP in Sunplus SP7021 | Vincent Shih | 2022-02-25 | 3 | -0/+242 |
* | | nvmem: qfprom: Increase fuse blow timeout to prevent write fail | Knox Chiou | 2022-02-25 | 1 | -1/+1 |
* | | nvmem: add driver for Layerscape SFP (Security Fuse Processor) | Michael Walle | 2022-02-21 | 3 | -0/+103 |
* | | nvmem: meson-mx-efuse: replace unnecessary devm_kstrdup() | Xiaoke Wang | 2022-02-21 | 1 | -2/+1 |
* | | nvmem: sunxi_sid: Add support for D1 variant | Samuel Holland | 2022-02-21 | 1 | -0/+6 |
* | | nvmem: qfprom: fix kerneldoc warning | Srinivas Kandagatla | 2022-02-21 | 1 | -1/+1 |
* | | nvmem: core: Check input parameter for NULL in nvmem_unregister() | Andy Shevchenko | 2022-02-21 | 1 | -1/+2 |
* | | nvmem: core: Use devm_add_action_or_reset() | Andy Shevchenko | 2022-02-21 | 1 | -13/+9 |
* | | nvmem: core: Remove unused devm_nvmem_unregister() | Andy Shevchenko | 2022-02-21 | 1 | -22/+0 |
|/ |
|
* | nvmem: mtk-efuse: support minimum one byte access stride and granularity | Chunfeng Yun | 2021-12-21 | 1 | -6/+7 |
* | nvmem: core: set size for sysfs bin file | Srinivas Kandagatla | 2021-12-03 | 1 | -0/+2 |
* | Merge 5.15-rc6 into char-misc-next | Greg Kroah-Hartman | 2021-10-18 | 1 | -1/+2 |
|\ |
|
| * | nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells | Stephen Boyd | 2021-10-13 | 1 | -1/+2 |
* | | nvmem: imx-ocotp: add support for post processing | Srinivas Kandagatla | 2021-10-13 | 1 | -0/+25 |
* | | nvmem: core: add nvmem cell post processing callback | Srinivas Kandagatla | 2021-10-13 | 1 | -0/+9 |
* | | nvmem: core: rework nvmem cell instance creation | Srinivas Kandagatla | 2021-10-13 | 1 | -60/+105 |
|/ |
|
* | nvmem: NVMEM_NINTENDO_OTP should depend on WII | Geert Uytterhoeven | 2021-09-21 | 1 | -0/+1 |
* | nvmem: nintendo-otp: Add new driver for the Wii and Wii U OTP | Emmanuel Gil Peyrot | 2021-08-13 | 3 | -0/+137 |
* | nvmem: core: fix error handling while validating keepout regions | Srinivas Kandagatla | 2021-08-06 | 1 | -2/+5 |
* | nvmem: qfprom: sc7280: Handle the additional power-domains vote | Rajendra Nayak | 2021-08-06 | 1 | -0/+25 |
* | nvmem: qfprom: Fix up qfprom_disable_fuse_blowing() ordering | Rajendra Nayak | 2021-08-06 | 1 | -3/+3 |
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-07-05 | 4 | -13/+22 |
|\ |
|
| * | nvmem: core: add a missing of_node_put | Christophe JAILLET | 2021-06-11 | 1 | -3/+6 |
| * | nvmem: prepare basics for FRAM support | Jiri Prchal | 2021-06-11 | 1 | -0/+4 |
| * | nvmem: qfprom: Improve the comment about regulator setting | Douglas Anderson | 2021-06-11 | 1 | -3/+3 |