From patchwork Thu Mar 25 07:07:51 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 88160 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o2P77iba015413 for ; Thu, 25 Mar 2010 07:07:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753182Ab0CYHHt (ORCPT ); Thu, 25 Mar 2010 03:07:49 -0400 Received: from mail-gw0-f46.google.com ([74.125.83.46]:47624 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753096Ab0CYHHt (ORCPT ); Thu, 25 Mar 2010 03:07:49 -0400 Received: by mail-gw0-f46.google.com with SMTP id a18so2372154gwa.19 for ; Thu, 25 Mar 2010 00:07:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :in-reply-to:references:subject; bh=H33PKS+lMFHhROB34Ng9YXXDy3MrnC3Q9+Uq+eRdZPU=; b=umvaE01PUzT/QN47TDpHD8t6LDiPWS+S+Pbxvb+phrVa76cWpD9+SsXX4pouxNfpVz PkpHYh1X0l8Hz1T0A99U64/V8dTXivWtdA8hsRIIJnk5AV9tNLii28UfIqXSHdVpkOJr gc43W6ikIHPo7TjKyTSaUCy9/1fPt3Oho1pX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:in-reply-to:references:subject; b=Gkcx1Wi8jYTxPKdsDFuCnLtNqLdb1I29h6Rj0WKqQfiHAxRczRsgpWLE8rg/LnJoA0 vw9926SkxEMMZBspOYzPRmz3eRqXYQ+0SNnWuoR3Dwwx8ezEoZ6y9Btamu4jp4HTLGmv LQv9zm/4IxQMnBiDl59/AHzujlQ2Hi/Fke4es= Received: by 10.101.176.6 with SMTP id d6mr14695967anp.155.1269500868771; Thu, 25 Mar 2010 00:07:48 -0700 (PDT) Received: from [127.0.0.1] (49.14.32.202.bf.2iij.net [202.32.14.49]) by mx.google.com with ESMTPS id 14sm570247gxk.15.2010.03.25.00.07.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 25 Mar 2010 00:07:48 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org Date: Thu, 25 Mar 2010 16:07:51 +0900 Message-Id: <20100325070751.24148.47410.sendpatchset@t400s> In-Reply-To: <20100325070742.24148.57892.sendpatchset@t400s> References: <20100325070742.24148.57892.sendpatchset@t400s> Subject: [PATCH 01/06] ARM: mach-shmobile: Makefile update for old clock code Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 25 Mar 2010 07:07:50 +0000 (UTC) --- 0001/arch/arm/mach-shmobile/Makefile +++ work/arch/arm/mach-shmobile/Makefile 2010-03-25 12:45:59.000000000 +0900 @@ -6,9 +6,12 @@ obj-y := timer.o console.o # CPU objects -obj-$(CONFIG_ARCH_SH7367) += setup-sh7367.o clock-sh7367.o intc-sh7367.o -obj-$(CONFIG_ARCH_SH7377) += setup-sh7377.o clock-sh7367.o intc-sh7377.o -obj-$(CONFIG_ARCH_SH7372) += setup-sh7372.o clock-sh7367.o intc-sh7372.o +obj-$(CONFIG_ARCH_SH7367) += setup-sh7367.o intc-sh7367.o +obj-$(CONFIG_ARCH_SH7377) += setup-sh7377.o intc-sh7377.o +obj-$(CONFIG_ARCH_SH7372) += setup-sh7372.o intc-sh7372.o + +# Clock framework +obj-$(CONFIG_COMMON_CLKDEV) += clock-sh7367.o # Pinmux setup pfc-$(CONFIG_ARCH_SH7367) := pfc-sh7367.o