From patchwork Wed Jun 2 01:00:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "tiantao (H)" X-Patchwork-Id: 12292571 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A13B2C47092 for ; Wed, 2 Jun 2021 01:01:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 811C5613CD for ; Wed, 2 Jun 2021 01:01:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229780AbhFBBCj (ORCPT ); Tue, 1 Jun 2021 21:02:39 -0400 Received: from szxga02-in.huawei.com ([45.249.212.188]:2937 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229766AbhFBBCi (ORCPT ); Tue, 1 Jun 2021 21:02:38 -0400 Received: from dggeme759-chm.china.huawei.com (unknown [172.30.72.53]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4FvrH83b6jz68yt; Wed, 2 Jun 2021 08:57:56 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by dggeme759-chm.china.huawei.com (10.3.19.105) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Wed, 2 Jun 2021 09:00:53 +0800 From: Tian Tao To: , , , CC: , , Tian Tao Subject: [PATCH 0/2] move to use request_irq by IRQF_NO_AUTOEN flag Date: Wed, 2 Jun 2021 09:00:40 +0800 Message-ID: <1622595642-61678-1-git-send-email-tiantao6@hisilicon.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggeme759-chm.china.huawei.com (10.3.19.105) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org patch #1 and #2 both use IRQF_NO_AUTOEN instead of irq_set_status_flags(irq, IRQ_NOAUTOEN). this change is just to simplify the code, no actual functional changes. Tian Tao (2): arm_pmu: move to use request_irq by IRQF_NO_AUTOEN flag perf: qcom_l2_pmu: move to use request_irq by IRQF_NO_AUTOEN flag drivers/perf/arm_pmu.c | 4 +--- drivers/perf/qcom_l2_pmu.c | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-)