From patchwork Tue Nov 30 08:56:06 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Minkyu Kang X-Patchwork-Id: 73584 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id C06A51007D1 for ; Tue, 30 Nov 2010 20:02:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B1A6A283EB; Tue, 30 Nov 2010 10:02:33 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q8TeMtaWmG0V; Tue, 30 Nov 2010 10:02:33 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A6DFB283F0; Tue, 30 Nov 2010 10:02:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 19CDE283F0 for ; Tue, 30 Nov 2010 10:02:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eg0NpRoA+rGI for ; Tue, 30 Nov 2010 10:02:28 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mailout3.samsung.com (mailout3.samsung.com [203.254.224.33]) by theia.denx.de (Postfix) with ESMTP id 06D52283EB for ; Tue, 30 Nov 2010 10:02:26 +0100 (CET) Received: from epmmp1 (mailout3.samsung.com [203.254.224.33]) by mailout3.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LCO00GOMWTLRJE0@mailout3.samsung.com> for u-boot@lists.denx.de; Tue, 30 Nov 2010 17:56:09 +0900 (KST) Received: from TNRNDGASPAPP1.tn.corp.samsungelectronics.net ([165.213.149.150]) by mmp1.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPA id <0LCO006WAWTLQW@mmp1.samsung.com> for u-boot@lists.denx.de; Tue, 30 Nov 2010 17:56:09 +0900 (KST) Received: from [10.89.9.135] ([10.89.9.135]) by TNRNDGASPAPP1.tn.corp.samsungelectronics.net with Microsoft SMTPSVC(6.0.3790.4675); Tue, 30 Nov 2010 17:56:09 +0900 Date: Tue, 30 Nov 2010 17:56:06 +0900 From: Minkyu Kang To: wd@denx.de, albert.aribaud@free.fr, u-boot@lists.denx.de Message-id: <4CF4BC26.7090306@samsung.com> MIME-version: 1.0 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; ko; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 X-OriginalArrivalTime: 30 Nov 2010 08:56:09.0419 (UTC) FILETIME=[6E7489B0:01CB906C] Subject: [U-Boot] Please pull u-boot-samsung/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Please pull u-boot-samsung/master. Thanks. The following changes since commit 464ce9489b848f9dfde74da5715b6d1b5db46a5e: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (3): S5P: smdkc100: fix for relocation S5P: goni: fix for relocation ARMV7: S5P: timer: get the count_value from register when call udelay arch/arm/cpu/armv7/s5p-common/timer.c | 18 +++++++++--------- board/samsung/goni/goni.c | 10 ++++++++-- board/samsung/smdkc100/smdkc100.c | 10 +++++++--- include/configs/s5p_goni.h | 2 ++ include/configs/smdkc100.h | 2 ++ 5 files changed, 28 insertions(+), 14 deletions(-)