Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0ece300942e050e30300cf108d6c71f13c0e424e
/
drivers
/
nvmem
f858a99
nvmem: qfprom: remove incorrect write support
by Srinivas Kandagatla
· 4 years, 6 months ago
3fda892
nvmem: imx-ocotp: Change TIMING calculation to u-boot algorithm
by Bryan O'Donoghue
· 5 years ago
bb3da5e
nvmem: imx-ocotp: Ensure WAIT bits are preserved when setting timing
by Bryan O'Donoghue
· 5 years ago
f8aae26
nvmem: imx-ocotp: reset error status on probe
by Lucas Stach
· 5 years ago
88e9f81
nvmem: core: return error code instead of NULL from nvmem_device_get
by Srinivas Kandagatla
· 6 years ago
96c0871
nvmem: Use the same permissions for eeprom as for nvmem
by Jean Delvare
· 5 years ago
1c2e974
nvmem: sunxi_sid: Support SID on A83T and H5
by Chen-Yu Tsai
· 6 years ago
0412a88
nvmem: core: fix read buffer in place
by Jorge Ramirez-Ortiz
· 6 years ago
1cddd3e
nvmem: check the return value of nvmem_add_cells()
by Bartosz Golaszewski
· 6 years ago
83cf9cd
Merge 4.18-rc5 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
6da2782
nvmem: imx-ocotp: add support for imx6sll
by Anson Huang
· 6 years ago
19c5446
nvmem: Add Spreadtrum SC27XX efuse support
by Freeman Liu
· 6 years ago
ac31672
headers: separate linux/mod_devicetable.h from linux/platform_device.h
by Randy Dunlap
· 6 years ago
fc82975
nvmem: core: remove unused nvmem_device ncells member
by Srinivas Kandagatla
· 6 years ago
26d79b8
nvmem: rave-sp-eeprom: Remove VLA usage
by Kees Cook
· 6 years ago
87ed140
nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us
by Douglas Anderson
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 6 years ago
50808bf
nvmem: properly handle returned value nvmem_reg_read
by Mathieu Malaterre
· 6 years ago
b378c77
nvmem: core: describe add missing dev function parameter
by Srinivas Kandagatla
· 6 years ago
e550773
nvmem: meson-efuse: add write support
by Jerome Brunet
· 6 years ago
a29a63b
nvmem: meson-efuse: simplify read callback
by Jerome Brunet
· 6 years ago
401488d
nvmem: meson-efuse: remove econfig global
by Jerome Brunet
· 6 years ago
3b51f47
nvmem: Add RAVE SP EEPROM driver
by Andrey Smirnov
· 6 years ago
b3db17e
drivers: nvmem: Export nvmem_add_cells()
by Andrew Lunn
· 6 years ago
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
2a37ce2
nvmem: disallow modular CONFIG_NVMEM
by Arnd Bergmann
· 7 years ago
bb47944
nvmem: imx-ocotp: remove unused dead code
by Dong Aisheng
· 7 years ago
0ab09d6
nvmem: sunxi-sid: fix H3 SID controller support
by Icenowy Zheng
· 7 years ago
80b820c
nvmem: add i.MX7 support to snvs-lpgpr
by Andrey Yurovsky
· 7 years ago
b7743a9
nvmem: bcm-ocotp: Do not use "&pdev->dev" explicitly
by Andrey Smirnov
· 7 years ago
b28b738
nvmem: imx-iim: Do not use "&pdev->dev" explicitly
by Andrey Smirnov
· 7 years ago
e84d1f9
nvmem: rockchip-efuse: Do not use "&pdev->dev" explicitly
by Andrey Smirnov
· 7 years ago
d5007f7
nvmem: vf610-ocotp: Do not use "&pdev->dev" explicitly
by Andrey Smirnov
· 7 years ago
7b4e76c
nvmem: rockchip-efuse: Make use of of_device_get_match_data()
by Andrey Smirnov
· 7 years ago
0e189891
nvmem: snvs_lpgpr: Convert commas to semicolons
by Andrey Smirnov
· 7 years ago
e5692ef
nvmem: qfprom: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
b2236db
nvmem: bcm-ocotp: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
547a2c9
nvmem: imx-iim: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
b005b2f
nvmem: lpc18xx_otp: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
90696a4
nvmem: meson-efuse: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
7afbde9
nvmem: meson-mx-efuse: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
7e68a64
nvmem: mtk-efuse: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
f4bec71
nvmem: rockchip-efuse: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
5557acf
nvmem: snvs_lgpr: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
45ff8ef
nvmem: uniphier-efuse: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
a830274
nvmem: imx-ocotp: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
fae8e89
nvmem: vf610-ocotp: Convert to use devm_nvmem_register()
by Andrey Smirnov
· 7 years ago
f1f50ec
nvmem: Introduce devm_nvmem_(un)register()
by Andrey Smirnov
· 7 years ago
fd0f490
nvmem: core: Allow specifying device name verbatim
by Andrey Smirnov
· 7 years ago
b6a0941
Merge 4.15-rc6 into char-misc-next
by Greg Kroah-Hartman
· 7 years ago
8a42d3f
nvmem: meson-mx-efuse: fix reading from an offset other than 0
by Martin Blumenstingl
· 7 years ago
9a479b0
nvmem: rockchip-efuse: add support for rk3328-efuse
by Finley Xiao
· 7 years ago
3227772
nvmem: rockchip-efuse: parse 'rockchip,efuse-size'
by Finley Xiao
· 7 years ago
683618b
nvmem: uniphier: change access unit from 32bit to 8bit
by Kunihiko Hayashi
· 7 years ago
fc2f997
nvmem: core: switch to device_property_present for reading property "read-only"
by Heiner Kallweit
· 7 years ago
99897ef
nvmem: core: let stride and word_size default to 1
by Heiner Kallweit
· 7 years ago
9f3044c
nvmem: core: Deduplicate bus_find_device() by name matching
by Lukas Wunner
· 7 years ago
2bf16b7
Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
b7fe57b
nvmem: sunxi-sid: add support for A64/H5's SID controller
by Icenowy Zheng
· 7 years ago
aef9a4d
nvmem: imx-ocotp: Update module description
by Bryan O'Donoghue
· 7 years ago
a32bab3
nvmem: imx-ocotp: Enable i.MX7D OTP write support
by Bryan O'Donoghue
· 7 years ago
828ae7a4
nvmem: imx-ocotp: Add i.MX7D timing write clock setup support
by Bryan O'Donoghue
· 7 years ago
b50cb68
nvmem: imx-ocotp: Move i.MX6 write clock setup to dedicated function
by Bryan O'Donoghue
· 7 years ago
ffd9115
nvmem: imx-ocotp: Add support for banked OTP addressing
by Bryan O'Donoghue
· 7 years ago
e20d2b2
nvmem: imx-ocotp: Pass parameters via a struct
by Bryan O'Donoghue
· 7 years ago
9d6a8da
nvmem: imx-ocotp: Restrict OTP write to IMX6 processors
by Bryan O'Donoghue
· 7 years ago
71c5dd5
nvmem: uniphier: add UniPhier eFuse driver
by Keiji Hayashibara
· 7 years ago
17eb18d
nvmem: set nvmem->owner to nvmem->dev->driver->owner if unset
by Masahiro Yamada
· 7 years ago
ec3672b
nvmem: qfprom: fix different address space warnings of sparse
by Masahiro Yamada
· 7 years ago
a48f1ff
nvmem: mtk-efuse: fix different address space warnings of sparse
by Masahiro Yamada
· 7 years ago
4dd5f60
nvmem: mtk-efuse: use stack for nvmem_config instead of malloc'ing it
by Masahiro Yamada
· 7 years ago
01d35ca
nvmem: imx-iim: use stack for nvmem_config instead of malloc'ing it
by Masahiro Yamada
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
8caef1f
nvmem: add a driver for the Amlogic Meson6/Meson8/Meson8b SoCs
by Martin Blumenstingl
· 7 years ago
9593ad3
nvmem: meson-efuse: indicate that this driver is only for Meson GX SoCs
by Martin Blumenstingl
· 7 years ago
7a15cf2
nvmem: rockchip: add support for RK3368
by Romain Perier
· 7 years ago
58f2c39
Merge 4.14-rc5 into char-misc-next
by Greg Kroah-Hartman
· 7 years ago
988437a
nvmem: add snvs_lpgpr driver
by Oleksij Rempel
· 7 years ago
e701c67
nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditional
by Masahiro Yamada
· 7 years ago
f7c04f1
nvmem: remove inline in drivers/nvmem/core.c
by Masahiro Yamada
· 7 years ago
aad8d09
nvmem: add missing of_node_put() in of_nvmem_cell_get()
by Masahiro Yamada
· 7 years ago
38b0774
nvmem: core: return EFBIG on out-of-range write
by Guy Shapiro
· 7 years ago
fd086113
nvmem: core: remove unneeded NULL check
by Dan Carpenter
· 7 years ago
d026d70
nvmem: core: Add nvmem_cell_read_u32
by Leonard Crestez
· 7 years ago
5f214cc
nvmem: Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
aed0c46
nvmem: lpc18xx-eeprom: explicitly request exclusive reset control
by Philipp Zabel
· 7 years ago
d6e4bd1
nvmem: rockchip-efuse: amend compatible rk322x-efuse to rk3228-efuse
by Frank Wang
· 7 years ago
820de1f
nvmem: rockchip-efuse: add support for rk322x-efuse
by Finley Xiao
· 7 years ago
666d6a3
nvmem: core: add locking to nvmem_find_cell
by Heiner Kallweit
· 7 years ago
79fbf04
nvmem: core: Call put_device() in nvmem_unregister()
by Andrey Smirnov
· 7 years ago
3360acd
nvmem: core: fix leaks on registration errors
by Johan Hovold
· 7 years ago
e827756
nvmem: correct Broadcom OTP controller driver writes
by Oza Pawandeep
· 7 years ago
0160e00
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 7 years ago
0642bac
nvmem: imx-ocotp: add write support
by Richard Leitner
· 8 years ago
9b66587
nvmem: imx-ocotp: clear error bit after reading locked values
by Richard Leitner
· 8 years ago
711d454
nvmem: octop: Add i.MX7D support
by Peng Fan
· 8 years ago
c066c1c
nvmem: Add driver for the i.MX IIM
by Michael Grzeschik
· 8 years ago
4cefb74
nvmem: imx-ocotp: fix usage of "dev" pointers
by Richard Leitner
· 8 years ago
1a96364
nvmem: sunxi-sid: add support for H3's SID controller
by Icenowy Zheng
· 8 years ago
4a72cda
nvmem: sunxi-sid: read NVMEM size from device compatible
by Icenowy Zheng
· 8 years ago
Next »