Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b01dcdd86e8c20599ee9293392d6fef8397fbc5d
/
drivers
/
nvmem
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 6 years ago
50808bf
nvmem: properly handle returned value nvmem_reg_read
by Mathieu Malaterre
· 7 years ago
b378c77
nvmem: core: describe add missing dev function parameter
by Srinivas Kandagatla
· 7 years ago
e550773
nvmem: meson-efuse: add write support
by Jerome Brunet
· 7 years ago
a29a63b
nvmem: meson-efuse: simplify read callback
by Jerome Brunet
· 7 years ago
401488d
nvmem: meson-efuse: remove econfig global
by Jerome Brunet
· 7 years ago
3b51f47
nvmem: Add RAVE SP EEPROM driver
by Andrey Smirnov
· 7 years ago
b3db17e
drivers: nvmem: Export nvmem_add_cells()
by Andrew Lunn
· 7 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
· 8 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
5253193
nvmem: core: Allow allocating several anonymous nvmem devices
by Aban Bedel
· 8 years ago
83e007a
firmware: meson-sm: Check for buffer output size
by Carlo Caione
· 8 years ago
fd0c478
nvmem: core: Allow getting nvmem cell with a NULL cell id
by Vivek Gautam
· 8 years ago
2914326
nvmem: core: Correct a bunch of function documentations
by Vivek Gautam
· 8 years ago
3b4a687
nvmem: core: Allow ignoring length when reading a cell
by Vivek Gautam
· 8 years ago
4aa2b480
nvmem: octop: Add support for imx6ul
by Bai Ping
· 8 years ago
b577faf
nvmem: fix nvmem_cell_read() return type doc
by Brian Norris
· 8 years ago
14ba9728
nvmem: imx-ocotp: Fix wrong register size
by Daniel Schultz
· 8 years ago
01d0d2c
nvmem: qfprom: Allow single byte accesses for read/write
by Vivek Gautam
· 8 years ago
9d59c6e
nvmem: Add the Broadcom OTP controller driver
by Jonathan Richardson
· 8 years ago
88806daf
nvmem: add NXP LPC18xx OTP driver
by Joachim Eastwood
· 8 years ago
6afd563
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 8 years ago
02baff3
nvmem: rockchip-efuse: add rk3399-efuse support
by Finley Xiao
· 8 years ago
ad855ea
nvmem: amlogic: Add Amlogic Meson EFUSE driver
by Carlo Caione
· 8 years ago
e2402b1
nvmem: imx-ocotp: Fix assignment warning.
by Srinivas Kandagatla
· 8 years ago
63c0c07
nvmem: imx-ocotp: add COMPILE_TEST for proper test coverage
by Srinivas Kandagatla
· 8 years ago
Next »