From mboxrd@z Thu Jan 1 00:00:00 1970 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.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 95A7AC4332F for ; Thu, 16 Sep 2021 11:31:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 80FF461354 for ; Thu, 16 Sep 2021 11:31:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238296AbhIPLc3 (ORCPT ); Thu, 16 Sep 2021 07:32:29 -0400 Received: from mx.socionext.com ([202.248.49.38]:46028 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238226AbhIPLc2 (ORCPT ); Thu, 16 Sep 2021 07:32:28 -0400 Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 16 Sep 2021 20:31:07 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 1D3AD2021820; Thu, 16 Sep 2021 20:31:07 +0900 (JST) Received: from 172.31.9.53 (172.31.9.53) by m-FILTER with ESMTP; Thu, 16 Sep 2021 20:31:07 +0900 Received: from yuzu2.css.socionext.com (yuzu2 [172.31.9.57]) by iyokan2.css.socionext.com (Postfix) with ESMTP id 98378C1883; Thu, 16 Sep 2021 20:31:06 +0900 (JST) Received: from [10.212.183.234] (unknown [10.212.183.234]) by yuzu2.css.socionext.com (Postfix) with ESMTP id 0D687B62B3; Thu, 16 Sep 2021 20:30:57 +0900 (JST) Subject: Re: [PATCH v2 0/2] PCI: uniphier: Fix INTx masking/unmasking To: Lorenzo Pieralisi , Rob Herring , =?UTF-8?Q?Krzysztof_Wilczy=c5=84ski?= , Bjorn Helgaas , =?UTF-8?Q?Pali_Roh=c3=a1r?= , Marc Zyngier Cc: Masami Hiramatsu , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1630290158-31264-1-git-send-email-hayashi.kunihiko@socionext.com> From: Kunihiko Hayashi Message-ID: <64fd8ea9-1d78-5e3a-8097-6206f03e69de@socionext.com> Date: Thu, 16 Sep 2021 20:30:52 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <1630290158-31264-1-git-send-email-hayashi.kunihiko@socionext.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Gentle ping, are there any comments about this series? Thank you, On 2021/08/30 11:22, Kunihiko Hayashi wrote: > This series includes some fixes to INTx masking/unmasking for UniPhier PCIe > host controller driver. > > - Remove unnecessary bit clears to INTX mask field > - Remove unnecessary irq_ack() function because write access to status field > doesn't work > - Add lock into callback functions to avoid race condition > > Kunihiko Hayashi (2): > PCI: uniphier: Fix INTx mask/unmask bit operation and remove ack > function > PCI: uniphier: Serialize INTx masking/unmasking > > drivers/pci/controller/dwc/pcie-uniphier.c | 26 ++++++++++---------------- > 1 file changed, 10 insertions(+), 16 deletions(-) > --- Best Regards Kunihiko Hayashi From mboxrd@z Thu Jan 1 00:00:00 1970 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=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 17C2CC433F5 for ; Thu, 16 Sep 2021 11:33:43 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D22E960F3A for ; Thu, 16 Sep 2021 11:33:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D22E960F3A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=NiPjS2z4WNFulcKz77roUFZ7Dtzkn+n8PTWFAJwYEF4=; b=DZxVIGghpbqZxmqE+qUgdZRqhV zxIfhJOvXXvm70z6sg4AYTTqMo1EeDQZUW8UOhEhg36m+5DW+HYPzJE6onKkEmIaCZHp8bB/oHcGQ KGy1EMgP11fYmahQknzfy4P5qO6BmsmAPeAPFrgWhK/Q9HvxfM4HqTt8MHa2FUOxoE+HpKY5D3Pw0 tYYHr80j6RKL7FiP7t9/OSA8RIlr97amuFK4nwspOXsAxOrs83/gI63bt6NBsezTHVcMXXIqawvqi NHUHdEuz4cmAik9LTl/FwkVX6A0OF2FpXpImOLW6NByN4c5XSNnQKMPmFOpQls0rKX7oFIoHwFI4W KkOWCj5Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQpbj-00B0u6-Ug; Thu, 16 Sep 2021 11:31:12 +0000 Received: from mx.socionext.com ([202.248.49.38]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQpbf-00B0sw-UC for linux-arm-kernel@lists.infradead.org; Thu, 16 Sep 2021 11:31:09 +0000 Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 16 Sep 2021 20:31:07 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 1D3AD2021820; Thu, 16 Sep 2021 20:31:07 +0900 (JST) Received: from 172.31.9.53 (172.31.9.53) by m-FILTER with ESMTP; Thu, 16 Sep 2021 20:31:07 +0900 Received: from yuzu2.css.socionext.com (yuzu2 [172.31.9.57]) by iyokan2.css.socionext.com (Postfix) with ESMTP id 98378C1883; Thu, 16 Sep 2021 20:31:06 +0900 (JST) Received: from [10.212.183.234] (unknown [10.212.183.234]) by yuzu2.css.socionext.com (Postfix) with ESMTP id 0D687B62B3; Thu, 16 Sep 2021 20:30:57 +0900 (JST) Subject: Re: [PATCH v2 0/2] PCI: uniphier: Fix INTx masking/unmasking To: Lorenzo Pieralisi , Rob Herring , =?UTF-8?Q?Krzysztof_Wilczy=c5=84ski?= , Bjorn Helgaas , =?UTF-8?Q?Pali_Roh=c3=a1r?= , Marc Zyngier Cc: Masami Hiramatsu , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1630290158-31264-1-git-send-email-hayashi.kunihiko@socionext.com> From: Kunihiko Hayashi Message-ID: <64fd8ea9-1d78-5e3a-8097-6206f03e69de@socionext.com> Date: Thu, 16 Sep 2021 20:30:52 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <1630290158-31264-1-git-send-email-hayashi.kunihiko@socionext.com> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210916_043108_483786_EDCE9626 X-CRM114-Status: GOOD ( 14.99 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Gentle ping, are there any comments about this series? Thank you, On 2021/08/30 11:22, Kunihiko Hayashi wrote: > This series includes some fixes to INTx masking/unmasking for UniPhier PCIe > host controller driver. > > - Remove unnecessary bit clears to INTX mask field > - Remove unnecessary irq_ack() function because write access to status field > doesn't work > - Add lock into callback functions to avoid race condition > > Kunihiko Hayashi (2): > PCI: uniphier: Fix INTx mask/unmask bit operation and remove ack > function > PCI: uniphier: Serialize INTx masking/unmasking > > drivers/pci/controller/dwc/pcie-uniphier.c | 26 ++++++++++---------------- > 1 file changed, 10 insertions(+), 16 deletions(-) > --- Best Regards Kunihiko Hayashi _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel