index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvmem
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]