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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 1A07EECAAD8 for ; Fri, 16 Sep 2022 13:01:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Zl6aeRmlVtRoJiB0173XDif3xcIaOnlO1owd55jSP4o=; b=r4j651HVUGTdlQ RoG4BpMLaqXhFyRZ/4q2Xdr6GkaqMPLO1XBq4cuD2zA8BMya+bB/xYsEq81amPb04liLhUhfVvAGN lA2mTBCOnZ+8eb965XMgLiP+Gm8yGPVqWk770EjqpI39a1eYnVRxYFe97YM0MDwZIzTzdK3+IXmo3 YlBBnP5KAtQS6hxQPNo5tce7rt8o3m8wk7WskjBhzC1RzwNebv2o1bemG0mmZ9auID05HsJyn+r89 0ATWhsBDAh2/n4QgPYxhiQjowaiNn3r/6aT1RVPCLXvkpNhd7JbERD8cCgNQfUyr8p2Zsr/qKocPc kptR6EB/lRaHt5qFxkWw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oZAxc-00DRnY-LA; Fri, 16 Sep 2022 13:00:48 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oZAxX-00DRjG-Vj for linux-arm-kernel@lists.infradead.org; Fri, 16 Sep 2022 13:00:45 +0000 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 03EF1153B; Fri, 16 Sep 2022 06:00:46 -0700 (PDT) Received: from bogus (unknown [10.57.48.254]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1274E3F71A; Fri, 16 Sep 2022 06:00:37 -0700 (PDT) Date: Fri, 16 Sep 2022 14:00:35 +0100 From: Sudeep Holla To: Vijayenthiran Subramaniam Cc: rafael@kernel.org, lenb@kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org, suzuki.poulose@arm.com, thomas.abraham@arm.com Subject: Re: [PATCH] coresight: acpi: add support for amba dma-330 controller Message-ID: <20220916130035.pbavnjlkh4envc4u@bogus> References: <20220916111912.42733-1-vijayenthiran.subramaniam@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220916111912.42733-1-vijayenthiran.subramaniam@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220916_060044_084247_70610DA2 X-CRM114-Status: GOOD ( 10.01 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Sep 16, 2022 at 04:49:12PM +0530, Vijayenthiran Subramaniam wrote: > Add ACPI ID for ARM DMA-330 controller to AMBA id list to allow the > probing of the device. > $subject pattern is simply wrong and I see this is just copied from the previous commit which makes no sense here. You can see other commits and their patterns too. Use prefix something like: ACPI / amba: or ACPI: amba: Also "Add .." in the $subject sounds like you are adding the support for the controller here which is not the case. Enable support for Arm Primecell PL330 dma controller Or Add Arm Primecell PL330 dma controller to the supported list -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel