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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C549EC761A6 for ; Tue, 4 Apr 2023 18:42:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232696AbjDDSmf (ORCPT ); Tue, 4 Apr 2023 14:42:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46350 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229881AbjDDSme (ORCPT ); Tue, 4 Apr 2023 14:42:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C36BA0; Tue, 4 Apr 2023 11:42:34 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 907366324D; Tue, 4 Apr 2023 18:42:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE822C4339C; Tue, 4 Apr 2023 18:42:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680633753; bh=zDhYU6D+v5oh3MOa170mNSdjnkCLYr4lBbRFOu6bosw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qDdmcVC7EiqCpY/NuuTRAzQNQ7AKtwGewCOlsDbIWP4IcnMCguYvY6XxptEdKcKqg yxU3LBSQ2GbTTtl1+vl5jvXhi/+SDFefsmVDWtxYuNv+DUP+s+yXl5CMcv0p+5ru0C OiDZGYNc5JLUyxGtzoVr0+cX1ahr0Spnzh8nyXCEnCrqV+JUX8+ZQ5cIWzfwm1m6ga JAv6VCpKdpz3WDuMGOm5aveBmHDSLYFku9vKxKUeybvcTDiaMokCbhNp3+bhczF2Du N09YjCB54FhLZtkkBsD264/yMrPvUfHXHrK1q7kB97XwwZ+Ko62CV2AlZjLcAjEGu+ a/5HekhOjzy1w== Date: Tue, 4 Apr 2023 19:42:25 +0100 From: Conor Dooley To: Sunil V L Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, linux-acpi@vger.kernel.org, linux-crypto@vger.kernel.org, platform-driver-x86@vger.kernel.org, llvm@lists.linux.dev, Jonathan Corbet , Paul Walmsley , Palmer Dabbelt , Albert Ou , Len Brown , Daniel Lezcano , Thomas Gleixner , Weili Qian , Zhou Wang , Herbert Xu , Marc Zyngier , Maximilian Luz , Hans de Goede , Mark Gross , Nathan Chancellor , Nick Desaulniers , Tom Rix , "Rafael J . Wysocki" , "David S . Miller" Subject: Re: [PATCH V4 00/23] Add basic ACPI support for RISC-V Message-ID: <20230404-prefix-faceless-843e95740928@spud> References: <20230404182037.863533-1-sunilvl@ventanamicro.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="P6BjEwt5vfZbU/m5" Content-Disposition: inline In-Reply-To: <20230404182037.863533-1-sunilvl@ventanamicro.com> Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org --P6BjEwt5vfZbU/m5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Apr 04, 2023 at 11:50:14PM +0530, Sunil V L wrote: > Changes since V3: > 1) Added two more driver patches to workaround allmodconfig build failure. btw, you need to fix the issues *before* you enable ACPI, not after. --P6BjEwt5vfZbU/m5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZCxvkQAKCRB4tDGHoIJi 0uBcAQDX+NfYsma68JAoKD0l8rwd2Z8A1BSIB6zAyAemOermLgEAkgqBUTmq+KiW ixVikD+HzAYjJnqwKLuwjrai/H1oaQQ= =pkaH -----END PGP SIGNATURE----- --P6BjEwt5vfZbU/m5--