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 C2D2E29A5; Mon, 3 Feb 2025 03:40:07 +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=1738554009; cv=none; b=ehbXKn+FiT0YtXMe02Dl8WHYgwa72Igu061lU5i2oxbN4OIqKdgci2OUxQFYVKOGPRL7NEzVRWNno13RPCA9soV+CbUCUPbiUzBZXJW5iqCMQr7ZnlYYLz1nxYxgPPy9CkkQzYZNaFdS+lu09oSZwcKiIXsZ5Hox6qNUZ4dmGtc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738554009; c=relaxed/simple; bh=zfsuTILH/eWQPUyqwomkj6abdgucor8q4nBTCb+4ETc=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=JzMk2Wt30VgzXRVzF5iMvSy6nqqf08OqbmCndJuzUgp1O6TRDeL7hSsDrnm86+/JfG/D81tP61Ba+oKeWqZjp7XKb/jsSUYLIkS19KOK5fRMaMUQoT9QFkPl8fp/1yHtpAN+O7R+EwYJNNItXQxT0TO/QbZdOR/DdHTP5wNyYCM= 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=HOwZ4qqw; 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="HOwZ4qqw" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1738554005; bh=zfsuTILH/eWQPUyqwomkj6abdgucor8q4nBTCb+4ETc=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=HOwZ4qqwuL2nhQDO404IUhiOe6WgQ0UWJ16RPrNcLSbwR/Hrc19MOhREnPeveUeGI MvCdTW9QM1Fqe4+XlwgL2Vj9T/YcmUDxJvWG/kFYvUeDJJhQl9IkZH6fvs8eNONBtY yqbMbwjarHMi1+fi4zfrW9wOjpfFei24503rqo7prYGErIRl2SvKFnB/oPqb/vwhsJ ciG4Pp5T1+yB8JCOym/n2V+PNOJv1EbvmwlW+wGm371p6nObXvu2ryu37FjTD2lPPr /BTJW5+Fe38J4r9Nam2iUNio8CAdQvyvkiz9Kh4hehIqknWlQW2dgy5IWGf4SpWGfw og3yw2L4w86hA== Received: from [192.168.68.112] (58-7-156-140.dyn.iinet.net.au [58.7.156.140]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 64E8A73C54; Mon, 3 Feb 2025 11:40:01 +0800 (AWST) Message-ID: Subject: Re: (subset) [PATCH v6 1/3] dt-bindings: mfd: aspeed: support for AST2700 From: Andrew Jeffery To: Ryan Chen , Lee Jones , "robh@kernel.org" , "krzk+dt@kernel.org" , "conor+dt@kernel.org" , "joel@jms.id.au" , "mturquette@baylibre.com" , "sboyd@kernel.org" , "p.zabel@pengutronix.de" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-aspeed@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "linux-clk@vger.kernel.org" , "dmitry.baryshkov@linaro.org" Cc: Krzysztof Kozlowski Date: Mon, 03 Feb 2025 14:10:00 +1030 In-Reply-To: References: <20241023090153.1395220-1-ryan_chen@aspeedtech.com> <20241023090153.1395220-2-ryan_chen@aspeedtech.com> <173047754439.1930424.6922132618537420144.b4-ty@kernel.org> 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 Ryan, On Fri, 2025-01-31 at 03:51 +0000, Ryan Chen wrote: > > -----Original Message----- > > From: Lee Jones > > Sent: Saturday, November 2, 2024 12:12 AM > > To: lee@kernel.org; robh@kernel.org; krzk+dt@kernel.org; > > conor+dt@kernel.org; joel@jms.id.au; andrew@codeconstruct.com.au; > > mturquette@baylibre.com; sboyd@kernel.org; p.zabel@pengutronix.de; > > devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; > > linux-aspeed@lists.ozlabs.org; linux-kernel@vger.kernel.org; > > linux-clk@vger.kernel.org; dmitry.baryshkov@linaro.org; Ryan Chen > > > > Cc: Krzysztof Kozlowski > > Subject: Re: (subset) [PATCH v6 1/3] dt-bindings: mfd: aspeed: > > support for > > AST2700 > >=20 > > On Wed, 23 Oct 2024 17:01:51 +0800, Ryan Chen wrote: > > > Add reset, clk dt bindings headers, and update compatible support > > > for > > > AST2700 clk, silicon-id in yaml. > > >=20 > > >=20 > >=20 > > Applied, thanks! > >=20 > > [1/3] dt-bindings: mfd: aspeed: support for AST2700 > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 commit: 76c6217c31266e800b67a476bba59dfe= b9858a90 > >=20 > > -- > > Lee Jones [=E6=9D=8E=E7=90=BC=E6=96=AF] >=20 > Hello, > Since this patch have been applied, if I still want modify I will do > the rebase and still patch base on this. > Am I right? >=20 > For example I want to modify include/dt- > bindings/clock/aspeed,ast2700-scu.h > I send the patchv8 [1/3] patch for aspeed,ast2700-scu.h > Others [2/3], [3/3] still progress, am I right? I'd rebase the series on top of v6.14-rc1 and continue incrementing the series version. You've replied to v6 here, but I see v7 at [1], so I guess v8 as you suggest? [1]: https://lore.kernel.org/all/20241028053018.2579200-1-ryan_chen@aspeedt= ech.com/ Andrew