From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) (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 80FE317C; Fri, 22 Nov 2024 00:57:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.29.241.158 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732237034; cv=none; b=S9FpQxZ1LqZD5FfZT8LTj4LmYncJuV+TZn/cltnndiBZCS5XcBolsdDHHbb54nE2KsgfrBTXX1CroWK5KEQRpdze3doSGQ09EjKvE28K0uS0xV7mYKjiabxi3jopY6N2jc46sJ5AKAM6KluvlKoJZNWZbjdgPYSb6n67RsL4TSg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732237034; c=relaxed/simple; bh=NoFHxlk/MxXl8zn0QsJEzFEW9uJPQ9u0jXpK1xuLvzU=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References: Content-Type:MIME-Version; b=FL2OXJ1TJr3Tab6xZ5xx47HlocG2xQR34SMaashKf31aUEdA876owOAmlhS8O91nDGNC1V1yClSC1JoJxaw8ehTkkt4BwpDAbTIQhLciktNrqI/4j1ymo65zOAvQ7EKcIxojm6AX1KnsjlBtPBpn7N7O0d08Uj0jsLPH8umn8zk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au; spf=pass smtp.mailfrom=codeconstruct.com.au; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b=FIL2dtlr; arc=none smtp.client-ip=203.29.241.158 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b="FIL2dtlr" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1732237030; bh=NoFHxlk/MxXl8zn0QsJEzFEW9uJPQ9u0jXpK1xuLvzU=; h=Subject:From:To:Date:In-Reply-To:References; b=FIL2dtlr7AuN89P3H/wj7W1MsXCkQvugxo0jOhi4kklYgD9YIbu552Ex6Wfk8ZIKD j5tJJVKYcWGfxsKqHUJgJ3imk/K0OGO89bgnwrC2ORok8EbuTr+/vTe62yRfrv5PLv nXtCr6yPUsf4BiMbLY0E04ZUXNpwVqgRnrjEye8MkCkQS3rz7mU+SAUj4V7JQETGXF FNoCvU3y8Ial9m8D1vR1i9Uto7k8V6B96uvWvMc/mUGPDdIevtH7U/3VZ8E67Kbe5B B9HIIrIT1PJTnG+9GjZMbGAA8blAVN28WlJAeEgg6VMN2UUd5EumuMzpgE3RayKKK+ s6NMQqjS+VKvA== Received: from [192.168.68.112] (ppp118-210-73-187.adl-adc-lon-bras32.tpg.internode.on.net [118.210.73.187]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 8C22268F88; Fri, 22 Nov 2024 08:57:09 +0800 (AWST) Message-ID: <920e053a17d5f9a7d5805bcd674f036a9c7fb402.camel@codeconstruct.com.au> Subject: Re: [PATCH v2 0/6] Revise Meta(Facebook) Harma BMC(AST2600) From: Andrew Jeffery To: PeterYin , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Fri, 22 Nov 2024 11:27:08 +1030 In-Reply-To: References: <20241121025323.1403409-1-peteryin.openbmc@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi Peter, On Thu, 2024-11-21 at 12:33 +0800, PeterYin wrote: > Hi Andrew, > =C2=A0=C2=A0 I believe this series' path will conflict with upstream due = to=20 > version differences between OpenBMC and upstream. I will update to > the=20 > latest version of the DTS from upstream and submit a new version=20 > accordingly. Going forward, please make sure that patches you send upstream have been tested on upstream (in terms of whether they apply to the appropriate branch, and whether they have the right effect on the system at runtime). Andrew