From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Langsdorf Subject: [PATCH 0/6 v8] cpufreq: add support for Calxeda ECX-1000 (highbank) Date: Wed, 5 Dec 2012 10:48:35 -0600 Message-ID: <1354726121-17190-1-git-send-email-mark.langsdorf@calxeda.com> References: <1351631056-25938-1-git-send-email-mark.langsdorf@calxeda.com> Return-path: Received: from smtp147.dfw.emailsrvr.com ([67.192.241.147]:54333 "EHLO smtp147.dfw.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752568Ab2LEQsY (ORCPT ); Wed, 5 Dec 2012 11:48:24 -0500 In-Reply-To: <1351631056-25938-1-git-send-email-mark.langsdorf@calxeda.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: linux-kernel@vger.kernel.org, cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org This patch series adds cpufreq support for the Calxeda ECX-1000 (highbank) SoCs. The EnergyCore Management Engine (ECME) on the ECX-1000 manages the voltage for the part and communications with Linux through a pl320 mailbox. clk notifications are used to control when to send messages to the ECME. --Mark Langsdorf Calxeda, Inc.