| To: | john@phrozen.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 0/6] MIPS: BCM47XX: nvram read enhancements |
| From: | Hauke Mehrtens <hauke@hauke-m.de> |
| Date: | Wed, 26 Dec 2012 21:51:08 +0100 |
| Cc: | linux-mips@linux-mips.org, zajec5@gmail.com, Hauke Mehrtens <hauke@hauke-m.de> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
Clean up the nvram reading code and add support for different nvram sizes. This depends on patch "MIPS: bcm47xx: separate functions finding flash window addr" by Rafał Miłeck, Patchwork: https://patchwork.linux-mips.org/patch/4738/ Hauke Mehrtens (6): MIPS: BCM47XX: use common error codes in nvram reads MIPS: BCM47XX: return error when init of nvram failed MIPS: BCM47XX: nvram add nand flash support MIPS: BCM47XX: rename early_nvram_init to nvram_init MIPS: BCM47XX: handle different nvram sizes MIPS: BCM47XX: add bcm47xx prefix in front of nvram function names arch/mips/bcm47xx/nvram.c | 98 ++++++++++++++------ arch/mips/bcm47xx/setup.c | 6 +- arch/mips/bcm47xx/sprom.c | 10 +- .../asm/mach-bcm47xx/{nvram.h => bcm47xx_nvram.h} | 13 +-- drivers/mtd/bcm47xxpart.c | 2 +- drivers/net/ethernet/broadcom/b44.c | 4 +- drivers/ssb/driver_chipcommon_pmu.c | 4 +- include/linux/ssb/ssb_driver_gige.h | 6 +- 8 files changed, 92 insertions(+), 51 deletions(-) rename arch/mips/include/asm/mach-bcm47xx/{nvram.h => bcm47xx_nvram.h} (84%) -- 1.7.10.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v2 02/18] KVM/MIPS32: Arch specific KVM data structures., Gleb Natapov |
|---|---|
| Next by Date: | [PATCH 1/6] MIPS: BCM47XX: use common error codes in nvram reads, Hauke Mehrtens |
| Previous by Thread: | Re: [PATCH v2 02/18] KVM/MIPS32: Arch specific KVM data structures., Gleb Natapov |
| Next by Thread: | [PATCH 1/6] MIPS: BCM47XX: use common error codes in nvram reads, Hauke Mehrtens |
| Indexes: | [Date] [Thread] [Top] [All Lists] |