From patchwork Mon Aug 17 10:52:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Neukirchen X-Patchwork-Id: 507937 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 9715E1402B1 for ; Mon, 17 Aug 2015 20:55:18 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 46C0F28BF94; Mon, 17 Aug 2015 12:53:19 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 3769E28AFB1 for ; Mon, 17 Aug 2015 12:53:06 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .web. - helo: .mout.web. - helo-domain: .web.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from mout.web.de (mout.web.de [212.227.17.12]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Mon, 17 Aug 2015 12:53:03 +0200 (CEST) Received: from tenchi-htpc.lan ([91.64.206.38]) by smtp.web.de (mrweb103) with ESMTPSA (Nemesis) id 0MfqEy-1Z6RGy0xxU-00N7wV for ; Mon, 17 Aug 2015 12:53:48 +0200 From: Dirk Neukirchen To: openwrt-devel@lists.openwrt.org Date: Mon, 17 Aug 2015 12:52:01 +0200 Message-Id: <1439808721-28727-1-git-send-email-dirkneukirchen@web.de> X-Mailer: git-send-email 2.5.0 X-Provags-ID: V03:K0:3rWPzfLGp3VDGH7dGEbxXmdsulJ83MNtG7KUhPSdeAsWthSvERV ibM/j0sY7s6eCTNFkPlT9b11DBdMeOzpiYrcLGn75sE/Gn9UJ/Zd4GaOJPixkq45dgyik48 maQDsZ4o0MAu5MqtIso2xEvOyI2WVcibvwkGWT+ziKPCSTr4Wl1rzOhB+by2GXzLfG8JtNK FE5VrEkjOREWiggW37WUg== X-UI-Out-Filterresults: notjunk:1; V01:K0:5BZCi4wIBz4=:NYZk/RAmuSKMqxOLAttMaB KtNC54IPkbfSTIrT7GPYglGd4/p1yOZ/1F5W0wpiQ9f9flqaIPTzRWu5pyzUxlkLFQk9dgsVs 7tfmgGFSeppjGKivgvPgk5OM5Wl2wLoRZnXYL8iJWpRfndZ1QuiglAHZG2fXRbpAqT9n4Izhf n5YhOqei6EvDKeetQ8mcKMnqJEHknY1Xtx2QVRBl0+V3Fo1ixcM5KKFkCaPqO1Jn3LvA+dcMx QZW9lLhnfs7kkJ9uJw/hnivsNG1H1dBFckHMVZnyk2JTJSIF6gyuQm27RuSPfqKbigipk8Pld SIc9mmIvM7+F3WIvoVs249LsuBdTXahH2pP+jQ5D617dlaxyIIagyRxSzXX+H/fj482IXQryy IKf/aeKlixyPt1BbR1MtO6ZhKlQBBmF3l/Zj/CD/rKrqimT/60RrSyAk1RsRlTbxKNPC2fDPN c+3jDaU6ds19l3UwMqDemata5sAf/5mmRukucovJhjSO7azCMlzEQm9LumnCs4Xod4OPoU1Pq I+xbGorkmLw2R6uJwq2/evXQSWAbiJcRpbDcvBApan53kJ/P017MPPvabmbYSSPIXVfSacdMd 5CSdwrJpxO6MOzDBifmk27dDG5rpgANtZ5jmyleNa/icg+jbC8DuObex2QbKFIfuKSyUBWeAx a+sIhz8xXyUxLX54cso6NBmEvzBWTof2FXA+ZSjeawnH6khfUFjOCJcCO3Hpt68NSq6X1OVtC MmrC00g6D5gwsWxf Subject: [OpenWrt-Devel] [PATCH] orion: remove IRQF_DISABLED X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" no-op since 2.6.35 removed in Kernel 4.1 see https://lwn.net/Articles/380931/ Signed-off-by: Dirk Neukirchen --- target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c b/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c index b341ed6..658ea92 100644 --- a/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c +++ b/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c @@ -335,7 +335,7 @@ static void __init dt2_init(void) platform_device_register(&dt2_leds); if (request_irq(gpio_to_irq(DT2_PIN_GPIO_RESET), &dt2_reset_handler, - IRQF_DISABLED | IRQF_TRIGGER_LOW, + IRQF_TRIGGER_LOW, "DT2: Reset button", NULL) < 0) { printk("DT2: Reset Button IRQ %d not available\n", @@ -343,7 +343,7 @@ static void __init dt2_init(void) } if (request_irq(gpio_to_irq(DT2_PIN_GPIO_POWER), &dt2_power_handler, - IRQF_DISABLED | IRQF_TRIGGER_LOW, + IRQF_TRIGGER_LOW, "DT2: Power button", NULL) < 0) { printk(KERN_DEBUG "DT2: Power Button IRQ %d not available\n",