From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 E1B981EB3E for ; Wed, 18 Oct 2023 20:06:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 049F995; Wed, 18 Oct 2023 13:06:22 -0700 (PDT) Received: from i53875b5b.versanet.de ([83.135.91.91] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qtCo1-0004e6-29; Wed, 18 Oct 2023 22:06:13 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Sascha Hauer , linux-rockchip@lists.infradead.org, Chanwoo Choi Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Kyungmin Park , MyungJoo Ham , Will Deacon , Mark Rutland , kernel@pengutronix.de, Michael Riesch , Robin Murphy , Vincent Legoll , Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, Sebastian Reichel Subject: Re: [PATCH v8 00/26] Add perf support to the rockchip-dfi driver Date: Wed, 18 Oct 2023 22:06:11 +0200 Message-ID: <11026068.BaYr0rKQ5T@diego> In-Reply-To: <6e43eb6d-351b-4c32-aba9-65ee5b8fd0ed@kernel.org> References: <20231018061714.3553817-1-s.hauer@pengutronix.de> <6e43eb6d-351b-4c32-aba9-65ee5b8fd0ed@kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hi, Am Mittwoch, 18. Oktober 2023, 17:21:07 CEST schrieb Chanwoo Choi: > Hi Sascha and Heiko, > > I finished the review from 01 ~ 22 patches. > - 01-05 patches are merged. > - 06-22 patches with acked tags. > > > Some patches modifies the 'include/soc/rockchip/*' files. > After getting the ack from rockchip maintainer (Heiko Stuebner), > I'll merge patches from 06 ~ 22 patches to devfreq.git. I do hope I caught all patches that needed Acks from that range. The changes to the soc includes all looked fine, so if I forgot to Ack a patch from that 1-22 range, here is a blanked Acked-by: Heiko Stuebner for those. Thanks for reviewing that big series Heiko