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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3F713C04AA6 for ; Tue, 30 Apr 2019 10:14:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 17A4421670 for ; Tue, 30 Apr 2019 10:14:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727093AbfD3KOb (ORCPT ); Tue, 30 Apr 2019 06:14:31 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:49021 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726923AbfD3KOa (ORCPT ); Tue, 30 Apr 2019 06:14:30 -0400 Received: from 79.184.254.69.ipv4.supernova.orange.pl (79.184.254.69) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id 6ab32b2407bcd582; Tue, 30 Apr 2019 12:14:28 +0200 From: "Rafael J. Wysocki" To: Viresh Kumar Cc: "Rafael J. Wysocki" , Linux PM Subject: Re: [GIT PULL] cpufreq/arm changes for 5.2 Date: Tue, 30 Apr 2019 12:14:28 +0200 Message-ID: <1633557.MMVXyUi1AQ@kreacher> In-Reply-To: <20190429100613.xuqm3mdxzrc2np6o@vireshk-i7> References: <20190429100613.xuqm3mdxzrc2np6o@vireshk-i7> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Monday, April 29, 2019 12:06:13 PM CEST Viresh Kumar wrote: > Hi Rafael, > > This pull request contains: > > - Fix for possible object reference leak for few drivers (Wen Yang). > - Fix for armada frequency calculation (Gregory). > - Code cleanup in maple driver (Viresh). > > This contains some non-ARM bits as well this time as the patches were > picked up from a series. > > -- > viresh > > -------------------------8<------------------------- > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: > > Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next > > for you to fetch changes up to 8db82563451f976597ab7b282ec655e4390a4088: > > cpufreq: armada-37xx: fix frequency calculation for opp (2019-04-29 15:22:50 +0530) Pulled, thanks!