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 30FAAC433EF for ; Wed, 13 Apr 2022 14:47:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236248AbiDMOuF (ORCPT ); Wed, 13 Apr 2022 10:50:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39880 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229891AbiDMOuD (ORCPT ); Wed, 13 Apr 2022 10:50:03 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B5D61644C8; Wed, 13 Apr 2022 07:47:41 -0700 (PDT) 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 67E2C1424; Wed, 13 Apr 2022 07:47:41 -0700 (PDT) Received: from [10.57.8.248] (unknown [10.57.8.248]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B88383F5A1; Wed, 13 Apr 2022 07:47:38 -0700 (PDT) Message-ID: Date: Wed, 13 Apr 2022 15:47:36 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [RESEND][PATCH 0/8] Introduce support for artificial Energy Model Content-Language: en-US To: "Rafael J. Wysocki" Cc: Dietmar Eggemann , Pierre Gondois , Ionela Voinescu , Viresh Kumar , Daniel Lezcano , Linux PM , Matthias Kaehlcke , Nishanth Menon , Stephen Boyd , Linux ARM , "moderated list:ARM/Mediatek SoC..." , Cristian Marussi , Sudeep Holla , Matthias Brugger , Linux Kernel Mailing List References: <20220321095729.20655-1-lukasz.luba@arm.com> <76230a1c-73b8-c471-c62e-3ec9b33461a6@arm.com> <55d4a19d-15d4-4d15-8430-8a8ed8149497@arm.com> From: Lukasz Luba In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/13/22 15:29, Rafael J. Wysocki wrote: > Hi, > > On Tue, Apr 12, 2022 at 8:53 AM Lukasz Luba wrote: >> >> Hi Rafael, >> >> gentle ping. If you need some help with this maintenance, >> we can help. > > Sorry for the delay. > > Given the lack of objections or concerns, I've applied the whole > series as 5.19 material. Thank you Rafael! > > Thanks!