All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] Pull request: u-boot-imx -- all ARM custodians please read
Date: Fri, 22 Apr 2011 19:48:36 +0200	[thread overview]
Message-ID: <4DB1BF74.6010702@aribaud.net> (raw)
In-Reply-To: <4DB179A0.6070407@denx.de>

Le 22/04/2011 14:50, Stefano Babic a ?crit :
> Hi Albert,
>
> my new pull request. Take care that I drop patches for the MX53 LOCO
> board as discussed on the mailing list (they were part of last pull
> request, commit 96c1b214b47416ae07aac267e45a600cc9567eed in uboot-arm).
> This pull is against u-boot tree, as after dropping the patches I
> rebased on it.
>
> The following changes since commit 735eb0f0e66b544b1dfaf6c43ce6e4bd9ae64b5e:
>
>    tools/env: fix redundant env flag comparison (2011-04-21 00:25:08 +0200)
>
> are available in the git repository at:
>    git://www.denx.de/git/u-boot-imx.git master
>
> Fabio Estevam (5):
>        mx25: Make the UART port number explicit in its setup function
>        ARM: mx31: Print the silicon version
>        MX31: Introduce get_reset_cause()
>        MX31: mx31pdk: Make the board name simpler.
>        ARM: MX31: Fix file name label
>
> Jason Liu (1):
>        MX5: factor out boot cause funciton to common code
>
> Liu Hui-R64343 (2):
>        MX53: drop config.mk from mx53evk
>        MX5: Enable flat-device-tree support on mx51/53 evk board
>
> Stefano Babic (6):
>        Makefile: change rule to build IMX image
>        MX51: drop config.mk from mx51evk
>        MX31: add support for MX31 watchdog
>        MX31: qong: add watchdog
>        IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers
>        MX31: drop warnings in get_cpu_rev
>
>   Makefile                                           |    2 +-
>   arch/arm/cpu/arm1136/mx31/devices.c                |    4 +-
>   arch/arm/cpu/arm1136/mx31/generic.c                |   59
> +++++++++++++++++++-
>   arch/arm/cpu/arm1136/mx31/timer.c                  |   40 +++++++++++++-
>   arch/arm/cpu/arm926ejs/mx25/generic.c              |    2 +-
>   arch/arm/cpu/armv7/mx5/soc.c                       |   28 +++++++++
>   arch/arm/include/asm/arch-mx31/{mx31.h =>  clock.h} |    6 +-
>   .../asm/arch-mx31/{mx31-regs.h =>  imx-regs.h}      |   41 +++++++++++++-
>   board/davedenx/qong/fpga.c                         |    4 +-
>   board/davedenx/qong/lowlevel_init.S                |    2 +-
>   board/davedenx/qong/qong.c                         |   16 +++++-
>   board/freescale/mx31ads/lowlevel_init.S            |    2 +-
>   board/freescale/mx31ads/mx31ads.c                  |    4 +-
>   board/freescale/mx31pdk/lowlevel_init.S            |    2 +-
>   board/freescale/mx31pdk/mx31pdk.c                  |    6 +-
>   board/freescale/mx51evk/config.mk                  |   25 --------
>   board/freescale/mx53evk/config.mk                  |   24 --------
>   board/imx31_phycore/imx31_phycore.c                |    4 +-
>   board/imx31_phycore/lowlevel_init.S                |    2 +-
>   board/karo/tx25/tx25.c                             |    4 +-
>   board/logicpd/imx31_litekit/imx31_litekit.c        |    4 +-
>   board/logicpd/imx31_litekit/lowlevel_init.S        |    2 +-
>   boards.cfg                                         |    4 +-
>   drivers/gpio/mxc_gpio.c                            |    5 --
>   drivers/i2c/mxc_i2c.c                              |    7 +--
>   drivers/serial/serial_mxc.c                        |    4 -
>   drivers/spi/mxc_spi.c                              |    9 +--
>   drivers/usb/host/ehci-mxc.c                        |    2 +-
>   drivers/video/mx3fb.c                              |    6 +-
>   include/configs/imx31_litekit.h                    |    2 +-
>   include/configs/mx31ads.h                          |    2 +-
>   include/configs/mx31pdk.h                          |    2 +-
>   include/configs/mx51evk.h                          |    5 ++
>   include/configs/mx53evk.h                          |    3 +
>   include/configs/qong.h                             |    3 +-
>   nand_spl/nand_boot_fsl_nfc.c                       |    4 -
>   36 files changed, 221 insertions(+), 120 deletions(-)
>   rename arch/arm/include/asm/arch-mx31/{mx31.h =>  clock.h} (92%)
>   rename arch/arm/include/asm/arch-mx31/{mx31-regs.h =>  imx-regs.h} (97%)
>   delete mode 100644 board/freescale/mx51evk/config.mk
>   delete mode 100644 board/freescale/mx53evk/config.mk

This is causing a forced rebase on u-boot-arm/master of course.

ARM Custodians who already had a pull request acknowledged please check 
that I have not accidentally dropped any of the commits you had 
requested a pull for. Currently, above u-boot/master I have the following:

Albert ARIBAUD (1):
       Replace obsolete e-mail address

Alexander Holler (4):
       omap3_beagle: enable the use of a plain text file
       OMAP3: Change some USB related MUX values
       OMAP3: Add support for DPLL5 (usbhost)
       omap3_beagle: enable EHCI and USB storage.

Enric Balletbo i Serra (2):
       ARM: OMAP3: Revamp IGEP v2 default
       ARM: OMAP3: Revamp IGEP module default configuration

Eric Cooper (1):
       ARM: fix stack pointer adjustment in board_init_f()

Fabio Estevam (6):
       mx25: Make the UART port number explicit in its setup function
       ARM: mx31: Print the silicon version
       MX31: Introduce get_reset_cause()
       MX31: mx31pdk: Make the board name simpler.
       ARM: MX31: Fix file name label
       MX25: tx25: Add _end section on nand_spl

Igor Grinberg (9):
       OMAP3: CM-T35: Move DECLARE_GLOBAL_DATA_PTR to file scope
       OMAP3: CM-T35: update config
       OMAP3: CM-T35: update board files header information
       OMAP3: CM-T35: update MAINTAINERS file
       OMAP3: CM-T35: add MMC1 pinmux
       OMAP3: CM-T35: fix mmc
       OMAP3: CM-T35: remove redundand i2c initialization
       OMAP3: CM-T35: enable the green LED
       OMAP3: CM-T35: Add support for CM-T3730

Jason Kridner (2):
       Add 'led' command
       BeagleBoard: Added LED driver

Jason Liu (1):
       MX5: factor out boot cause funciton to common code

Koen Kooi (2):
       OMAP3: BeagleBoard: add xM rev B to ID table
       OMAP3: BeagleBoard: add more expansionboard IDs

Lei Wen (6):
       pxa: move i2c driver to the common place
       mv_i2c: fix timeout value to be consistent with comments
       mv_i2c: use structure to replace the direclty define
       I2C: add i2c support for Pantheon platform
       I2C: mv_i2c: add multi bus support
       I2C: add i2c support for Armada100 platform

Liu Hui-R64343 (2):
       MX53: drop config.mk from mx53evk
       MX5: Enable flat-device-tree support on mx51/53 evk board

Luca Ceresoli (4):
       ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX
       ARMV7: OMAP3: Add GPMC_CONFIGx register value definitions
       ARMV7: OMAP3: Cleanup extern variables in mem.c
       ARMV7: OMAP3: Add support for Comelit DIG297 board

Macpaul Lin (4):
       ftpmu010: fix relocation and enhance features
       ftpmu010.h: add asm support used by lowlevel_init
       fttmr010: move fttmr010 header to include/faraday
       a320evb: fix include path of timer fttmr010

Matt Waddel (1):
       ARMV7: Vexpress: Remove config.mk

Matthias Weisser (1):
       arm: Use optimized memcpy and memset from linux

Minkyu Kang (1):
       Don't grab memory for LCD if FB address is defined

Po-Yu Chuang (2):
       power: ftpmu010: move drivers/power/ftpmu010.h to include/faraday
       arm: a320: use new ftpmu010 API

Rogan Dawes (1):
       Orion5x: Correct DRAM bank detection

Srinath (1):
       ARMV7: AM3517/05: Add support for CraneBoard.

Stefano Babic (7):
       Makefile: change rule to build IMX image
       MX51: drop config.mk from mx51evk
       MX31: add support for MX31 watchdog
       MX31: qong: add watchdog
       IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers
       MX31: drop warnings in get_cpu_rev
       MX31: mx31pdk: fix nand_spl

Steve Kipisz (1):
       OMAP3: BeagleBoard: Enable pullups on i2c2.

Sughosh Ganu (1):
       Fix the issue of _end symbol not being found while building

Tom Warren (4):
       arm: Tegra2: add support for A9 CPU init
       arm: Tegra2: Add missing PLLX init
       arm: Tegra2: GPIO: Add basic GPIO definitions
       arm: Tegra2: Move clk/mux init to board_early_init_f, add GPIO init

Amicalement,
-- 
Albert.

      reply	other threads:[~2011-04-22 17:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-22 12:50 [U-Boot] [GIT PULL] Pull request: u-boot-imx Stefano Babic
2011-04-22 17:48 ` Albert ARIBAUD [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DB1BF74.6010702@aribaud.net \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.