summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3/026-bcma_pmu_regression.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-25 14:33:47 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-25 14:33:47 +0000
commit288f3f6650cf72a566a2e582d0065f2b9d47858a (patch)
treebbbcac3fb6d358126698f3764c562345b210dc9c /target/linux/generic/patches-3.3/026-bcma_pmu_regression.patch
parent3f93d0a04a77c8f800d9f2b4c47e6eec4ee9a870 (diff)
kernel: update bcma and ssb to master-2012-10-18 from wireless-testing
* update the flash driver for bcm47xx to use the stubs already in bcma * do some misc enhancements to the flash drivers for bcm47xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33920 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.3/026-bcma_pmu_regression.patch')
-rw-r--r--target/linux/generic/patches-3.3/026-bcma_pmu_regression.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/generic/patches-3.3/026-bcma_pmu_regression.patch b/target/linux/generic/patches-3.3/026-bcma_pmu_regression.patch
deleted file mode 100644
index 35ca6b81e..000000000
--- a/target/linux/generic/patches-3.3/026-bcma_pmu_regression.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/drivers/bcma/driver_chipcommon_pmu.c
-+++ b/drivers/bcma/driver_chipcommon_pmu.c
-@@ -110,7 +110,7 @@ void bcma_pmu_workarounds(struct bcma_dr
- /* enable 12 mA drive strenth for 4313 and set chipControl
- register bit 1 */
- bcma_chipco_chipctl_maskset(cc, 0,
-- BCMA_CCTRL_4313_12MA_LED_DRIVE,
-+ ~BCMA_CCTRL_4313_12MA_LED_DRIVE,
- BCMA_CCTRL_4313_12MA_LED_DRIVE);
- break;
- case BCMA_CHIP_ID_BCM4331:
-@@ -124,14 +124,14 @@ void bcma_pmu_workarounds(struct bcma_dr
- register bit 15 */
- if (bus->chipinfo.rev == 0) {
- bcma_cc_maskset32(cc, BCMA_CC_CHIPCTL,
-- BCMA_CCTRL_43224_GPIO_TOGGLE,
-+ ~BCMA_CCTRL_43224_GPIO_TOGGLE,
- BCMA_CCTRL_43224_GPIO_TOGGLE);
- bcma_chipco_chipctl_maskset(cc, 0,
-- BCMA_CCTRL_43224A0_12MA_LED_DRIVE,
-+ ~BCMA_CCTRL_43224A0_12MA_LED_DRIVE,
- BCMA_CCTRL_43224A0_12MA_LED_DRIVE);
- } else {
- bcma_chipco_chipctl_maskset(cc, 0,
-- BCMA_CCTRL_43224B0_12MA_LED_DRIVE,
-+ ~BCMA_CCTRL_43224B0_12MA_LED_DRIVE,
- BCMA_CCTRL_43224B0_12MA_LED_DRIVE);
- }
- break;