From e0d4a548fb099ec45ccb566c9bf5a90c224a121b Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 4 Feb 2014 22:53:52 +0000 Subject: kernel: bcma: update bcma to a version from kernel 3.14-rc1 Signed-off-by: Hauke Mehrtens SVN-Revision: 39463 --- .../101-bcma-gpio-fix-irq-handling.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 target/linux/brcm47xx/patches-3.10/101-bcma-gpio-fix-irq-handling.patch (limited to 'target/linux/brcm47xx/patches-3.10/101-bcma-gpio-fix-irq-handling.patch') diff --git a/target/linux/brcm47xx/patches-3.10/101-bcma-gpio-fix-irq-handling.patch b/target/linux/brcm47xx/patches-3.10/101-bcma-gpio-fix-irq-handling.patch deleted file mode 100644 index 388eefa..0000000 --- a/target/linux/brcm47xx/patches-3.10/101-bcma-gpio-fix-irq-handling.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/drivers/bcma/driver_gpio.c -+++ b/drivers/bcma/driver_gpio.c -@@ -91,7 +91,9 @@ static void bcma_gpio_irq_unmask(struct - { - struct bcma_drv_cc *cc = irq_data_get_irq_chip_data(d); - int gpio = irqd_to_hwirq(d); -+ u32 val = bcma_chipco_gpio_in(cc, BIT(gpio)); - -+ bcma_chipco_gpio_polarity(cc, BIT(gpio), val); - bcma_chipco_gpio_intmask(cc, BIT(gpio), BIT(gpio)); - } - -@@ -156,6 +158,7 @@ static int bcma_gpio_irq_domain_init(str - if (err) - goto err_req_irq; - -+ bcma_chipco_gpio_intmask(cc, ~0, 0); - bcma_cc_set32(cc, BCMA_CC_IRQMASK, BCMA_CC_IRQ_GPIO); - - return 0; -- cgit v1.1