From patchwork Fri Nov 18 13:15:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Roese X-Patchwork-Id: 126407 X-Patchwork-Delegate: wd@denx.de 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 3EEC7B71FE for ; Sat, 19 Nov 2011 00:16:14 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ECFDA28945; Fri, 18 Nov 2011 14:16:10 +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 cElKZZESRbmd; Fri, 18 Nov 2011 14:16:10 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3CCC82894C; Fri, 18 Nov 2011 14:16:09 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B2EA62894C for ; Fri, 18 Nov 2011 14:16:06 +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 JXgd3zpzwrkV for ; Fri, 18 Nov 2011 14:16:06 +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 mo-p05-ob.rzone.de (mo-p05-ob.rzone.de [81.169.146.181]) by theia.denx.de (Postfix) with ESMTPS id 5849228945 for ; Fri, 18 Nov 2011 14:16:06 +0100 (CET) X-RZG-AUTH: :IW0NeWC7b/q2i6W/qstXb1SBUuFnrGohdvpEkce+Ub4+ReKfHD+mBjt3PiUEaA== X-RZG-CLASS-ID: mo05 Received: from kubuntu.localnet (p57B95ED2.dip.t-dialin.net [87.185.94.210]) by smtp.strato.de (cohen mo10) (RZmta 26.10 AUTH) with ESMTPA id 903c94nAIBngDI ; Fri, 18 Nov 2011 14:15:47 +0100 (MET) From: Stefan Roese To: u-boot@lists.denx.de, Wolfgang Denk Date: Fri, 18 Nov 2011 14:15:42 +0100 User-Agent: KMail/1.13.6 (Linux/2.6.38-12-generic; KDE/4.7.2; x86_64; ; ) MIME-Version: 1.0 Message-Id: <201111181415.42807.sr@denx.de> Subject: [U-Boot] Please pull u-boot-staging sr@denx.de 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 Wolfgang, I wanted to test the u-boot-staging as well. This time only one short patch is applied. The update from Dirk to the PCA9698 GPIO driver which is needed for the other ppc4xx BSP patch from Dirk. Please let me know if I should have done this differently. The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45: Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-staging.git sr@denx.de Dirk Eibach (1): gpio: Adapt PCA9698 to standard GPIO API drivers/gpio/pca9698.c | 62 +++++++++++++++++++++++++++++++---------------- include/pca9698.h | 33 ++++++++++++++++++++++--- 2 files changed, 70 insertions(+), 25 deletions(-)