From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 22 Sep 2012 01:10:51 +0200 Subject: [U-Boot] Pull request: u-boot-staging Message-ID: <20120922011051.668b1d51@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Tom, Please pull some patches from my staging branch. There is a warnings fix, so we will get a cleaner MAKEALL log. Three patches from Simon were submitted as part of tegra LCD driver series, other patches of this series still need rework. We should merge these three patches now so that there is no need to include them later again in the reworked LCD driver series. The following changes since commit 3ab270d5df7ae7bf8d7b5d225ab1abb37297d77e: Revert "memsize: Fix for bug in memory sizing code" (2012-09-21 08:14:05 -0700) are available in the git repository at: git://git.denx.de/u-boot-staging.git agust at denx.de Kumar Gala (1): pci: fix some warnings related to assumptions about Simon Glass (3): Add gpio_request() to asm-generic header fdt: Tidy debugging, add to fdtdec_get_int/addr() fdt: Add header guard to fdtdec.h drivers/pci/pci.c | 6 +++--- drivers/pci/pci_auto.c | 2 +- include/asm-generic/gpio.h | 9 +++++++++ include/fdtdec.h | 3 +++ lib/fdtdec.c | 27 +++++++++++++++++++-------- 5 files changed, 35 insertions(+), 12 deletions(-) Thanks, Anatolij