From f07caed26441e393d51d4a5a27ec83eb8137db9c Mon Sep 17 00:00:00 2001 From: hauke Date: Wed, 14 Mar 2012 22:59:39 +0000 Subject: brcm47xx: add support for NAND flash on devices using bcma This patch add support for the NAND flash on BCM5357 based devices like the WNR3500Lv2. Thank you Tathagata Das for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30943 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/brcm47xx/patches-3.2/042-bcma-export-bcma_pcie_read.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/brcm47xx/patches-3.2/042-bcma-export-bcma_pcie_read.patch') diff --git a/target/linux/brcm47xx/patches-3.2/042-bcma-export-bcma_pcie_read.patch b/target/linux/brcm47xx/patches-3.2/042-bcma-export-bcma_pcie_read.patch index 70bb497bf..062a29d2f 100644 --- a/target/linux/brcm47xx/patches-3.2/042-bcma-export-bcma_pcie_read.patch +++ b/target/linux/brcm47xx/patches-3.2/042-bcma-export-bcma_pcie_read.patch @@ -13,9 +13,9 @@ Signed-off-by: Hauke Mehrtens --- a/drivers/bcma/bcma_private.h +++ b/drivers/bcma/bcma_private.h -@@ -46,6 +46,8 @@ u32 bcma_pmu_get_clockcpu(struct bcma_dr - int bcma_sflash_init(struct bcma_drv_cc *cc); - #endif /* CONFIG_BCMA_SFLASH */ +@@ -51,6 +51,8 @@ int bcma_sflash_init(struct bcma_drv_cc + int bcma_nflash_init(struct bcma_drv_cc *cc); + #endif /* CONFIG_BCMA_NFLASH */ +u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address); + -- cgit v1.2.3