firmware/nvram: bcm47xx: support init from IO memory
authorRafał Miłecki <rafal@milecki.pl>
Thu, 3 Nov 2022 08:25:29 +0000 (09:25 +0100)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 9 Nov 2022 18:27:10 +0000 (10:27 -0800)
commita5be5ce0e25439fae3cd42e3d775979547926812
tree0521d6846cbeb80679ef1646dc2d319528f14bf1
parent117bd98daca0fb1f4264e711f73ab76739e83466
firmware/nvram: bcm47xx: support init from IO memory

Provide NVMEM content to the NVRAM driver from a simple
memory resource. This is necessary to use NVRAM in a memory-
mapped flash device. Patch taken from OpenWrts development
tree.

This patch makes it possible to use memory-mapped NVRAM
on the D-Link DWL-8610AP and the D-Link DIR-890L.

Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: linux-mips@vger.kernel.org
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: bcm-kernel-feedback-list@broadcom.com
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
[Added an export for modules potentially using the init symbol]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20221103082529.359084-1-linus.walleij@linaro.org
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/firmware/broadcom/bcm47xx_nvram.c
drivers/nvmem/brcm_nvram.c
include/linux/bcm47xx_nvram.h