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 A69B821CFEF for ; Wed, 13 May 2026 13:42:51 +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=1778679771; cv=none; b=h9+p1Qyw3CjpIXA9ovWsJHBMQj0W9Ju6WyTwauqiEQJmJhaNfQmsgZf6LTm9DRHDGR+SdtplDrTbA9wI2EBo2UwvKv2OgcGPWDrAPJb4m2D7XyDiG5D6IRuDuMX01Au4jQbgV8k5eV/UioWD1v5Vv3jTrThKWvseFR82rfqvSrM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778679771; c=relaxed/simple; bh=/LcytoAlxO1b66E0FBVj26IdzEcry6mecRempQVj9Y8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DbPDZaGVe2oDXTe/UFmWE+dYMc711zq9OgBz2qNdmZvzdpBcjuVx4c1/GtAths8jP4hgobJ7bYkzCuCJe85vwoYWN7gw/2SAU3v6Weu5TjsLzkSBvFrybtmtPMIb4O4YyvK7xMB8+P9wAGRW2hm/FgnFEp1Ij0UwlOCMSA+cK/U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=syyJjfTi; 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="syyJjfTi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BFCDDC2BCB7; Wed, 13 May 2026 13:42:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778679771; bh=/LcytoAlxO1b66E0FBVj26IdzEcry6mecRempQVj9Y8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=syyJjfTiPy2OYmGYRkai3yvtLb1LcDfcx2J5uWEPKuB3hm2Qj4wVith6fEf5kzK88 UlIvX3Jk8PZsgkWNUNpeGyxX0sYW9JeAmbSQtBZFxA2bP4X0rp+YPoHWHZP5Bomsam BBUpyajculTSIp+fpqEZlxAMhVtowGTiXj0dJ5pcsM9H2xb0+6V/vripc8YqoM1u6v RdRlCvpEn9jZw2hq25kY9Azhr2frU33Fv0vtun45nlNSiDKdLVjOI2jp6xD+4oz3Eb DTgYWldNO25z/gHje/GPNyaPN23EpP48L0/Fd9Me0tsk8aFljN/ffgRTnG40RRI8fH KgTtMGClyWv5w== Date: Wed, 13 May 2026 14:42:46 +0100 From: Lee Jones To: Ethan Nelson-Moore Cc: linux-omap@vger.kernel.org, Aaro Koskinen , Andreas Kemnade , Kevin Hilman , Roger Quadros , Tony Lindgren Subject: Re: [PATCH v2] mfd: twl4030-power: update checks for specific boards to use the DT Message-ID: <20260513134246.GY305027@google.com> References: <20260510053939.564314-1-enelsonmoore@gmail.com> <20260510053939.564314-2-enelsonmoore@gmail.com> Precedence: bulk X-Mailing-List: linux-omap@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Sat, 09 May 2026, Ethan Nelson-Moore wrote: > On Sat, May 9, 2026 at 10:40 PM Ethan Nelson-Moore > wrote: > > --- > > Changes from v1: Fix mistake in commit message and remove Fixes tags - > > 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? Easier to resend it. -- Lee Jones