From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 BE5FE38B7BC for ; Mon, 1 Jun 2026 08:29:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780302566; cv=none; b=hT2bfnp5EjxoZta9yLCT/js32L3Ha6E3lsyy457X791oiBPuOZB7t9Q/Q7xklN7Louhvqjg9RA/mK1mg7Rm8VudABItk6MA7FaeS8R2+9edDKVQTNr2kzYUZqNoupZ6bN1JmGnaVQ7jIznLscmVMWiJjks2phoOVgzgJhAnxudU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780302566; c=relaxed/simple; bh=JleZHOGRSG2V9xxyLJlSiULUF/Xv/hCsmRYoyIz1Xww=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=Nq2SgbQFRyNDm+qEzwXHIRBijzG63kIhVnlSzzeIib4AtARROSpC8YZGKUr0HKgOCYFHM4FzEdj+z4UYY5C8GgFx0BHIylIJVXUzKsHVgocPPz+pa6WvNR0rgRayVii4Tqk8+uiFOlD9KoEw71Gkfyp09RldrdVRYtuqe8ftWRE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=iZGS+VP1; arc=none smtp.client-ip=185.246.85.4 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="iZGS+VP1" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 32B604E42DCE; Mon, 1 Jun 2026 08:29:17 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 01350602AB; Mon, 1 Jun 2026 08:29:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 6C2FC10888076; Mon, 1 Jun 2026 10:29:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1780302556; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=JleZHOGRSG2V9xxyLJlSiULUF/Xv/hCsmRYoyIz1Xww=; b=iZGS+VP11NQoTGLewMO6uD5NrSvd36FMsa9C/hQspgWV1NQKSMw8n2dkhy0VX+TPxn0GNJ fQWYryQtLL933S+ZN9YH75t7Qd+HDOiuGVPa0Syuh0+1C27V9lv2kpl6W7T8X/XrpTlV4x x1NZh8Tyd8qyQcaLE309z7uowlGN+fS93bDFFjeOomFTkAwnkcVqhaC9/GBgWzGNrrJMX8 FsMtL+5ipMCT7b4butrTHf8iDoLVZRDDHgmf6Oty+h6bG2xUTyGH+Xi69wM0zZtv2rBAmi UdCf/ZjIFnfKqh5F5ZrbhaKh9j4oU1W/ZiR0uA8XenSA1spmF7Tr6dZSeO8xfw== From: Gregory CLEMENT To: Ethan Nelson-Moore , linux-kernel@vger.kernel.org Cc: Andrew Lunn , Sebastian Hesselbarth , Russell King Subject: Re: [PATCH v2] ARM: orion5x: update board check in mss2_pci_init() to use the DT In-Reply-To: <875x4221wj.fsf@BLaptop.bootlin.com> References: <20260510053939.564314-1-enelsonmoore@gmail.com> <875x4221wj.fsf@BLaptop.bootlin.com> Date: Mon, 01 Jun 2026 10:29:15 +0200 Message-ID: <87tsrmzmsk.fsf@BLaptop.bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Gregory CLEMENT writes: > Ethan Nelson-Moore writes: > >> On Sat, May 9, 2026 at 10:40=E2=80=AFPM Ethan Nelson-Moore >> wrote: >>> --- >>> Changes from v1: Fix mistake in commit message and remove Fixes tag - >>> machine ID checks still work with DT booting if the bootloader passes >>> the ID >>> >>> Signed-off-by: Ethan Nelson-Moore >>> --- >> I forgot to move my changelog below the --- generated by git >> format-patch. Sorry. Could whoever merges this fix that, or should I >> resend this patch tomorrow? > > I fixed it and applied on mvebu/arm Actually, I dropped this one and applied your v3! > > Thanks, > > Gregory > > > --=20 > Gr=C3=A9gory CLEMENT, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com --=20 Gr=C3=A9gory CLEMENT, Bootlin Embedded Linux and Kernel engineering https://bootlin.com