From patchwork Mon Jul 8 06:20:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2824712 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 4EE1DC0AB2 for ; Mon, 8 Jul 2013 06:20:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ECB9520121 for ; Mon, 8 Jul 2013 06:20:33 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B1FFB2010B for ; Mon, 8 Jul 2013 06:20:32 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uw4oH-0007ku-Al; Mon, 08 Jul 2013 06:20:29 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uw4oE-0001U7-Re; Mon, 08 Jul 2013 06:20:26 +0000 Received: from mail-pb0-x230.google.com ([2607:f8b0:400e:c01::230]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uw4oC-0001TP-AE for linux-arm-kernel@lists.infradead.org; Mon, 08 Jul 2013 06:20:25 +0000 Received: by mail-pb0-f48.google.com with SMTP id ma3so3933466pbc.35 for ; Sun, 07 Jul 2013 23:20:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=yansjNOPBzdw+GTJSn8Q4aeYmojV0svGNi73SLkEff8=; b=P/PxpmQUKpVgnAtRMVA5iFYyPytH6bIiCWz1Yj2qP+ZUupKa6HaXUovQ612grVFgWx 3bZCmfh78HprkdmFX5CtoF1J9ehLXwl9kCOkp+YFM3gELEdw+V9E0vxdD3IgdWtOstC0 VX/ER+dIsPVD1GltrdapRXfGgWIo35WUNOHQ6DDnEFnwS3yqrq+PKPnDzWANIcSoyNdv 14dblWTrfH1DAarpL8M6h47L3wKz5ZF2dy5HoYBFgAwo75ERDusKjY2PB5T8MrlCoa7d OeerQQ20qfHfWjEOhYEHqpMPTbojtXL5Zx7Z0oS1OWkfdnIhZ8GPY1x4t9aGX5U2M1Mq +YsQ== X-Received: by 10.68.252.233 with SMTP id zv9mr19747115pbc.69.1373264401182; Sun, 07 Jul 2013 23:20:01 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id we2sm22218472pab.0.2013.07.07.23.19.58 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 07 Jul 2013 23:20:00 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 08 Jul 2013 15:20:05 +0900 Message-Id: <20130708062005.25694.62165.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Fix EMEV2 clock comment typo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130708_022024_446383_7EEFED27 X-CRM114-Status: UNSURE ( 8.18 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: arnd@arndb.de, Magnus Damm , horms@verge.net.au, olof@lixom.net, shinya.kuribayashi.px@renesas.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Update the STI timer frequency comment to 32.768 kHz to fix 37 kHz typo. Signed-off-by: Magnus Damm --- Written against "renesas-next-20130704v2" arch/arm/mach-shmobile/clock-emev2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 0001/arch/arm/mach-shmobile/clock-emev2.c +++ work/arch/arm/mach-shmobile/clock-emev2.c 2013-07-08 15:05:16.000000000 +0900 @@ -203,7 +203,7 @@ void __init emev2_clock_init(void) smu_base = ioremap(EMEV2_SMU_BASE, PAGE_SIZE); BUG_ON(!smu_base); - /* setup STI timer to run on 37.768 kHz and deassert reset */ + /* setup STI timer to run on 32.768 kHz and deassert reset */ emev2_smu_write(0, STI_CLKSEL); emev2_smu_write(1, STI_RSTCTRL);