From patchwork Thu Nov 22 16:31:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 13074 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 022BE23FC1 for ; Thu, 22 Nov 2012 16:31:51 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 7473DA18635 for ; Thu, 22 Nov 2012 16:31:50 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so795996ieb.11 for ; Thu, 22 Nov 2012 08:31:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=zBWWdzi4cdVz9x03IiRs11rVmvH6g9b7+CFgNs8EJks=; b=pjweFBtLN6H0Z19fUJQAR+MFQywhSbaKwuPQp34Kj1WwCf2Q6SAkbiET8YYHabPLV3 Uyo5fClC8BkXw20Mcc7X9yjUDtTzt9clVeFb4w8gx3kffyUKLZoQEmPzjA4AvbPv8vdK 8/GYsoAXiNIhHF4Lb19vZ4tN0LWIHMIyOt46FZ5T6baXnOxNRiYmLPmaB5JwAHqx1RN4 5V3oHBk1dVO7BVyftQKhy/lv3MG48LjXZAq4+rUA6EYdjWLjY90hutBLYWmlX/vPkO91 gtqi5LUOhceOV6RtH/EvWN0FERA9fA+m+DvFccWNTgJ6beQgthFC2/RoRNONx90t3uk2 cCWQ== Received: by 10.43.125.133 with SMTP id gs5mr933246icc.54.1353601909886; Thu, 22 Nov 2012 08:31:49 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp234297igt; Thu, 22 Nov 2012 08:31:48 -0800 (PST) Received: by 10.216.27.12 with SMTP id d12mr502102wea.168.1353601908005; Thu, 22 Nov 2012 08:31:48 -0800 (PST) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by mx.google.com with ESMTPS id dc2si3339199wib.23.2012.11.22.08.31.47 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Nov 2012 08:31:48 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.180 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.180; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.180 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wi0-f180.google.com with SMTP id hn14so809234wib.3 for ; Thu, 22 Nov 2012 08:31:47 -0800 (PST) Received: by 10.181.13.75 with SMTP id ew11mr2084436wid.9.1353601907156; Thu, 22 Nov 2012 08:31:47 -0800 (PST) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id p3sm4752784wic.8.2012.11.22.08.31.45 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Nov 2012 08:31:46 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones Subject: [PATCH 1/1] ARM: ux500: Rename dbx500 cpufreq code to be more generic Date: Thu, 22 Nov 2012 16:31:39 +0000 Message-Id: <1353601899-14648-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQnDVCDYtV2GfYuL5BpDMjzi3sgOjIM0e8jhhNSZvx2qcQqrLNODvxLf2QhxlttEiLSbj7tF The cpufreq driver doesn't only handle the db8500 anymore. There are new variants which rely on it too, so we've renamed the driver to be more generic. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/cpu-db8500.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index d2076ce..4c6ce01 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -222,7 +222,7 @@ struct device * __init u8500_init_devices(struct ab8500_platform_data *ab8500) db8500_add_usb(parent, usb_db8500_rx_dma_cfg, usb_db8500_tx_dma_cfg); platform_device_register_data(parent, - "cpufreq-u8500", -1, NULL, 0); + "cpufreq-ux500", -1, NULL, 0); for (i = 0; i < ARRAY_SIZE(platform_devs); i++) platform_devs[i]->dev.parent = parent; @@ -244,7 +244,7 @@ static struct device * __init u8500_of_init_devices(void) db8500_add_usb(parent, usb_db8500_rx_dma_cfg, usb_db8500_tx_dma_cfg); platform_device_register_data(parent, - "cpufreq-u8500", -1, NULL, 0); + "cpufreq-ux500", -1, NULL, 0); u8500_dma40_device.dev.parent = parent;