From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B94BB1B6CE9; Sat, 27 Sep 2025 01:01:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=140.211.166.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758934865; cv=none; b=oE3VyJENNxMYuWJ5CKx/4JTlZUZw5/FPa1CD1Xt4w3EMf6UaprO5TMPCjZDxa5h/3QQ5vRIuMmK/cZO4Oz5fFza6SS+QjqZVEHIXFWOUx8d+84/2aqfrRGGTm0noChHucTO+DOi6dhvww3mOsA8VvJFlcsM/jwr4vIYbz2A4Ldg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758934865; c=relaxed/simple; bh=gO0JK18GeDaHKYiq8dk890mcYRBTIaqtoMUc0OLd9zE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QWW8yt81cAaMeMPTtP9tx3d3TslZE6jiT9yF5KFFH/afYVO3FoTWyEPLFNqkFddbJliZMm0N5REBrdKxA4DX+BKiJli7rdEe37iAWeffqCNLrwJaujwQwEIBl8O3azYzlXScS2XiLqXOP8ES4Y8SeD+FTOxe6vtvYZCKpKLBnYw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gentoo.org; spf=pass smtp.mailfrom=gentoo.org; arc=none smtp.client-ip=140.211.166.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gentoo.org Received: from localhost (unknown [180.158.240.90]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange secp256r1 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dlan) by smtp.gentoo.org (Postfix) with ESMTPSA id 9EE62340D40; Sat, 27 Sep 2025 01:01:02 +0000 (UTC) Date: Sat, 27 Sep 2025 09:00:58 +0800 From: Yixun Lan To: Aurelien Jarno Cc: linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:RISC-V ARCHITECTURE" , "open list:RISC-V SPACEMIT SoC Support" Subject: Re: [PATCH v3 0/3] riscv: dts: spacemit: add 24c02 eeprom on BPI-F3 Message-ID: <20250927010058-GYA1333274@gentoo.org> References: <20250926175833.3048516-1-aurelien@aurel32.net> 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=us-ascii Content-Disposition: inline In-Reply-To: <20250926175833.3048516-1-aurelien@aurel32.net> Hi Aurelien, On 19:54 Fri 26 Sep , Aurelien Jarno wrote: > The BPI-F3 board has a 24c02 eeprom connected to the i2c bus #2. It > holds board data. This patchset adds support for it. > looks good to me, but will wait for others to give reviews, btw, generally, I will proceed after v6.18-rc1 is tagged.. Reviewed-by: Yixun Lan -- Yixun Lan (dlan)