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 AB1BDE92FFB for ; Fri, 6 Oct 2023 09:44:20 +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=VF7fm9XEIcTK7DV2oFu1YT4LQq30Q756m2XjIMu8QJg=; b=wJUzfmh9kGlR1h /shhA+qQs39VODTOgHA8MlBiCAed28DJofwhdONT3ji8aXUY7HByYMRxbtKgFO8Jp6y2pg4RDW0if q+QilfzrHxYbulnQSTL4Oj0a1CeLZJsqbF4aVfkdfarVacOr0NG2990W+tIExPjoujeeAjBd+Qrz6 4fsTjx2ZRa7p3uPrXgHBXmmnOCw7fSM11Hu8KAi4osH//hTSPo2pH5xnLrXlPnCucajqvQ7uIACdl l2vbzB0GQhlOEdShavt2RxLg+uwU+BSmFih9MGWY80QHSUhuhHc8rRYoCAptuSFAZvD05MULlAZBi s6OFsArU+pXbjRSdNoTQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qohN9-005Pfa-17; Fri, 06 Oct 2023 09:43:51 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qohN5-005Pef-2g for linux-arm-kernel@lists.infradead.org; Fri, 06 Oct 2023 09:43:49 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7FBD8C15; Fri, 6 Oct 2023 02:44:22 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A7C473F5A1; Fri, 6 Oct 2023 02:43:41 -0700 (PDT) Date: Fri, 6 Oct 2023 10:43:39 +0100 From: Sudeep Holla To: Viresh Kumar Cc: Ulf Hansson , Viresh Kumar , Cristian Marussi , Sudeep Holla , "Rafael J . Wysocki" , Nishanth Menon , Stephen Boyd , Nikunj Kela , Prasad Sodagudi , Alexandre Torgue , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 9/9] firmware: arm_scmi: Add generic OPP support to the SCMI performance domain Message-ID: <20231006094339.i6kbotlsbdqmgxb6@bogus> References: <20230925131715.138411-1-ulf.hansson@linaro.org> <20230925131715.138411-10-ulf.hansson@linaro.org> <20230929162522.zjoh5d2tqspzm3nc@bogus> <20231003082133.xyu46szs3jfm6fks@vireshk-i7> <20231003112647.bbqwnre5bzijw5sg@bogus> <20231004050806.sba3ogq76yiylrro@vireshk-i7> <20231005150649.p6viyorcucq2irsi@bogus> <20231006070923.hf3izdazuwng7uv5@vireshk-i7> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231006070923.hf3izdazuwng7uv5@vireshk-i7> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231006_024347_945167_3735EECF X-CRM114-Status: GOOD ( 11.90 ) 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 On Fri, Oct 06, 2023 at 12:39:23PM +0530, Viresh Kumar wrote: > On 05-10-23, 16:06, Sudeep Holla wrote: > > Thanks, I wasn't expecting these patches in the branch, but if you are > > aware off and are fine with it, I have no objections. > > > > dt-bindings: opp: opp-v2-kryo-cpu: Allow opp-peak-kBps > > OPP: debugfs: Fix warning with W=1 builds > > OPP: Remove doc style comments for internal routines > > OPP: Add dev_pm_opp_find_level_floor() > > Ahh, I didn't create a fresh branch for this but added them on top of > OPP changes. Fixed it now. Fetch the repo again. Thanks, glad I asked, initially assumed you were aware of it :). -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel