From patchwork Sun Nov 27 23:00:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anatolij Gustschin X-Patchwork-Id: 127906 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 44C0BB6FA0 for ; Mon, 28 Nov 2011 10:00:46 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2EF6E28094; Mon, 28 Nov 2011 00:00:41 +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 41IzMlbkzcGf; Mon, 28 Nov 2011 00:00:40 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AA04428084; Mon, 28 Nov 2011 00:00:38 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3FC6E28084 for ; Mon, 28 Nov 2011 00:00:36 +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 rzMv8ya59tzA for ; Mon, 28 Nov 2011 00:00:35 +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 6763028083 for ; Mon, 28 Nov 2011 00:00:33 +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 7D864188B5A7; Mon, 28 Nov 2011 00:03:50 +0100 (CET) X-Auth-Info: OKmyMmg+/TnKshzHD+qGBvehZxRT7ONQVSK+WAQFWss= Received: from wker (pD9E2F8A9.dip.t-dialin.net [217.226.248.169]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA id E5A0F1C00054; Mon, 28 Nov 2011 00:00:32 +0100 (CET) Date: Mon, 28 Nov 2011 00:00:31 +0100 From: Anatolij Gustschin To: Wolfgang Denk Message-ID: <20111128000031.10432bf4@wker> In-Reply-To: <20111127202857.316d1dcb@wker> References: <20111127202857.316d1dcb@wker> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Cc: u-boot Subject: [U-Boot] Pull request: u-boot-staging (updated) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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 Hello Wolfgang, Added a patch from Stefano. The following changes since commit 99258c34103efad3395c679256a221731d010c4b: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-11-27 16:03:21 +0100) are available in the git repository at: git://git.denx.de/u-boot-staging agust@denx.de Alexander Holler (1): OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that. Christian Riesch (3): davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board davinci_sonata: define CONFIG_MACH_TYPE for davinci_sonata board hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines Igor Grinberg (1): dataflash: fix parameters order in write_dataflash() Stefano Babic (1): MAKEALL: drop obsolete mx31pdk_nand target Stelian Pop (1): Fix Stelian's email address Yan-Pai Chen (1): arm: a320evb: define mach-type in board config file CREDITS | 2 +- MAINTAINERS | 2 +- MAKEALL | 1 - arch/arm/cpu/arm920t/at91/at91rm9200_devices.c | 2 +- arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c | 2 +- arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 2 +- arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c | 2 +- arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c | 2 +- .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c | 2 +- arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c | 2 +- arch/arm/cpu/arm926ejs/at91/led.c | 2 +- arch/arm/cpu/arm926ejs/at91/reset.c | 2 +- arch/arm/cpu/arm926ejs/at91/timer.c | 2 +- arch/arm/cpu/arm926ejs/mb86r0x/timer.c | 2 +- arch/arm/cpu/armv7/omap3/board.c | 12 +----------- arch/arm/include/asm/arch-at91/at91_common.h | 2 +- arch/arm/include/asm/arch-at91/at91cap9.h | 2 +- arch/arm/include/asm/arch-at91/at91cap9_matrix.h | 2 +- arch/arm/include/asm/arch-at91/clk.h | 2 +- arch/arm/include/asm/arch-at91/hardware.h | 2 +- arch/arm/include/asm/arch-davinci/davinci_misc.h | 3 --- arch/arm/include/asm/dma-mapping.h | 2 +- board/afeb9260/Makefile | 2 +- board/afeb9260/afeb9260.c | 2 +- board/atmel/at91sam9260ek/Makefile | 2 +- board/atmel/at91sam9260ek/at91sam9260ek.c | 2 +- board/atmel/at91sam9260ek/led.c | 2 +- board/atmel/at91sam9261ek/Makefile | 2 +- board/atmel/at91sam9261ek/at91sam9261ek.c | 2 +- board/atmel/at91sam9261ek/led.c | 2 +- board/atmel/at91sam9263ek/Makefile | 2 +- board/atmel/at91sam9263ek/at91sam9263ek.c | 2 +- board/atmel/at91sam9263ek/led.c | 2 +- board/atmel/at91sam9m10g45ek/Makefile | 2 +- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 2 +- board/atmel/at91sam9m10g45ek/led.c | 2 +- board/atmel/at91sam9rlek/Makefile | 2 +- board/atmel/at91sam9rlek/at91sam9rlek.c | 2 +- board/atmel/at91sam9rlek/led.c | 2 +- board/calao/sbc35_a9g20/Makefile | 2 +- board/calao/sbc35_a9g20/sbc35_a9g20.c | 2 +- board/calao/tny_a9260/Makefile | 2 +- board/calao/tny_a9260/tny_a9260.c | 2 +- board/davinci/da8xxevm/hawkboard.c | 4 ++-- board/davinci/da8xxevm/hawkboard_nand_spl.c | 4 ++-- board/davinci/schmoogie/schmoogie.c | 3 --- board/davinci/sonata/sonata.c | 3 --- board/emk/top9000/top9000.c | 2 +- board/esd/meesc/Makefile | 2 +- board/esd/meesc/meesc.c | 2 +- board/esd/otc570/Makefile | 2 +- board/esd/otc570/otc570.c | 2 +- board/eukrea/cpu9260/Makefile | 2 +- board/eukrea/cpu9260/cpu9260.c | 2 +- board/faraday/a320evb/a320evb.c | 1 - board/ronetix/pm9261/Makefile | 2 +- board/ronetix/pm9261/led.c | 2 +- board/ronetix/pm9261/pm9261.c | 2 +- board/ronetix/pm9263/Makefile | 2 +- board/ronetix/pm9263/led.c | 2 +- board/ronetix/pm9263/pm9263.c | 2 +- board/ronetix/pm9g45/Makefile | 2 +- board/ronetix/pm9g45/pm9g45.c | 2 +- board/syteco/jadecpu/Makefile | 2 +- doc/README.scrapyard | 2 +- drivers/mtd/nand/atmel_nand.c | 2 +- include/configs/a320evb.h | 6 ++++++ include/configs/at91sam9260ek.h | 2 +- include/configs/at91sam9261ek.h | 2 +- include/configs/at91sam9263ek.h | 2 +- include/configs/at91sam9m10g45ek.h | 2 +- include/configs/at91sam9rlek.h | 2 +- include/configs/cpu9260.h | 2 +- include/configs/davinci_schmoogie.h | 3 +++ include/configs/davinci_sonata.h | 2 ++ include/configs/meesc.h | 2 +- include/configs/otc570.h | 2 +- include/configs/pm9261.h | 2 +- include/configs/pm9263.h | 2 +- include/configs/pm9g45.h | 2 +- include/configs/tny_a9260.h | 2 +- include/dataflash.h | 3 ++- 82 files changed, 88 insertions(+), 97 deletions(-) Please pull. Thanks! Anatolij