From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: [PATCH 0/2] Enable Calxeda cpufreq driver on arm64 Date: Wed, 4 Dec 2013 18:23:12 -0600 Message-ID: <1386202994-30784-1-git-send-email-robherring2@gmail.com> Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=w3SRWKTCgUnplxJK9MsHPSwkayad9EiAobYVR/5TMyQ=; b=o24jowi2jNr6jY36ntzTSgIs0b6tyYE95VWhhVckdJFtijVDEL2etK0/aL/wtrfSUK qq4avYvgIpTEIlThvDMI1fCr0Rs4Sd0iqGUD0FSGaP0Ro8LVAiC0HWOvOWu+BmjWpS7I dTb2DRgWi5utvn0K/mXy31ZqdKf1J6cCpg9/PAOnLs7sukghNdHLUfVEu0251gU8gffk 97zjMFvLjMGdZ6UPPTReegAsdcJfabg1gwGueG0HRLp9N8qzx2nUlxtDPd4pjgKfF1N3 6m7504dyq4E7uITQZDaBxrKcpuXMNDqueWTBjz5gIHaCuU4q8u42ZTnxjn1qRRu0JY+S vMmw== Sender: cpufreq-owner@vger.kernel.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, cpufreq@vger.kernel.org, linux-pm@vger.kernel.org Cc: Rob Herring , Catalin Marinas , Will Deacon , "Rafael J. Wysocki" , Viresh Kumar From: Rob Herring This series enables cpufreq subsystem and the highbank-cpufreq driver for arm64. Nothing more really than sorting kconfig options to allow the driver to build. There's no reason for the driver to depend on ARCH_HIGHBANK and I'm trying to avoid adding that (or a new option) for arm64. Rob Rob Herring (2): cpufreq: enable ARM drivers on arm64 cpufreq: highbank: rework the kconfig dependencies for arm64 arch/arm64/Kconfig | 8 ++++++++ drivers/cpufreq/Kconfig | 2 +- drivers/cpufreq/Kconfig.arm | 14 ++++++-------- 3 files changed, 15 insertions(+), 9 deletions(-) -- 1.8.3.2