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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 71DA6C433C1 for ; Mon, 22 Mar 2021 14:45:53 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 AA2856191C for ; Mon, 22 Mar 2021 14:45:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AA2856191C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4F3y3g0nk9z30CC for ; Tue, 23 Mar 2021 01:45:51 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=arm.com (client-ip=217.140.110.172; helo=foss.arm.com; envelope-from=lorenzo.pieralisi@arm.com; receiver=) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lists.ozlabs.org (Postfix) with ESMTP id 4F3y2r4NmZz302W for ; Tue, 23 Mar 2021 01:45:07 +1100 (AEDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4F0131042; Mon, 22 Mar 2021 07:45:04 -0700 (PDT) Received: from e121166-lin.cambridge.arm.com (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D5C2B3F719; Mon, 22 Mar 2021 07:45:02 -0700 (PDT) Date: Mon, 22 Mar 2021 14:44:57 +0000 From: Lorenzo Pieralisi To: Roy Zang Subject: Re: [PATCH -next] pci/controller/dwc: convert comma to semicolon Message-ID: <20210322144457.GA13436@e121166-lin.cambridge.arm.com> References: <20201216131944.14990-1-zhengyongjun3@huawei.com> <20210106190722.GA1327553@bjorn-Precision-5520> <20210115113654.GA22508@e121166-lin.cambridge.arm.com> <20210322124326.GD11469@e121166-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , "robh@kernel.org" , "M.h. Lian" , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Zheng Yongjun , Bjorn Helgaas , "linux-arm-kernel@lists.infradead.org" , "linuxppc-dev@lists.ozlabs.org" , Mingkai Hu Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, Mar 22, 2021 at 01:40:16PM +0000, Roy Zang wrote: > Yes. It is maintained. To be maintained you should review its code please. > I will send out a patch. Krzysztof already posted one for you, you just need to ack it: https://patchwork.kernel.org/project/linux-pci/patch/20210311033745.1547044-1-kw@linux.com For the future email exchanges: don't top-post please. Thanks, Lorenzo > Thanks. > Roy > > -----Original Message----- > From: Lorenzo Pieralisi > > On Sun, Mar 07, 2021 at 07:36:57PM +0100, Krzysztof WilczyƄski wrote: > > Hi, > > > > [...] > > > I would request NXP maintainers to take this patch, rewrite it as > > > Bjorn requested and resend it as fast as possible, this is a very > > > relevant fix. > > [...] > > > > Looking at the state of the pci-layerscape-ep.c file in Linus' tree, > > this still hasn't been fixed, and it has been a while. > > > > NXP folks, are you intend to pick this up? Do let us know. > > Minghuan, Mingkai, Roy, > > either one of you reply and follow up this patch or I will have to update the MAINTAINERS entry and take action accordingly, you are not maintaining this driver and I won't maintain your code, sorry. > > Lorenzo > > > Krzysztof