From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1AB02221FC1; Sat, 26 Apr 2025 09:42:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745660548; cv=none; b=GKUzfJvxjAjLuWHPb+297696R1UQcah1PZRVfYpaMXqtnCEjgrh5FmVzEEx1JC+y9osn6qEesTX4kHaFFzh4rrUvJLMyvEBMB33xn15hLc8nhR0KcmuifSE9bMKbPzFKgR2496seWnfcaW+oT2Nw3vGVmIayPmjkhx734sdGSVY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745660548; c=relaxed/simple; bh=GKYZDfmT8vrfb5LgauTuj6xSdhIuzi1Ln9+BvIpR6bo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XxAiduClbKrAB9HXBukOtzecW8QKb/D2k9u+9rmBQDDKZyMpVFzQ2Ish6l4S3gXIl7iC1sHu1DCMK7HA43thL6+5AnlDs4Xr2uWe5NmfcbM216qHuKs08E2n+lUkdHjn2xngKKHu2CY1KLEySp80emX3Tb6clu842Ry7T+qNs/8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rVGFN06B; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rVGFN06B" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A36B7C4CEE2; Sat, 26 Apr 2025 09:42:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1745660547; bh=GKYZDfmT8vrfb5LgauTuj6xSdhIuzi1Ln9+BvIpR6bo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rVGFN06BVpXQADF0McOYueFwHEJhzWz636+kIlsGWOMDkbla7J9iRT6MOM5btu29t 7hrzRp906EFlYVTlOPXUuC1W62smXtLsaIzA8HaccyZjb/y5kRttqFLrTM/DtGyroV +vsQ0YDjmUTeSZOXRfRA9nNUoSfUCuBj8NtLlv6Fi79bKQmIQ/fUTbOEQohxgwWqDd Tb6IGOpyh63YdXZWl0MaGfBiu1PyWpxd0x+I3NNXULnzYTUmCrJIWsf9vb9fucFp8f JS4ufPR9XO2Ub+4CWmtXMWYjzLHwDnViIosaVAQ2wDJ9mj96tB9cuWRrlOnuJfN7H7 RIaV/e4EOKamA== Date: Sat, 26 Apr 2025 11:42:21 +0200 From: Ingo Molnar To: Andi Shyti Cc: Mario Limonciello , Borislav Petkov , Jean Delvare , Ilpo =?iso-8859-1?Q?J=E4rvinen?= , Jonathan Corbet , Mario Limonciello , Yazen Ghannam , Thomas Gleixner , Ingo Molnar , Dave Hansen , "maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)" , "H . Peter Anvin" , Shyam Sundar S K , Hans de Goede , "open list:DOCUMENTATION" , open list , "open list:I2C/SMBUS CONTROLLER DRIVERS FOR PC" , "open list:AMD PMC DRIVER" Subject: Re: [PATCH v5 2/5] i2c: piix4: Depends on X86 Message-ID: References: <20250422234830.2840784-1-superm1@kernel.org> <20250422234830.2840784-3-superm1@kernel.org> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: * Andi Shyti wrote: > Hi, > > On Tue, Apr 22, 2025 at 06:48:27PM -0500, Mario Limonciello wrote: > > From: Mario Limonciello > > > > PIIX4 and compatible controllers are only for X86. As some headers are > > being moved into x86 specific headers PIIX4 won't compile on non-x86. > > > > Suggested-by: Ingo Molnar > > Signed-off-by: Mario Limonciello > > OK, so these are going through x86, at the end. Yeah, if you don't mind. There's a later x86 patch (5/5) that depends on the new header. > Acked-by: Andi Shyti Thanks! I've added your acks to the commits. Ingo