From patchwork Mon Nov 5 10:19:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 197176 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 E4A2D2C0079 for ; Mon, 5 Nov 2012 21:19:42 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 69C504A2AC; Mon, 5 Nov 2012 11:19: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 93unJhRrNIFe; Mon, 5 Nov 2012 11:19:41 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 887D04A290; Mon, 5 Nov 2012 11:19:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DC31D4A290 for ; Mon, 5 Nov 2012 11:19:37 +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 kNxuKYCt5k0P for ; Mon, 5 Nov 2012 11:19:37 +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-bk0-f44.google.com (mail-bk0-f44.google.com [209.85.214.44]) by theia.denx.de (Postfix) with ESMTPS id 3FADD4A24B for ; Mon, 5 Nov 2012 11:19:35 +0100 (CET) Received: by mail-bk0-f44.google.com with SMTP id jc3so2090708bkc.3 for ; Mon, 05 Nov 2012 02:19:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=j0NUZRDYzjjuWHiu2ChFWIwKu9+l+N3bPsIlcucywk4=; b=nZbbpuZu87/Gl+KDOhlBvdg2PdzUUjT0xsHyzW0cKu9LSfFonCs8zoBsKxiA+s218r QpGyN+b0IMprgIEzW0TJ6itNyLdwbvHERAxsWeHjrgLHuO8cScsjUjiP9IMzyG5H4i0h VjE9h8P3x3tK6/+eJQakKVlkMUqJgiOhk2BrF6TmfIUu8BzgvMKJTo95wnx8pgwxbHvb AVCRFTL0rxnpdwU1qVwXqs5I1+y32+ZXGCjb9RlVYxrbYjO5waMALjpA0h/0Qme+gPZ9 bK7U8lXxuzbUaCFBqvqIz2isewduct5tevT/qk7eOLiXkC/dckdsbFeu/CXej3vfFTzt AXpg== Received: by 10.204.5.148 with SMTP id 20mr2250762bkv.28.1352110775361; Mon, 05 Nov 2012 02:19:35 -0800 (PST) Received: from localhost ([2a01:198:47b:1:210:75ff:fe1a:cd1e]) by mx.google.com with ESMTPS id gy18sm9164438bkc.4.2012.11.05.02.19.33 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Nov 2012 02:19:34 -0800 (PST) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: Albert Aribaud Date: Mon, 5 Nov 2012 11:19:30 +0100 Message-Id: <1352110770-7198-1-git-send-email-andreas.devel@googlemail.com> X-Mailer: git-send-email 1.7.10.4 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PULL] please pull u-boot-atmel/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: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Dear Albert Aribaud, The following changes since commit 46d626d3926cf6b9f9c477782c5a0ee620a424cd: socfpga/spl: Remove malloc.h (2012-11-04 16:23:23 +0100) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master for you to fetch changes up to 15915a45d438b9e65e03c3052c3dbab1374927bc: at91: move get_chip_id() and get_extension_chip_id() to cpu.c, which can share with all at91 board. (2012-11-05 11:15:12 +0100) ---------------------------------------------------------------- Bo Shen (1): video: atmel: implement lcd_setcolreg funtion Wu, Josh (1): at91: move get_chip_id() and get_extension_chip_id() to cpu.c, which can share with all at91 board. arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c | 12 ------------ arch/arm/cpu/arm926ejs/at91/cpu.c | 11 +++++++++++ arch/arm/include/asm/arch-at91/at91_dbu.h | 4 ++++ arch/arm/include/asm/arch-at91/at91sam9x5.h | 1 - drivers/video/atmel_hlcdfb.c | 6 ++++++ 5 files changed, 21 insertions(+), 13 deletions(-)