From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Atcsqr.andestech.com (unknown [60.248.187.195]) (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 3A81C242D9B; Fri, 24 Apr 2026 03:03:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=60.248.187.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776999823; cv=none; b=HK9soeAL2Wr0d4RxYANbLOglRwmuaDmJhZpkrPShzMplREXnGRSbJsgMAUnmkQUEbT7n7nZqu9LHyflL0Eo9FIvMurVHQxyKqbcc9X/4QxUDeDYQsuCbAC7TnLcv+Nvj2d3fDK7P5K6vcPf9fD0wL3+I1GDWju4I7D2phLb34UM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776999823; c=relaxed/simple; bh=DpdF7i7RIdpYC9jJYdUnk7bPBgKHzUfgMtUSkivqVp4=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LnWfTXCScOt6czeDvI7bsA18+NbLLsFHRmF36LwJUZ6byr5EQs4E0juq0JEt/xZSUwykFRqIrfd+vHkkwTu19L0bAKfEOVB8B8FcVZuHgb0AKueekNC1+8o4Z24tyypa0Y31DAYdoPHhCBuMHAd0rS+5Q13MXZnp+cvNGRZx/mA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com; spf=pass smtp.mailfrom=andestech.com; arc=none smtp.client-ip=60.248.187.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=andestech.com Received: from Atcsqr.andestech.com (localhost [127.0.0.2] (may be forged)) by Atcsqr.andestech.com with ESMTP id 63O2bsCq061246; Fri, 24 Apr 2026 10:37:54 +0800 (+08) (envelope-from ben717@andestech.com) Received: from mail.andestech.com (ATCPCS31.andestech.com [10.0.1.89]) by Atcsqr.andestech.com with ESMTPS id 63O2axDs060195 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 24 Apr 2026 10:36:59 +0800 (+08) (envelope-from ben717@andestech.com) Received: from swlinux02 (10.0.15.183) by ATCPCS31.andestech.com (10.0.1.89) with Microsoft SMTP Server (TLS) id 14.3.498.0; Fri, 24 Apr 2026 10:36:59 +0800 Date: Fri, 24 Apr 2026 10:36:58 +0800 From: Ben Zong-You Xie To: Andi Shyti , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , , , , , Conor Dooley Subject: Re: [PATCH v4 0/4] i2c: add support for Andes platform Message-ID: References: <20260330-atciic100-v4-0-d40822f63e4e@andestech.com> Precedence: bulk X-Mailing-List: devicetree@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: <20260330-atciic100-v4-0-d40822f63e4e@andestech.com> User-Agent: Mutt/2.3.0 (2026-01-25) X-DKIM-Results: atcpcs31.andestech.com; dkim=none; X-DNSRBL: X-SPAM-SOURCE-CHECK: pass X-MAIL:Atcsqr.andestech.com 63O2bsCq061246 Hi all, Gentle ping on this series — it's been ~4 weeks with no review on the I2C side. Patch 1 (binding) has Conor's ack; patch 2 (driver) has not received any feedback yet. If there's something specific in the driver I should address, I'm happy to spin a v5. Otherwise, would appreciate a look when you have a moment. Thanks, Ben