]> asedeno.scripts.mit.edu Git - linux.git/commit
firmware: bcm47xx_nvram: Support small (0x6000 B) NVRAM partitions
authorRafał Miłecki <rafal@milecki.pl>
Sun, 8 Apr 2018 20:57:33 +0000 (22:57 +0200)
committerJames Hogan <jhogan@kernel.org>
Mon, 23 Apr 2018 15:39:35 +0000 (16:39 +0100)
commit3bc6505150fd1139dbd29695cf950d253c361725
tree4d1c747f74223d8f31448f0011a446bef13fb9fa
parent425f1e6272567c4d91221957d8b65fc5f6aae501
firmware: bcm47xx_nvram: Support small (0x6000 B) NVRAM partitions

Some old devices with 4 MiB flashes were using 0x1000 block size and
could use smaller (0x6000 bytes) flash partition for storing NVRAM
content. This adds support for reading NVRAM on Netgear WNR1000 V3.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/19005/
Signed-off-by: James Hogan <jhogan@kernel.org>
drivers/firmware/broadcom/bcm47xx_nvram.c