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
Date: Sat, 1 Sep 2012 14:57:27 +0200	[thread overview]
Message-ID: <20120901145727.3415693a@lilith> (raw)
In-Reply-To: <503B168C.9090205@denx.de>

Hi Stefano,

On Mon, 27 Aug 2012 08:41:16 +0200, Stefano Babic <sbabic@denx.de>
wrote:

> Hi Albert,
> 
> please pull from u-boot-imx, thanks.
> 
> The following changes since commit
> 5f50310588e87f2ff501992564d1b05df71419f4:
> 
>   davinci, c6x: Always use C version of reset code (2012-08-25
> 13:40:03 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to
> ff1728c902587c2dc76869a30a32013ef005b84a:
> 
>   mxs: Convert timeout parameter to 'unsigned int' (2012-08-27
> 08:28:01 +0200)
> 
> ----------------------------------------------------------------
> Ashok Kumar Reddy (1):
>       mx6qarm2:Use IMX_GPIO_NR macro
> 
> Beno?t Th?baudeau (17):
>       mxc_spi: Round up clock divider
>       mx25: Enable dcache
>       mx5: Enable dcache
>       mx35: Fix typo on EDIO
>       mx3: Fix typo on IPU_CONF_CSI_EN
>       mx5/6 timer: Round up tick_to_time() value
>       mx5: cosmetic: Clean up lowlevel_init
>       mx35: Remove duplicate GPIO3_BASE_ADDR
>       mx5/6: Fix cpu_mmc_init() return value
>       mx35: Add cpu_mmc_init()
>       mx5: Undeclare imx_decode_pll()
>       mx35 iomux: Remove unused macro
>       mx35: Fix broken pin definitions
>       mx35: Remove declaration of non-existing function
>       mx35: Move clock enums to clock.h
>       mx35: Remove declaration of non-existing function
>       mxc: Make gpio_get_value() use PSR
> 
> Fabio Estevam (7):
>       m28evk: Turn on caches
>       apx4devkit: Turn on caches
>       mx28evk: Remove unneeded 'undef'
>       mxs: Use correct function name to initialize dram
>       mx53loco: Use IMX_GPIO_NR macro
>       mx51evk: Use IMX_GPIO_NR macro
>       mx53ard: Use IMX_GPIO_NR macro
> 
> Marek Vasut (7):
>       MX28: Drop the cp15 reconfiguration from SPL
>       MX28: Shuffle around the power management code
>       MX28: DMA: Align the struct mxs_dma_desc
>       MX28: DMA: Prolong the DMA timeout
>       MX28: SPI: Supercharge the SPI driver
>       MX28: m28evk: Align SSP clock speed
>       MX28: m28evk: Enable SPI DMA
> 
> Matt Sealey (7):
>       spi: fix mxc_spi_slave structure allocation to clear memory
>       spi: fix mxs_spi_slave structure allocation to clear memory
>       mx5: add iomux-mx51.h include
>       efikamx: move and rename Efika MX directories and config files
> to prepare for new boards
>       efikamx: remove drive strength function and roll its
> functionality into the DCD
>       efikamx: configure Smarttop PCBID and LED pads in DCD for
> convenience efikamx: update MAINTAINERS for Genesi Efika MX systems
> 
> Otavio Salvador (9):
>       mxs: Remove not required explicit iomux-mx28.h include
>       mxs: Remove not required include of iomux-mx28.h
>       mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h
>       mxs: Convert sys_proto.h prefixes to 'mxs'
>       MX28: config: Allow different target generation in elftosb call
>       MX28: Move "regs-base.h" include after SoC type configuration
>       mxs: Replace i.MX233 by i.MX23 on copyright header
>       mxs: Only build internal Ethernet controller for i.MX28
>       mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'
> 
> Stefano Babic (1):
>       MX: Set a common gpio.h for all i.MX
> 
> Troy Kisky (4):
>       iomux: move IOMUX_GPR13_xxx defines
>       imx-common/cmd_bmode.c: add imx bmode (bootmode) command
>       mx6qsabrelite: add boot_mode support
>       mx53evk: add boot_mode support
> 
> Vikram Narayanan (1):
>       tx25: Use generic gpio_* calls
> 
> fabio.estevam at freescale.com (1):
>       mxs: Convert timeout parameter to 'unsigned int'
> 
> trem (3):
>       rtc: add support of mx27 rtc
>       gpio: add gpio api support to mx27 (v4)
>       imx27lite: update with gpio api change (v4)
> 
>  MAINTAINERS                                        |    7 +-
>  Makefile                                           |    5 +-
>  arch/arm/cpu/arm1136/mx35/generic.c                |   19 ++-
>  arch/arm/cpu/arm1136/mx35/iomux.c                  |    2 -
>  arch/arm/cpu/arm926ejs/mx25/generic.c              |    8 +
>  arch/arm/cpu/arm926ejs/mx27/generic.c              |   11 +-
>  arch/arm/cpu/arm926ejs/mxs/mxs.c                   |   40 ++---
>  arch/arm/cpu/arm926ejs/mxs/spl_boot.c              |    7 +-
>  arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c          |    1 -
>  arch/arm/cpu/arm926ejs/mxs/spl_power_init.c        |    9 +-
>  arch/arm/cpu/arm926ejs/mxs/start.S                 |   42 -----
>  arch/arm/cpu/arm926ejs/mxs/timer.c                 |    2 +-
>  .../arm926ejs/mxs/{u-boot.bd => u-boot-imx28.bd}   |    0
>  arch/arm/cpu/armv7/imx-common/Makefile             |    1 +
>  arch/arm/cpu/armv7/imx-common/cmd_bmode.c          |  119
> ++++++++++++++ arch/arm/cpu/armv7/imx-common/cpu.c
> |    6 +- arch/arm/cpu/armv7/imx-common/timer.c              |    2 +-
>  arch/arm/cpu/armv7/mx5/lowlevel_init.S             |   46 +++---
>  arch/arm/cpu/armv7/mx5/soc.c                       |   39 +++++
>  arch/arm/cpu/armv7/mx6/soc.c                       |   36 +++++
>  arch/arm/include/asm/arch-mx25/gpio.h              |   17 +-
>  arch/arm/include/asm/arch-mx27/gpio.h              |   55 +++++++
>  arch/arm/include/asm/arch-mx27/imx-regs.h          |   33 ++--
>  arch/arm/include/asm/arch-mx27/regs-rtc.h          |   40 +++++
>  arch/arm/include/asm/arch-mx31/gpio.h              |    7 +-
>  arch/arm/include/asm/arch-mx31/imx-regs.h          |    2 +-
>  arch/arm/include/asm/arch-mx35/clock.h             |   28 +++-
>  arch/arm/include/asm/arch-mx35/crm_regs.h          |    4 +-
>  arch/arm/include/asm/arch-mx35/gpio.h              |   12 +-
>  arch/arm/include/asm/arch-mx35/imx-regs.h          |   29 +---
>  arch/arm/include/asm/arch-mx35/mx35_pins.h         |    3 -
>  arch/arm/include/asm/arch-mx35/sys_proto.h         |    1 -
>  arch/arm/include/asm/arch-mx5/clock.h              |    2 -
>  arch/arm/include/asm/arch-mx5/gpio.h               |    7 +-
>  arch/arm/include/asm/arch-mx5/imx-regs.h           |   18 +++
>  arch/arm/include/asm/arch-mx5/iomux-mx51.h         |  164
> ++++++++++++++++++++
>  arch/arm/include/asm/arch-mx6/gpio.h               |    7 +-
>  arch/arm/include/asm/arch-mx6/imx-regs.h           |   23 ++-
>  arch/arm/include/asm/arch-mx6/iomux.h              |  129
> +++++++++++++++ arch/arm/include/asm/arch-mxs/dma.h
> |    3 +- arch/arm/include/asm/arch-mxs/imx-regs.h           |    2 +-
>  .../{regs-clkctrl.h => regs-clkctrl-mx28.h}        |    0
>  arch/arm/include/asm/arch-mxs/sys_proto.h          |   24 +--
>  arch/arm/include/asm/imx-common/boot_mode.h        |   36 +++++
>  arch/arm/include/asm/imx-common/gpio.h             |   39 +++++
>  arch/arm/include/asm/imx-common/iomux-v3.h         |  111
> ------------- board/CarMediaLab/flea3/flea3.c                    |
> 6 +- board/bluegiga/apx4devkit/apx4devkit.c             |    4 +-
>  board/denx/m28evk/m28evk.c                         |    6 +-
>  board/freescale/mx28evk/mx28evk.c                  |    2 +-
>  board/freescale/mx35pdk/mx35pdk.c                  |    2 +-
>  board/freescale/mx51evk/mx51evk.c                  |    6 +-
>  board/freescale/mx53ard/mx53ard.c                  |    2 +-
>  board/freescale/mx53evk/mx53evk.c                  |   13 ++
>  board/freescale/mx53loco/mx53loco.c                |    2 +-
>  board/freescale/mx6qarm2/mx6qarm2.c                |    4 +-
>  board/freescale/mx6qsabrelite/mx6qsabrelite.c      |   43 +++--
>  board/{efikamx => genesi/mx51_efikamx}/Makefile    |    0
>  .../{efikamx => genesi/mx51_efikamx}/efikamx-usb.c |    2 +-
>  board/{efikamx => genesi/mx51_efikamx}/efikamx.c   |   77 ---------
>  .../mx51_efikamx}/imximage_mx.cfg                  |   50 +++---
>  .../mx51_efikamx}/imximage_sb.cfg                  |    0
>  board/karo/tx25/tx25.c                             |   25 ++-
>  board/logicpd/imx27lite/imx27lite.c                |    5 +-
>  board/schulercontrol/sc_sps_1/sc_sps_1.c           |    2 +-
>  board/syteco/zmx25/zmx25.c                         |   26 ++--
>  boards.cfg                                         |    4 +-
>  drivers/dma/apbh_dma.c                             |    6 +-
>  drivers/gpio/mxc_gpio.c                            |   10 +-
>  drivers/i2c/mxs_i2c.c                              |    2 +-
>  drivers/mmc/mxsmmc.c                               |    2 +-
>  drivers/mtd/nand/mxs_nand.c                        |    6 +-
>  drivers/rtc/Makefile                               |    1 +
>  drivers/rtc/mx27rtc.c                              |   83 ++++++++++
>  drivers/rtc/mxsrtc.c                               |    4 +-
>  drivers/spi/mxc_spi.c                              |    6 +-
>  drivers/spi/mxs_spi.c                              |  106
> ++++++++----- drivers/usb/host/ehci-mxs.c                        |
> 2 +- include/configs/apx4devkit.h                       |    6 +-
>  include/configs/imx27lite-common.h                 |    5 +
>  include/configs/m28evk.h                           |   11 +-
>  include/configs/mx28evk.h                          |    6 +-
>  include/configs/{efikamx.h => mx51_efikamx.h}      |    0
>  include/configs/mx53evk.h                          |    3 +
>  include/configs/mx6qsabrelite.h                    |    6 +-
>  include/configs/sc_sps_1.h                         |    4 +-
>  86 files changed, 1163 insertions(+), 585 deletions(-)
>  rename arch/arm/cpu/arm926ejs/mxs/{u-boot.bd => u-boot-imx28.bd}
> (100%) create mode 100644 arch/arm/cpu/armv7/imx-common/cmd_bmode.c
>  create mode 100644 arch/arm/include/asm/arch-mx27/gpio.h
>  create mode 100644 arch/arm/include/asm/arch-mx27/regs-rtc.h
>  create mode 100644 arch/arm/include/asm/arch-mx5/iomux-mx51.h
>  create mode 100644 arch/arm/include/asm/arch-mx6/iomux.h
>  rename arch/arm/include/asm/arch-mxs/{regs-clkctrl.h =>
> regs-clkctrl-mx28.h} (100%)
>  create mode 100644 arch/arm/include/asm/imx-common/boot_mode.h
>  create mode 100644 arch/arm/include/asm/imx-common/gpio.h
>  rename board/{efikamx => genesi/mx51_efikamx}/Makefile (100%)
>  rename board/{efikamx => genesi/mx51_efikamx}/efikamx-usb.c (99%)
>  rename board/{efikamx => genesi/mx51_efikamx}/efikamx.c (85%)
>  rename board/{efikamx => genesi/mx51_efikamx}/imximage_mx.cfg (71%)
>  rename board/{efikamx => genesi/mx51_efikamx}/imximage_sb.cfg (100%)
>  create mode 100644 drivers/rtc/mx27rtc.c
>  rename include/configs/{efikamx.h => mx51_efikamx.h} (100%)
> 

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

  reply	other threads:[~2012-09-01 12:57 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-27  6:41 [U-Boot] [GIT PULL] Pull request: u-boot-imx Stefano Babic
2012-09-01 12:57 ` Albert ARIBAUD [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-09-28 15:39 Stefano Babic
2012-09-29  9:48 ` Albert ARIBAUD
2012-09-17 13:53 Stefano Babic
2012-09-20 22:46 ` Albert ARIBAUD
2012-08-07 16:00 Stefano Babic
2012-07-02 18:03 Stefano Babic
2012-07-05  8:23 ` Albert ARIBAUD
2012-05-09 16:38 Stefano Babic
2012-05-15  6:24 ` Albert ARIBAUD
2012-04-11 14:22 Stefano Babic
2012-04-16 13:04 ` Albert ARIBAUD
2012-03-08  7:52 Stefano Babic
2012-03-26 20:45 ` Albert ARIBAUD
2012-03-26 21:08   ` Albert ARIBAUD
2012-03-27  7:39     ` Stefano Babic
2012-03-03 11:38 Stefano Babic
2012-03-05 12:37 ` Albert ARIBAUD
2012-02-20  7:10 Stefano Babic
2012-02-20  7:54 ` Albert ARIBAUD
2012-02-12 16:06 Stefano Babic
2012-02-13  8:03 ` Albert ARIBAUD
2012-01-22 13:06 Stefano Babic
2012-02-04 16:57 ` Albert ARIBAUD
2012-02-05 13:32   ` Stefano Babic
2012-01-04 16:57 Stefano Babic
2012-01-04 17:41 ` Fabio Estevam
2012-01-04 17:56   ` Stefano Babic
2012-01-12 22:01 ` Albert ARIBAUD
2011-12-19  7:45 Stefano Babic
2011-12-19  8:39 ` Albert ARIBAUD
2011-12-09 14:34 Stefano Babic
2011-12-09 16:40 ` Albert ARIBAUD
2011-12-05 17:22 Stefano Babic
2011-12-05 17:27 ` Albert ARIBAUD
2011-12-01 16:14 Stefano Babic
2011-12-05 16:57 ` Albert ARIBAUD
2011-12-05 17:19   ` Stefano Babic
2011-11-11 10:40 Stefano Babic
2011-11-15 21:24 ` Albert ARIBAUD
2011-11-04  6:47 Stefano Babic
2011-11-04 21:11 ` Albert ARIBAUD
2011-10-28 12:37 Stefano Babic
2011-10-28 15:20 ` Albert ARIBAUD
2011-10-17  8:05 Stefano Babic
2011-10-18 18:12 ` Albert ARIBAUD
2011-10-19  9:30   ` Stefano Babic
2011-10-19 11:25 ` Albert ARIBAUD
2011-09-08 14:34 Stefano Babic
2011-09-08 14:59 ` Albert ARIBAUD
2011-08-26 14:23 Stefano Babic
2011-08-30  9:18 ` Albert ARIBAUD
2011-08-26  9:31 Stefano Babic
2011-08-26  9:38 ` Stefano Babic
2011-08-12 14:08 Stefano Babic
2011-08-12 17:53 ` Albert ARIBAUD
2011-07-18 12:45 Stefano Babic
2011-07-18 13:38 ` Albert ARIBAUD
2011-07-13 14:25 Stefano Babic
2011-07-14 13:42 ` Albert ARIBAUD
2011-06-30  9:38 Stefano Babic
2011-06-30 10:52 ` Albert ARIBAUD
2011-06-15  9:28 Stefano Babic
2011-06-17 19:24 ` Albert ARIBAUD
2011-06-17 19:37   ` Albert ARIBAUD
2011-06-18  9:59     ` Stefano Babic
2011-06-18 11:11       ` Albert ARIBAUD
2011-06-08 11:36 Stefano Babic
2011-06-08 20:08 ` Albert ARIBAUD
2011-05-20 15:58 Stefano Babic
2011-05-20 18:35 ` Albert ARIBAUD
2011-05-09 11:49 Stefano Babic
2011-05-10 21:55 ` Albert ARIBAUD
2011-05-11  5:50   ` Stefano Babic
2011-05-11 20:56     ` Albert ARIBAUD
2011-05-11 20:58 ` Albert ARIBAUD
2011-04-22 12:50 Stefano Babic
2011-04-05 13:29 Stefano Babic
2011-04-05 17:13 ` Albert ARIBAUD
2011-02-13  9:56 Stefano Babic
2011-02-13 11:25 ` Albert ARIBAUD
2011-02-13 11:57   ` Albert ARIBAUD
2011-02-01 18:13 Stefano Babic
2011-02-01 23:58 ` Albert ARIBAUD
2011-01-21  9:24 Stefano Babic
2011-01-21 17:33 ` Albert ARIBAUD
2011-01-13  6:40 Stefano Babic
2011-01-13  7:20 ` Albert ARIBAUD
2011-01-13  7:23   ` Stefano Babic
2011-01-13 21:30 ` Albert ARIBAUD
2011-01-17 19:10 ` Wolfgang Denk
2011-01-17 19:30   ` Stefano Babic
2010-12-09 10:05 stefano babic
2010-12-09 19:54 ` Wolfgang Denk
2010-10-28 11:25 Stefano Babic
2010-10-29 19:50 ` Wolfgang Denk
2010-10-19 14:09 Stefano Babic
2010-10-19 18:58 ` Wolfgang Denk
2010-10-14  8:42 Stefano Babic
2010-10-17 17:57 ` Wolfgang Denk
2010-10-07  8:28 Stefano Babic
2010-10-11  8:23 ` Wolfgang Denk
     [not found] <4BE12AA5.8020605@denx.de>
2010-05-11 15:04 ` Tom Rix
2010-05-05  8:15 Stefano Babic
2010-04-19 13:52 Stefano Babic
2010-04-06  9:38 Stefano Babic
2010-04-18 11:45 ` Tom Rix
2010-03-02 18:45 Stefano Babic
2010-03-04 16:03 ` Tom
2010-03-05 14:54   ` Stefano Babic
2010-03-05 17:24     ` Stefano Babic
2010-03-05 14:00 ` Tom
2010-03-05 14:16   ` Stefano Babic
2010-03-05 14:40     ` Tom
2010-03-05 14:48       ` Stefano Babic

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=20120901145727.3415693a@lilith \
    --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.