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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 34944CD68EE for ; Tue, 10 Oct 2023 05:59:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=X/peYZH0BnNoXEymEx3KhSFd82VbX6e8HtAzjnrXKg4=; b=ffGl9p9ouB75nJ T/rijVTfUXuYNTdPwxRFdY1oJEbH6/gfUzenEbhlVecaRdG9FUwdJ4Bmq6/yB6VJlNROJ4gdwv+wy HkGSZJHfm0t+5mcfpUPD4wOG4HtSmjGuvcnRyUwzw4VWFu9oo4dIfsPQ6mRmbb+ORyZH4MjQ6tWVR /L9HwO01qpzcp5AjpjXb3BEDPAYoECcg5lY1XIcdbyplnzys9GkjDziJF4pd9nTKsYfD5p1AFMDgJ QnavmwyXUjTIQCpGMDbk0xHelJdVJINcrTSSYBk+5WO8gObDh9956qfAvFcdf9nZAwb8EFRCeTxrQ qUAgxL+YYnJRTCwbVjsA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qq5lO-00CVqP-2F; Tue, 10 Oct 2023 05:58:38 +0000 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qq5lL-00CVpS-19 for linux-arm-kernel@lists.infradead.org; Tue, 10 Oct 2023 05:58:36 +0000 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qq5lH-00047h-QU; Tue, 10 Oct 2023 07:58:31 +0200 Received: from [2a0a:edc0:2:b01:1d::c0] (helo=ptx.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qq5lC-000aTg-WD; Tue, 10 Oct 2023 07:58:27 +0200 Received: from sha by ptx.whiteo.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1qq5lC-00Dfxg-T8; Tue, 10 Oct 2023 07:58:26 +0200 Date: Tue, 10 Oct 2023 07:58:26 +0200 From: Sascha Hauer To: Chanwoo Choi Cc: "open list:ARM/Rockchip SoC..." , linux-arm-kernel , linux-kernel , Linux PM list , Heiko Stuebner , Kyungmin Park , MyungJoo Ham , Will Deacon , Mark Rutland , Sascha Hauer , Michael Riesch , Robin Murphy , Vincent Legoll , Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree , Sebastian Reichel Subject: Re: [PATCH v6 00/26] Add perf support to the rockchip-dfi driver Message-ID: <20231010055826.GI235829@pengutronix.de> References: <20230616062101.601837-1-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: sha@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231009_225835_413559_77EA5407 X-CRM114-Status: GOOD ( 17.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On Fri, Oct 06, 2023 at 11:20:09AM +0900, Chanwoo Choi wrote: > Hi Sascha, > The Cc of this series doesn't contain me so that I didn't know thise > series. > Anyway, I'll review them today. I wasn't aware that I forgot to Cc you, sorry for that. Thanks for your feedback, I'll address the comments soon and send an updated series. Thanks Sascha -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel