Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp884417ybg; Fri, 18 Oct 2019 08:46:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqwes81FGmjVxKgBqSYbjY6rrbu5UXcgrd61ZvYM4EeQ5pp0Zo4mCx1aa25FYC5u3AGzzoHx X-Received: by 2002:aa7:d90d:: with SMTP id a13mr10348795edr.2.1571413605322; Fri, 18 Oct 2019 08:46:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571413605; cv=none; d=google.com; s=arc-20160816; b=jdt4aVLFAjH7d45Cul6RpHRuz82vBfCjpHPAUzFZnislRHSIrtrdTFofMsbcJUORre Qi6TI4L9tZCiUgoeRkiw09Px505X5l9sBVFimR5nynb9v2geJ8QJwb3LBj4eo8HYGTA9 fD7OKDGnLJBK2HGsVghNtmMEmCZwtA0Qroc7TtRe+xBH0i1PFgtBksCJXbvwqjlERWgb lLPMqGCMH4vSwbhybdPsFzAUs4zF8MwhNni1IxndRXyXspNECL4pMpMKxRPtMEFXETQM I45FqdWK6xdd400q0gtGyVz0mLkekvE4DfsawwfxtXe5eLagjZOZkpdkxBOe+JR0llq4 quEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=fl4vhNEFfBtva0F6kQbedRtFgyYlAun8exjnkQO4QcM=; b=KHMB3woGX4Hj2jVTSnkmdsrnDunEhxcBVrjE0Kd2vhKtveslneHd39hGj4joSmbSPt mw9dC4FAOTzJszlz5ZA/bM8VZ8kMfcUkMz3gP/49YqeAzIGBQPWKspp5uOVwDwrGZ/OF Dj0XOlHzC6dNh9iTpX45kwx47rvjA7b8Fdf/xq1jT2QfskNL+SRMZdNS+ji5buDslBHN Vzn4DMLV8IK9A+Oib0nS6pDH5lEdI/OziBKzLiE1/dcOJP0s7kFt1OlMwNBstmC5RIEy VQofrO1oiXj4lMKm7XdOpJ//gx0iFkl49/Ur0jhdhJJ83uWgeCaA+lAOuTXu4jkcCHCh Ztdw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f16si3999912edm.54.2019.10.18.08.46.22; Fri, 18 Oct 2019 08:46:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2502395AbfJQMfg (ORCPT + 99 others); Thu, 17 Oct 2019 08:35:36 -0400 Received: from [217.140.110.172] ([217.140.110.172]:41462 "EHLO foss.arm.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1727291AbfJQMfe (ORCPT ); Thu, 17 Oct 2019 08:35:34 -0400 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 9A0131993; Thu, 17 Oct 2019 05:35:14 -0700 (PDT) Received: from usa.arm.com (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A84693F718; Thu, 17 Oct 2019 05:35:13 -0700 (PDT) From: Sudeep Holla To: Viresh Kumar Cc: Sudeep Holla , "Rafael J . Wysocki" , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, nico@fluxnic.net Subject: [PATCH v2 0/5] cpufreq: merge arm big.LITTLE and vexpress-spc drivers Date: Thu, 17 Oct 2019 13:35:03 +0100 Message-Id: <20191017123508.26130-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Since vexpress-spc is the sole user of arm_big_little cpufreq driver, there's no point in keeping it separate anymore. I wanted to post these patches for ages but kept postponing for no reason. Regards, Sudeep v1->v2: - generated the patch using -B that helps to keep delta short for review - Split the last patch into 3 different patches to deal with removing bL_ops, debug messages and other code formatting separately Sudeep Holla (5): cpufreq: scpi: remove stale/outdated comment about the driver cpufreq: merge arm_big_little and vexpress-spc cpufreq: vexpress-spc: drop unnessary cpufreq_arm_bL_ops abstraction cpufreq: vexpress-spc: remove lots of debug messages cpufreq: vexpress-spc: fix some coding style issues MAINTAINERS | 5 +- drivers/cpufreq/Kconfig.arm | 12 +- drivers/cpufreq/Makefile | 2 - drivers/cpufreq/arm_big_little.h | 43 --- drivers/cpufreq/scpi-cpufreq.c | 2 - ...rm_big_little.c => vexpress-spc-cpufreq.c} | 254 ++++++------------ 6 files changed, 93 insertions(+), 225 deletions(-) delete mode 100644 drivers/cpufreq/arm_big_little.h rename drivers/cpufreq/{arm_big_little.c => vexpress-spc-cpufreq.c} (68%) -- 2.17.1