Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp3851994pxb; Mon, 8 Feb 2021 01:34:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJx2o0cnR57ttaFEdGz1Nsxo9exKb8jiCpXt/KrVNP8w47ECxh+CKCmY+qvoJ0HTqlvj7tOq X-Received: by 2002:a17:906:35d9:: with SMTP id p25mr15957869ejb.398.1612776884620; Mon, 08 Feb 2021 01:34:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612776884; cv=none; d=google.com; s=arc-20160816; b=vTDGQKIlQQ5hQpzyxHSDJ5nkn145T+LYcAJPY9MxvnpfeMviwXnfg5uzTXNYye+CPP WST1/M7odqjYovlbAcmAHxjtDWvrj8hoImmCHJiK4gOpmwph7OYRUACIYlAoesFerEbz iVGTZmVXTI/BWZcdMlPiKdWHehdApTnoT+j5qIl0BAoo7zPtI2zo4XnhmYArDUD+N+ou vnmOLEeGlizkf8HOxavevXvVDw7huuAuEZS6fY0gpPN1LOWa/ByKhiYV0z3OiVgHfMov mpu61vXLxu2IzlcojPbF+Pk7D3tL20D3i8sX1voyAR4M4UMQxCu23LorISUql5e+Mc6D 2spA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-language:content-transfer-encoding :in-reply-to:mime-version:user-agent:date:message-id:references:cc :to:from:subject; bh=ZaZWgkODrtLzb+bjASFTZDrCGeC7z4wioZtD4UQVsdc=; b=CUnLqPW4CemKpRfdxlz7H5C+0r9bOVVWCeh85antrYG549dsiTUbm4o+KUyoqvpSne fablItTeARBJkM2wh/ParDslBUUs4rkXfPlfsIBFHfiEAbfSvDKgqGWpAWDSU4xHzkTx hy0YrFgFYIYBRhxQnkelGW0AkN0BhtQ6nSWofU49pILX2guJmimLD1CFb/8nFT7jXysp Wj10O2GpeqIuNff27F6aVbrwkGKrsa9pNZemzAQkiNOqrGKvTLklEkz0XLzlOJnwmdL0 21rEu3GpgFq3RUDTIR6HAFXfjhQiwmGIiBnkcK/aIPrSGAtjb54B5HBhlBnNeZipkk8G S7Sg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t16si14527547edi.281.2021.02.08.01.34.21; Mon, 08 Feb 2021 01:34:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231703AbhBHJc4 (ORCPT + 99 others); Mon, 8 Feb 2021 04:32:56 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:11700 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231325AbhBHJMP (ORCPT ); Mon, 8 Feb 2021 04:12:15 -0500 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4DZ0bH0wXLzlDhn; Mon, 8 Feb 2021 17:09:47 +0800 (CST) Received: from [127.0.0.1] (10.40.192.131) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.498.0; Mon, 8 Feb 2021 17:11:30 +0800 Subject: Re: [Linuxarm] [PATCH for next v1 0/2] gpio: few clean up patches to replace spin_lock_irqsave with spin_lock From: luojiaxing To: , , , , , CC: , , References: <1612774577-55943-1-git-send-email-luojiaxing@huawei.com> Message-ID: <2b8001bb-0bcd-3fea-e15c-2722e7243209@huawei.com> Date: Mon, 8 Feb 2021 17:11:30 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <1612774577-55943-1-git-send-email-luojiaxing@huawei.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [10.40.192.131] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sorry, my operation error causes a patch missing from this patch set. I re-send the patch set. Please check the new one. On 2021/2/8 16:56, Luo Jiaxing wrote: > There is no need to use API with _irqsave in hard IRQ handler, So replace > those with spin_lock. > > Luo Jiaxing (2): > gpio: omap: Replace raw_spin_lock_irqsave with raw_spin_lock in > omap_gpio_irq_handler() > gpio: grgpio: Replace spin_lock_irqsave with spin_lock in > grgpio_irq_handler() > > drivers/gpio/gpio-grgpio.c | 5 ++--- > drivers/gpio/gpio-omap.c | 15 ++++++--------- > 2 files changed, 8 insertions(+), 12 deletions(-) >