From patchwork Thu Dec 1 16:14:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefano Babic X-Patchwork-Id: 128722 X-Patchwork-Delegate: albert.aribaud@free.fr 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 4C781B6F76 for ; Fri, 2 Dec 2011 03:14:37 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A8040280AC; Thu, 1 Dec 2011 17:14:35 +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 bClKCgqTFFww; Thu, 1 Dec 2011 17:14:35 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 78243280A1; Thu, 1 Dec 2011 17:14:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A88B4280A1 for ; Thu, 1 Dec 2011 17:14:31 +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 uaimsMYD-yN2 for ; Thu, 1 Dec 2011 17:14:29 +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 smtpi3.ngi.it (smtpi3.ngi.it [88.149.128.33]) by theia.denx.de (Postfix) with ESMTP id D48582809E for ; Thu, 1 Dec 2011 17:14:28 +0100 (CET) Received: from paperina.lan (unknown [88.149.182.160]) by smtpi3.ngi.it (Postfix) with ESMTP id EFE51318E42; Thu, 1 Dec 2011 17:14:27 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by paperina.lan (Postfix) with ESMTP id B1E3A140A106; Thu, 1 Dec 2011 17:14:27 +0100 (CET) Received: from paperina.lan ([127.0.0.1]) by localhost (paperina.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gw-PUEAB+k41; Thu, 1 Dec 2011 17:14:24 +0100 (CET) Received: from [192.168.2.247] (papero.lan [192.168.2.247]) by paperina.lan (Postfix) with ESMTP id 385C7140A0B2; Thu, 1 Dec 2011 17:14:24 +0100 (CET) Message-ID: <4ED7A7E0.9050208@denx.de> Date: Thu, 01 Dec 2011 17:14:24 +0100 From: Stefano Babic User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: Albert ARIBAUD X-Enigmail-Version: 1.4a1pre Cc: U-Boot@lists.denx.de Subject: [U-Boot] [GIT PULL] Pull request: u-boot-imx 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 Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit 3be4bab07b614c23f3bffaa6febca9a5a2c4dfa6: vision2: Fix checkpatch warning (2011-11-28 13:10:36 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master Fabio Estevam (5): mx53loco: Configure the pins as GPIOs prior to using gpio_get_value mx53ard: Configure the pins as GPIOs prior to using gpio_get_value mx53evk: Configure the pins as GPIOs prior to using gpio_get_value mx53smd: Configure the pins as GPIOs prior to using gpio_get_value mx51evk: Configure the pins as GPIOs prior to using gpio_get_value Marek Vasut (3): MC13892: Add REGMODE0 bits definitions Efika: Configure additional regulators for HDMI output MXS: Add static annotations to dma driver Robert Deliƫn (1): M28: Fix OB1 bug in GPIO driver Simon Glass (1): mx5: Correct a warning in clock.c Stefano Babic (2): MX: serial_mxc: cleanup removing nasty #ifdef MX35: flea3: changes due to hardware revision B Wolfram Sang (1): apbh_dma: return error value on timeout arch/arm/cpu/arm1136/mx31/devices.c | 4 - arch/arm/cpu/armv7/mx5/clock.c | 2 +- arch/arm/include/asm/arch-mx25/imx-regs.h | 10 +- arch/arm/include/asm/arch-mx27/imx-regs.h | 8 +- arch/arm/include/asm/arch-mx28/dma.h | 25 ---- arch/arm/include/asm/arch-mx31/imx-regs.h | 6 + arch/arm/include/asm/arch-mx35/imx-regs.h | 6 +- arch/arm/include/asm/arch-mx5/imx-regs.h | 6 +- board/CarMediaLab/flea3/flea3.c | 4 +- board/efikamx/efikamx.c | 15 ++- board/freescale/mx51evk/mx51evk.c | 3 + board/freescale/mx53ard/mx53ard.c | 3 + board/freescale/mx53evk/mx53evk.c | 3 + board/freescale/mx53loco/mx53loco.c | 3 + board/freescale/mx53smd/mx53smd.c | 1 + drivers/dma/apbh_dma.c | 211 +++++++---------------------- drivers/gpio/mxs_gpio.c | 2 +- drivers/serial/serial_mxc.c | 37 +----- include/configs/efikamx.h | 2 +- include/configs/flea3.h | 22 ++-- include/configs/imx27lite-common.h | 2 +- include/configs/imx31_litekit.h | 4 +- include/configs/imx31_phycore.h | 2 +- include/configs/mx25pdk.h | 2 +- include/configs/mx31ads.h | 4 +- include/configs/mx31pdk.h | 2 +- include/configs/mx35pdk.h | 2 +- include/configs/mx51evk.h | 2 +- include/configs/mx53ard.h | 2 +- include/configs/mx53evk.h | 2 +- include/configs/mx53loco.h | 2 +- include/configs/mx53smd.h | 2 +- include/configs/qong.h | 4 +- include/configs/tt01.h | 2 +- include/configs/tx25.h | 2 +- include/configs/vision2.h | 2 +- include/configs/zmx25.h | 2 +- include/mc13892.h | 16 +++ 38 files changed, 153 insertions(+), 276 deletions(-)