From patchwork Fri Mar 25 09:59:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Minkyu Kang X-Patchwork-Id: 88357 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 71DED1007D2 for ; Fri, 25 Mar 2011 20:59:22 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CED1C28156; Fri, 25 Mar 2011 10:59:19 +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 nnnfoFsEI7vP; Fri, 25 Mar 2011 10:59:19 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 88E412815C; Fri, 25 Mar 2011 10:59:17 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2F3352815C for ; Fri, 25 Mar 2011 10:59:15 +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 MnOgLLl0WaqX for ; Fri, 25 Mar 2011 10:59:13 +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 mailout1.samsung.com (mailout1.samsung.com [203.254.224.24]) by theia.denx.de (Postfix) with ESMTP id 0642428156 for ; Fri, 25 Mar 2011 10:59:11 +0100 (CET) Received: from epmmp1 (mailout1.samsung.com [203.254.224.24]) by mailout1.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LIL004JZYELEE50@mailout1.samsung.com> for u-boot@lists.denx.de; Fri, 25 Mar 2011 18:59: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 <0LIL00F40YEL76@mmp1.samsung.com> for u-boot@lists.denx.de; Fri, 25 Mar 2011 18:59:09 +0900 (KST) Received: from [165.213.219.113] ([165.213.219.113]) by TNRNDGASPAPP1.tn.corp.samsungelectronics.net with Microsoft SMTPSVC(6.0.3790.4675); Fri, 25 Mar 2011 18:59:09 +0900 Date: Fri, 25 Mar 2011 18:59:11 +0900 From: Minkyu Kang In-reply-to: <4D8C42ED.9040900@free.fr> To: Albert ARIBAUD Message-id: <4D8C676F.8060800@samsung.com> MIME-version: 1.0 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; ko; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 References: <4D8AEB8F.70609@samsung.com> <4D8B4DB1.9080604@free.fr> <4D8BF7D3.3050007@samsung.com> <4D8C42ED.9040900@free.fr> X-OriginalArrivalTime: 25 Mar 2011 09:59:09.0294 (UTC) FILETIME=[48F0F0E0:01CBEAD3] Cc: "u-boot@lists.denx.de" 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 Dear Albert ARIBAUD, I rebased u-boot-samsung/master. Please pull. The following changes since commit be7e8b604c88a2f85fbc25e383ba8fa83a5fe71c: Merge branch 'master' of git://git.denx.de/u-boot-arm into arm (2011-03-25 17:32:46 +0900) are available in the git repository at: git://git.denx.de/u-boot-samsung master Chander Kashyap (2): ARMV7: S5P: Fixed register offset in mmc.h S5P: mmc: Resolved interrupt error during mmc_init Donghwa Lee (1): ARM: S5P: pwm driver support Minkyu Kang (5): S5P: timer: Use pwm functions S5P: smdkc100: Enable the pwm driver S5P: goni: Enable the pwm driver S5P: universal: Enable the pwm driver S5P: timer: replace bss variable by gd seedshope (6): SMDK6400: Fix CONFIG_SYS_INIT_SP_ADDR undefined SMDK6400: Fix some label undefined in build error SMDK6400: Fix the mutiple link error SMDK6400: Add some labels to u-boot.lds to support nand_spl SMDK6400: Disable LED function in start.s on the nand booting SMDK6400: Fixup dram_init for relocation support arch/arm/cpu/arm1176/start.S | 2 + arch/arm/cpu/armv7/s5p-common/Makefile | 1 + arch/arm/cpu/armv7/s5p-common/pwm.c | 189 ++++++++++++++++++++++++++++ arch/arm/cpu/armv7/s5p-common/timer.c | 76 +++--------- arch/arm/include/asm/arch-s5pc1xx/mmc.h | 5 +- arch/arm/include/asm/arch-s5pc1xx/pwm.h | 23 +++- arch/arm/include/asm/arch-s5pc2xx/mmc.h | 5 +- arch/arm/include/asm/arch-s5pc2xx/pwm.h | 23 +++- board/samsung/smdk6400/smdk6400.c | 8 +- board/samsung/smdk6400/u-boot-nand.lds | 28 ++++- drivers/mmc/s5p_mmc.c | 2 +- include/configs/s5p_goni.h | 3 + include/configs/s5pc210_universal.h | 3 + include/configs/smdk6400.h | 5 + include/configs/smdkc100.h | 3 + include/pwm.h | 31 +++++ nand_spl/board/samsung/smdk6400/u-boot.lds | 17 +++- 17 files changed, 344 insertions(+), 80 deletions(-) create mode 100644 arch/arm/cpu/armv7/s5p-common/pwm.c create mode 100644 include/pwm.h