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 0C84AC433F5 for ; Tue, 8 Mar 2022 19:25:13 +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=UGZo3KLOkdRBA0X8disKhVT+fmmSxIV552Cq0G6wIAo=; b=Aw2FKgMa6pTjco xLFe9had1vrdacZtTFhnw9wp1pcn7QRAwcppPWECG+BfX5u8Rt2nOmdB9hEg5dBiMaIwqnNOjELXJ B2plaq7+oG8kGpu0EQdLlJcDQJBCGGlB2VsH6Rf09BCj1WrHf/j9nqWxWrEMbUqqNIEcvNqPc0+ZG EURmtPtsdFMPnIub/LFNJxdm+4OP+puhHKZYLvFAjQh/8FMZQLNHp6fr02twCBBGwSfH39qaUswwC Vx+iUMkPl86a4c6bONbnq0qjNvfZ0mf89wJzA62AQK69tYbnhRovAe/GBZO6JQ/i7UYTZMojMF3CO jOQjDrSxM+UVMjHdgooA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRfQy-005zU7-Jc; Tue, 08 Mar 2022 19:23:49 +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 1nRfMC-005xM8-Gm for linux-arm-kernel@lists.infradead.org; Tue, 08 Mar 2022 19:18:54 +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 2C89D1655; Tue, 8 Mar 2022 11:18:49 -0800 (PST) Received: from lpieralisi (unknown [10.57.38.189]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3CEFF3FA45; Tue, 8 Mar 2022 11:18:46 -0800 (PST) Date: Tue, 8 Mar 2022 19:18:39 +0000 From: Lorenzo Pieralisi To: Ilkka Koskinen Cc: guohanjun@huawei.com, sudeep.holla@arm.com, rafael@kernel.org, linux@armlinux.org.uk, lenb@kernel.org, robert.moore@intel.com, james.morse@arm.com, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, patches@amperecomputing.com, scott@os.amperecomputing.com, darren@os.amperecomputing.com Subject: Re: [PATCH v5 RESEND 0/2] ACPI: Arm Generic Diagnostic Dump and Reset device Message-ID: References: <20220304054003.152319-1-ilkka@os.amperecomputing.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220308_111852_651078_F40CBD5C X-CRM114-Status: GOOD ( 13.35 ) 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 Mon, Mar 07, 2022 at 02:29:10PM -0800, Ilkka Koskinen wrote: [...] > > > Would you prefer this version, which doesn't have platform > > > device/driver any more? > > > > I thought about that and in order to keep consistency it is better to > > keep the platform device model, so please resend the latest version > > platform device based and I will ACK it (hopefully it is not too late > > for v5.18). > > Sure, I can do that. Just one question, do you still prefer agdi_init() > getting called from acpi_init() or via device_initcall()? In acpi_init(), thanks. Lorenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel