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 B3838CD1284 for ; Tue, 2 Apr 2024 04:43:46 +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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NA4ZqamxNXLuLyPDRe//Zbi3j594ylucdPadKxgg848=; b=EVIgHlVGzEfCnz cYV6RF0GxB3165r6fQM/+GF5n6GmM7iJcxmT/MSZdvZFqhIJ+wUyM7IImHBlNjObeOhexxYewir6A eMOngXxGnANAaTPHsxz0DZ+4q4A6WfcjHrpXFNPV6iJf7abauZLYT2PMq7M2OTFIc4gAgg22SSZ2C SbkFF895u37VgJRrXGZFT3pSIUa5AAs+dSE8Z9WCwj1EwuxKwgYUi2aEMG06s6kktI68LK2cQq8y0 S2B5T3gHfuEkAP8trZCRUQTxJbo+Y1CZRS9jkDwV1H8eHcQxtEyN5inGA01KxHMpAYyTapQZwnS56 5zC/Zq3p7V7PEanMiWeQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rrVze-00000009hZj-15jW; Tue, 02 Apr 2024 04:43:30 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rrVzb-00000009hYx-0iPp for linux-arm-kernel@lists.infradead.org; Tue, 02 Apr 2024 04:43:29 +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 17002106F; Mon, 1 Apr 2024 21:43:51 -0700 (PDT) Received: from [10.163.56.225] (unknown [10.163.56.225]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8388C3F766; Mon, 1 Apr 2024 21:43:14 -0700 (PDT) Message-ID: Date: Tue, 2 Apr 2024 10:13:10 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH V7 00/11] coresight: Move remaining AMBA ACPI devices into platform driver Content-Language: en-US To: linux-arm-kernel@lists.infradead.org, suzuki.poulose@arm.com Cc: Lorenzo Pieralisi , Sudeep Holla , Mike Leach , Maxime Coquelin , Alexandre Torgue , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, coresight@lists.linaro.org, linux-stm32@st-md-mailman.stormreply.com References: <20240314055843.2625883-1-anshuman.khandual@arm.com> From: Anshuman Khandual In-Reply-To: <20240314055843.2625883-1-anshuman.khandual@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240401_214327_388030_406652C5 X-CRM114-Status: UNSURE ( 9.40 ) X-CRM114-Notice: Please train this message. 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 3/14/24 11:28, Anshuman Khandual wrote: > This moves remaining AMBA ACPI devices into respective platform drivers for > enabling ACPI based power management support. This series applies on latest > coresight next. This series has been built, and boot tested on a DT based > (RB5) and ACPI supported coresight platform (N1SDP). > > https://git.gitlab.arm.com/linux-arm/linux-anshuman.git (amba_other_acpi_migration_v7) > > Cc: Lorenzo Pieralisi > Cc: Sudeep Holla > Cc: Suzuki K Poulose > Cc: Mike Leach > Cc: James Clark > Cc: Maxime Coquelin > Cc: Alexandre Torgue > Cc: linux-acpi@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Cc: coresight@lists.linaro.org > Cc: linux-stm32@st-md-mailman.stormreply.com > > Changes in V7: > > - Dropped reduntant 'drvdata' check in following functions > replicator_platform_remove() > funnel_platform_remove() > tpiu_platform_remove() > tmc_platform_remove() > catu_platform_remove() > catu_platform_probe() > debug_platform_remove() > debug_platform_probe() > - Dropped struct resource check before devm_ioremap_resource() > - Sorted the headers in alphabetic order Hello Suzuki, This series still applies cleanly on the latest v6.9-rc2. But please do let me know if you need this to be posted again. - Anshuman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel