From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-187.mta1.migadu.com (out-187.mta1.migadu.com [95.215.58.187]) (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 3DFA11E1A17 for ; Fri, 7 Nov 2025 07:46:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.187 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762501620; cv=none; b=hJOKcB5QqDguZB+0CVhA3wNANW/V+qjAOx1D3itDvglNAvUEaMNKitQaDWTGDABzxQyJF2KPJMekey6LiFhnONhsT+PHnpPMtmyATG9iJsYPohUEonZC90q6gxyWN20gY2svvOrc5jjs9GUQEVP9x4sOoK0DrLxMVr3rMon1mNY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762501620; c=relaxed/simple; bh=up3WN4y2iaAHVkgmKOuF19xMqSjPj8hRQ0/2Guibtpo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SGRKNkQgTL80hRGaVtfMfjbNCladDw4+WdAQ6ad4cazCY74uQxcE0lkXd+bJKuw8ByUfipMxvmJkEf+igj2/eEi7da3Wh9CLaekJqCUSr/eokpX1dV2jQKTI6wEUBl2+xVjesHpwOjLkoecsZHZs9F4rezwb7bGGsfDG0s6tY1w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=k+bClqF4; arc=none smtp.client-ip=95.215.58.187 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="k+bClqF4" Date: Fri, 7 Nov 2025 15:46:40 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1762501607; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bWV3OFRTCNAKsBedYT67BomPXMjaLCiUco2GhaTf0fw=; b=k+bClqF4XA4GZLSsMVcC4JpBztPM6DaIwF+4+MhuR0v+m0IO2O9SigAjsrr2iZzzDfgEtI 4/4nozJFfpBwrLrYCWO/kTQe007F3NCPNYKHGUMFN8tKGpHg3HFVdcftKPD6uUxYkTZm0u qklEY0aV3aO/4Z1KU5PuZoGxTlcsStQ= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Troy Mitchell To: dongxuyang@eswincomputing.com, mturquette@baylibre.com, sboyd@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: ningyu@eswincomputing.com, linmin@eswincomputing.com, huangyifeng@eswincomputing.com, pinkesh.vaghela@einfochips.com, Conor Dooley , Troy Mitchell Subject: Re: [PATCH v7 1/2] dt-bindings: clock: eswin: Documentation for eic7700 SoC Message-ID: References: <20251023071658.455-1-dongxuyang@eswincomputing.com> <20251023071748.513-1-dongxuyang@eswincomputing.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=us-ascii Content-Disposition: inline In-Reply-To: <20251023071748.513-1-dongxuyang@eswincomputing.com> X-Migadu-Flow: FLOW_OUT On Thu, Oct 23, 2025 at 03:17:48PM +0800, dongxuyang@eswincomputing.com wrote: > From: Xuyang Dong > > Add device tree binding documentation for the ESWIN eic7700 > clock controller module. > > Signed-off-by: Yifeng Huang > Acked-by: Conor Dooley > Signed-off-by: Xuyang Dong LGTM. But as Krzysztof mentioned, it might not be on the priority review list. Acked-by: Troy Mitchell