From patchwork Fri Oct 19 23:55:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Albert ARIBAUD X-Patchwork-Id: 192879 X-Patchwork-Delegate: trini@ti.com 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 4D25C2C0093 for ; Sat, 20 Oct 2012 10:55:57 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 70DF44A4D4; Sat, 20 Oct 2012 01:55:55 +0200 (CEST) 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 6TeC4edyWpUH; Sat, 20 Oct 2012 01:55:55 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BD06E4A4D9; Sat, 20 Oct 2012 01:55:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D71274A4D9 for ; Sat, 20 Oct 2012 01:55:51 +0200 (CEST) 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 Z9iTKUd9vjXH for ; Sat, 20 Oct 2012 01:55:49 +0200 (CEST) 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 smtpauth-vit.online.net (smtpauth-vit.online.net [88.190.253.76]) by theia.denx.de (Postfix) with ESMTPS id C78324A4D4 for ; Sat, 20 Oct 2012 01:55:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=online.net; s=folays; h=Content-Transfer-Encoding:Content-Type:Mime-Version:Message-ID:Subject:Cc:To:From:Date; bh=gTZDpcrjM7zFoxJXO7ATgqX43whiJO0e9ByAK5cwT0c=; b=0jEga8lBGy+RlPe5vJphVanpEkuBDTJAWseRpgQv516GhZwIk54XuxdF9h0g9BVba4PdO56zemtH9r5XxHEFcv+tARKbB9SThvxqMb3RJ8FbRti5DwdbgYSLKvi+2oeA; Received: from [82.235.144.2] (helo=lilith) by smtpauth-vit.online.net with esmtpa (Exim 4.71) (envelope-from ) id 1TPMPp-0002oN-Cf; Sat, 20 Oct 2012 01:55:45 +0200 Date: Sat, 20 Oct 2012 01:55:42 +0200 From: Albert ARIBAUD To: Tom Rini Message-ID: <20121020015542.0a6b3220@lilith> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 X-auth-smtp-user: albert.u.boot@aribaud.net X-online-auth-user: FLEX_WTBZUUFBQzBvSVVNS0l3Mg==djyuJ9XuulfNn7pwTLsR1bcR+9AkS3CtCw== X-online-auth-smtp: FLEX_U3VDNDg0TzBDVTBFQW04Ng==ql/8KhsRZEZtXgpRXyUq1yu+KIk= Cc: U-Boot Subject: [U-Boot] Pull request: u-boot-arm/master 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 Tom, The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39: Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging (2012-10-15 13:37:22 -0700) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to 39826f09978a0a7070999acc15babf88f03e4051: arm: fdt: Relocate fdt along with other data (2012-10-19 21:38:27 +0200) ---------------------------------------------------------------- 402jagan@gmail.com (1): versatile: board configs: Use buffered writes on flash Albert ARIBAUD (1): Remove lh7a40x cpu and serial driver Marek Vasut (2): dm: wdt: arm: Move tnetv107x into drivers/watchdog/ dm: Move s3c24xx USB driver to a proper place Simon Glass (1): arm: fdt: Relocate fdt along with other data Tom Rini (1): actux[123]: Update linker script for ELDK 4.2 Łukasz Dałek (1): h2200: Add support for iPAQ h2200 palmtop MAINTAINERS | 4 + arch/arm/cpu/arm1176/tnetv107x/Makefile | 2 +- arch/arm/cpu/arm920t/s3c24x0/Makefile | 3 - arch/arm/cpu/arm920t/s3c24x0/usb.c | 71 --- arch/arm/cpu/lh7a40x/config.mk | 33 -- arch/arm/cpu/lh7a40x/cpu.c | 65 --- arch/arm/cpu/lh7a40x/speed.c | 83 ---- arch/arm/cpu/lh7a40x/start.S | 506 -------------------- arch/arm/cpu/lh7a40x/timer.c | 182 ------- arch/arm/lib/board.c | 22 + board/actux1/u-boot.lds | 2 +- board/actux2/u-boot.lds | 2 +- board/actux3/u-boot.lds | 2 +- {arch/arm/cpu/lh7a40x => board/h2200}/Makefile | 26 +- board/h2200/h2200-header.S | 27 ++ board/h2200/h2200.c | 53 ++ boards.cfg | 1 + doc/driver-model/UDM-serial.txt | 32 +- drivers/serial/Makefile | 1 - drivers/serial/serial_lh7a40x.c | 204 -------- drivers/usb/gadget/gadget_chips.h | 34 +- drivers/usb/host/Makefile | 1 + .../usb_ohci.c => drivers/usb/host/ohci-s3c24xx.c | 46 +- .../usb_ohci.h => drivers/usb/host/ohci-s3c24xx.h | 0 drivers/watchdog/Makefile | 1 + .../wdt.c => drivers/watchdog/tnetv107x_wdt.c | 0 include/configs/VCMA9.h | 1 + include/configs/ca9x4_ct_vxp.h | 2 + include/configs/h2200.h | 157 ++++++ include/configs/smdk2410.h | 1 + include/configs/tnetv107x_evm.h | 1 + include/configs/versatile.h | 1 + include/lh7a400.h | 75 --- include/lh7a404.h | 83 ---- include/lh7a40x.h | 279 ----------- include/lpd7a400_cpld.h | 195 -------- 36 files changed, 362 insertions(+), 1836 deletions(-) delete mode 100644 arch/arm/cpu/arm920t/s3c24x0/usb.c delete mode 100644 arch/arm/cpu/lh7a40x/config.mk delete mode 100644 arch/arm/cpu/lh7a40x/cpu.c delete mode 100644 arch/arm/cpu/lh7a40x/speed.c delete mode 100644 arch/arm/cpu/lh7a40x/start.S delete mode 100644 arch/arm/cpu/lh7a40x/timer.c rename {arch/arm/cpu/lh7a40x => board/h2200}/Makefile (71%) create mode 100644 board/h2200/h2200-header.S create mode 100644 board/h2200/h2200.c delete mode 100644 drivers/serial/serial_lh7a40x.c rename arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c => drivers/usb/host/ohci-s3c24xx.c (97%) rename arch/arm/cpu/arm920t/s3c24x0/usb_ohci.h => drivers/usb/host/ohci-s3c24xx.h (100%) rename arch/arm/cpu/arm1176/tnetv107x/wdt.c => drivers/watchdog/tnetv107x_wdt.c (100%) create mode 100644 include/configs/h2200.h delete mode 100644 include/lh7a400.h delete mode 100644 include/lh7a404.h delete mode 100644 include/lh7a40x.h delete mode 100644 include/lpd7a400_cpld.h Amicalement,