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 7C345379987; Thu, 26 Mar 2026 22:24:50 +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=1774563890; cv=none; b=nIWDhEw7nEntkyvSo5qGAMzUsPulOIv80g8g4bg7J4IagEbuYLpRQ64mOomBAs5hhqzmTlw2BD2Q22b4kt7NoX0SWfGJTMTnrLiqyulTE7ZC2ZOqA1/gNU2hvIjYPtW9GkuIdMM3PQIkjnjB+jzXmGxlwwMndfoQ5S4WRkRUmos= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774563890; c=relaxed/simple; bh=vXuZILi71R68LcfYH5ZVtFEJI1fOBMAeL2azpItnV38=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JRE1fkR1UMAhZowqxOQxOyFHnWuSZjywpD7SGh/QecSW9+vFkiFVk3qYE1C+do0op3wXwPpV5ew5XxrnpKsRMktZQTQ0S7U8GlE6sizBq+yLS2QyaU9cBUS6fV4YUW0jTBgYlGRdvRq4V0ZTzPDn+mBQ9udzlgzxnQ4Kkh/NLc0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=X2iLVf4T; 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="X2iLVf4T" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5274FC4AF11; Thu, 26 Mar 2026 22:24:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774563890; bh=vXuZILi71R68LcfYH5ZVtFEJI1fOBMAeL2azpItnV38=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X2iLVf4Tpjd7p1ZSPkG5AUk1EyB0jDrUVuaqqZhpeym2Eh5ODVnN46NA2Iw0BGcwq /Y9KXrhYIqTwBGYWpEbhoMkaa8B0HY1VEOxGn8cvMDn5vNlLNO1N0z4O8bp3Uo0MZo rh/1YukX9BqVYG7qDCW9qm9ng0XIikbZxtzhdddm8sW8emc6ELg4jYegR9mXG9bPz6 qjESwrjhBkXCG7yV+0YucrABtn4kJLKLP6krPJCXofasuixxaqRI4RN4evTnuOhnp2 lF+c87aVcSaBq2w/8z1sgPTSBDuBKl9tOCtC+2ljFevbkUUMJOCHkSg3nVVpghgpuT lO7vu3LtSX4qg== Date: Thu, 26 Mar 2026 23:24:45 +0100 From: Andi Shyti To: Yixun Lan Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Troy Mitchell , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] dts: riscv: spacemit: k3: Add i2c nodes Message-ID: References: <20260325-02-k3-i2c-v1-0-78f29c83d9ac@kernel.org> <20260325-02-k3-i2c-v1-2-78f29c83d9ac@kernel.org> Precedence: bulk X-Mailing-List: devicetree@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: Hi agagin, On Thu, Mar 26, 2026 at 11:22:31PM +0100, Andi Shyti wrote: > On Wed, Mar 25, 2026 at 09:49:25AM +0000, Yixun Lan wrote: > > Populate all I2C devicetree nodes for SpacemiT K3 SoC. > > > > Signed-off-by: Yixun Lan > > this second patch does not apply on my i2c branch. I'm missing > some other patches on k3. > > Can you please rebase it on top of my i2c/i2c-host branch, > otherwise I will need to wait for the merge window to open in > order to take this. sorry, this has to go through some other path, I'm going to take patch 1. Andi