[U-Boot] Pull request: u-boot-staging

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@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

On Sat, Sep 22, 2012 at 01:10:51AM +0200, Anatolij Gustschin wrote:
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@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(-)
Applied to u-boot/master, thanks!

On Sat, Sep 22, 2012 at 01:10:51AM +0200, Anatolij Gustschin wrote:
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@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(-)
Applied to u-boot/master, thanks!
participants (2)
-
Anatolij Gustschin
-
Tom Rini