From patchwork Mon Dec 13 23:01:35 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Denk X-Patchwork-Id: 75435 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 48AA31007D1 for ; Tue, 14 Dec 2010 10:01:47 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 445C3280AB; Tue, 14 Dec 2010 00:01:45 +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 iYi0MA2hspsP; Tue, 14 Dec 2010 00:01:44 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0F9692809D; Tue, 14 Dec 2010 00:01:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 280FF2809D for ; Tue, 14 Dec 2010 00:01:40 +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 7xBxMdVhoeOf for ; Tue, 14 Dec 2010 00:01:38 +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 mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTP id 273652808C for ; Tue, 14 Dec 2010 00:01:35 +0100 (CET) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3B16D1853BAC for ; Tue, 14 Dec 2010 00:01:35 +0100 (CET) X-Auth-Info: MLhgvkyBGR676Ahzv5Bwj+tO1J6qqOAOfgQ5ppF1k5Q= Received: from diddl.denx.de (ppp-188-174-79-57.dynamic.mnet-online.de [188.174.79.57]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id 699411C00113 for ; Tue, 14 Dec 2010 00:01:35 +0100 (CET) Received: from gemini.denx.de (unknown [10.0.0.2]) by diddl.denx.de (Postfix) with ESMTP id 4F334316E51C for ; Tue, 14 Dec 2010 00:01:35 +0100 (CET) Received: from gemini.denx.de (localhost.localdomain [127.0.0.1]) by gemini.denx.de (Postfix) with ESMTP id 335D2D172D3 for ; Tue, 14 Dec 2010 00:01:35 +0100 (CET) To: u-boot@lists.denx.de From: Wolfgang Denk MIME-Version: 1.0 Date: Tue, 14 Dec 2010 00:01:35 +0100 Message-Id: <20101213230135.335D2D172D3@gemini.denx.de> Subject: [U-Boot] Pull request: u-boot-arm (master + next) 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 The following changes since commit ac8983bcba75576c50307b5e8dc8fb848740ee61: Merge branch 'master' of git://git.denx.de/u-boot-imx (2010-12-09 20:52:44 +0100) are available in the git repository at: git://git.denx.de/u-boot-arm.git ..BRANCH.NOT.VERIFIED.. Dirk Behme (1): OMAP: Timer: Replace bss variable by gd Nick Thompson (1): davinci: Rewrite timer.c to use tbl/tbu emulation variables in gd Nishanth Menon (1): omap3: emif|sdrc: use a single global data define Sandeep Paulraj (1): DaVinci DM6446: Config Update Wolfgang Denk (1): ARM: */start.S: use canonical asm syntax arch/arm/cpu/arm1136/start.S | 2 +- arch/arm/cpu/arm1176/start.S | 2 +- arch/arm/cpu/arm720t/start.S | 2 +- arch/arm/cpu/arm920t/start.S | 2 +- arch/arm/cpu/arm925t/start.S | 2 +- arch/arm/cpu/arm926ejs/davinci/timer.c | 77 ++++++++++++-------------------- arch/arm/cpu/arm926ejs/start.S | 2 +- arch/arm/cpu/arm946es/start.S | 2 +- arch/arm/cpu/arm_intcm/start.S | 2 +- arch/arm/cpu/armv7/omap-common/timer.c | 22 +++++----- arch/arm/cpu/armv7/omap3/emif4.c | 3 +- arch/arm/cpu/armv7/omap3/sdrc.c | 3 +- arch/arm/cpu/armv7/start.S | 2 +- arch/arm/cpu/ixp/start.S | 2 +- arch/arm/cpu/lh7a40x/start.S | 2 +- arch/arm/cpu/pxa/start.S | 2 +- arch/arm/cpu/s3c44b0/start.S | 2 +- arch/arm/cpu/sa1100/start.S | 2 +- include/configs/davinci_dvevm.h | 19 +++++--- 19 files changed, 66 insertions(+), 86 deletions(-) The following changes since commit 917a62c0d292d9da45100a76151a9fa2d13a9cdc: Merge branch 'next' of git://git.denx.de/u-boot into next (2010-12-11 10:35:40 -0500) are available in the git repository at: git://git.denx.de/u-boot-arm.git next Balaji T K (1): ARMV7: OMAP4: twl6030 add battery charging support Dirk Behme (1): OMAP3: SPI driver board/ti/sdp4430/Makefile | 2 +- board/ti/sdp4430/cmd_bat.c | 58 +++++++ board/ti/sdp4430/sdp.c | 4 + drivers/power/twl6030.c | 124 ++++++++++++++- drivers/spi/Makefile | 1 + drivers/spi/omap3_spi.c | 352 +++++++++++++++++++++++++++++++++++++++ drivers/spi/omap3_spi.h | 117 +++++++++++++ include/configs/omap3_beagle.h | 2 + include/configs/omap4_sdp4430.h | 1 + include/twl6030.h | 45 +++++- 10 files changed, 701 insertions(+), 5 deletions(-) create mode 100644 board/ti/sdp4430/cmd_bat.c create mode 100644 drivers/spi/omap3_spi.c create mode 100644 drivers/spi/omap3_spi.h Best regards, Wolfgang Denk