From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 339D2CDB482 for ; Wed, 18 Oct 2023 20:06:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229726AbjJRUG0 (ORCPT ); Wed, 18 Oct 2023 16:06:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229510AbjJRUGZ (ORCPT ); Wed, 18 Oct 2023 16:06:25 -0400 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> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org 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