From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756861Ab3A1QNJ (ORCPT ); Mon, 28 Jan 2013 11:13:09 -0500 Received: from smtp121.dfw.emailsrvr.com ([67.192.241.121]:53559 "EHLO smtp121.dfw.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754174Ab3A1QNG (ORCPT ); Mon, 28 Jan 2013 11:13:06 -0500 From: Mark Langsdorf To: linux-kernel@vger.kernel.org, cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/4 v12] cpufreq: add support for Calxeda ECX-1000 (highbank) Date: Mon, 28 Jan 2013 10:13:11 -0600 Message-Id: <1359389595-26580-1-git-send-email-mark.langsdorf@calxeda.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1351631056-25938-1-git-send-email-mark.langsdorf@calxeda.com> References: <1351631056-25938-1-git-send-email-mark.langsdorf@calxeda.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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. Previous versions of this patch set include two other patches. One has been dropped as unworkable and the other turned out to be unnecessary. --Mark Langsdorf Calxeda, Inc.