linux/drivers/nvmem
Andrew Lunn b3db17e4b8 drivers: nvmem: Export nvmem_add_cells()
Not all platforms use device tree. It is useful to be able to add
cells to a NVMEM device from code. Export nvmem_add_cells() so making
this possible.

This required changing the parameters a bit, so that just the cells
and the number of cells are passed, not the whole nvmem config
structure.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-05-14 16:20:48 +02:00
..
bcm-ocotp.c nvmem: bcm-ocotp: Do not use "&pdev->dev" explicitly 2018-03-14 19:28:14 +01:00
core.c drivers: nvmem: Export nvmem_add_cells() 2018-05-14 16:20:48 +02:00
imx-iim.c nvmem: imx-iim: Do not use "&pdev->dev" explicitly 2018-03-14 19:28:14 +01:00
imx-ocotp.c nvmem: imx-ocotp: remove unused dead code 2018-03-14 19:28:15 +01:00
Kconfig Char/Misc patches for 4.17-rc1 2018-04-04 20:07:20 -07:00
lpc18xx_eeprom.c nvmem: set nvmem->owner to nvmem->dev->driver->owner if unset 2017-11-08 13:54:17 +01:00
lpc18xx_otp.c nvmem: lpc18xx_otp: Convert to use devm_nvmem_register() 2018-03-14 19:28:14 +01:00
Makefile Char/Misc patches for 4.15-rc1 2017-11-16 09:10:59 -08:00
meson-efuse.c nvmem: meson-efuse: Convert to use devm_nvmem_register() 2018-03-14 19:28:14 +01:00
meson-mx-efuse.c nvmem: meson-mx-efuse: Convert to use devm_nvmem_register() 2018-03-14 19:28:14 +01:00
mtk-efuse.c nvmem: mtk-efuse: Convert to use devm_nvmem_register() 2018-03-14 19:28:13 +01:00
mxs-ocotp.c nvmem: set nvmem->owner to nvmem->dev->driver->owner if unset 2017-11-08 13:54:17 +01:00
qfprom.c nvmem: qfprom: Convert to use devm_nvmem_register() 2018-03-14 19:28:14 +01:00
rockchip-efuse.c nvmem: rockchip-efuse: Do not use "&pdev->dev" explicitly 2018-03-14 19:28:14 +01:00
snvs_lpgpr.c nvmem: add i.MX7 support to snvs-lpgpr 2018-03-14 19:28:14 +01:00
sunxi_sid.c nvmem: sunxi-sid: fix H3 SID controller support 2018-03-14 19:28:15 +01:00
uniphier-efuse.c nvmem: uniphier-efuse: Convert to use devm_nvmem_register() 2018-03-14 19:28:13 +01:00
vf610-ocotp.c nvmem: vf610-ocotp: Do not use "&pdev->dev" explicitly 2018-03-14 19:28:14 +01:00