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] [UPDATED] Pull request: u-boot-arm/master
Date: Mon, 16 Apr 2012 22:18:32 +0200	[thread overview]
Message-ID: <4F8C7E98.5040701@aribaud.net> (raw)
In-Reply-To: <4F8C3246.30708@aribaud.net>

Hi Wolfgang,

The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257:

   Merge branch 'marek.vasut at gmail.com' of 
git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200)

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Anatolij Gustschin (1):
       ARM1136: add cache flush and invalidate operations

Bernhard Walle (2):
       tricorder: Add UBIFS
       tricorder: Load kernel from ubifs

Eric Nelson (3):
       i.MX6: define CACHELINE_SIZE
       i.MX6: implement enable_caches()
       i.MX6: mx6qsabrelite: add cache commands if cache is enabled

Fabio Estevam (4):
       mx28: Split the README into a common part and a m28 specific part
       mx28evk: Add a README file
       mx6qsabrelite: Add boot switch setting information into the README
       mx6qsabrelite: Fix the serial console port

Igor Grinberg (1):
       cm-t35: fix Ethernet reset timing

Joel Fernandes (1):
       BeagleBoard: Remove userbutton command and use gpio command instead

Marek Vasut (6):
       i.MX28: Fix initial stack pointer position
       i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC
       DMA: Split the APBH DMA init into block and channel init
       M28: Pull out CONFIG_APBH_DMA so it's always enabled
       ARM926EJS: Make asm routines volatile in cache ops
       ARM926EJS: Fix cache.c to comply with checkpatch.pl

Stefano Babic (7):
       ARM: 926ejs: use debug() for misaligned addresses
       mx35: flea3: fix when cache functions are linked
       mx35: mx35pdk: fix when cache functions are linked
       MX31: mx31pdk: drop enable_caches from board file
       ARM: add u-boot.imx as target for i.MX SOCs
       ARM1136: MX35: Make asm routines volatile in cache ops
       MX35: mx35pdk: wrong board revision

Tom Rini (2):
       OMAP: Move omap1510inn to Unmaintained / Orphaned
       hawkboard: Add CONFIG_SPL_LIBGENERIC_SUPPORT

Troy Kisky (1):
       MX53: DDR: Fix ZQHWCTRL field TZQ_CS

Vikram Narayanan (4):
       imx: Remove unneeded/repititive definitions from imx headers
       imx: Add GPIO_TO_PORT macro in the mxc_gpio driver
       imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)
       imx: Return gpio_set_value in gpio_direction_output

  MAINTAINERS                                |    7 +-
  arch/arm/cpu/arm1136/cpu.c                 |  103 ++++++++++++-
  arch/arm/cpu/arm926ejs/cache.c             |   19 +--
  arch/arm/cpu/arm926ejs/mx28/mx28.c         |    6 +
  arch/arm/cpu/armv7/config.mk               |    3 +
  arch/arm/cpu/armv7/mx6/soc.c               |    8 +
  arch/arm/include/asm/arch-mx28/dma.h       |    4 +-
  arch/arm/include/asm/arch-mx35/mx35_pins.h |    2 -
  arch/arm/include/asm/arch-mx5/mx5x_pins.h  |    2 -
  arch/arm/include/asm/arch-mx6/imx-regs.h   |    4 +-
  board/cm_t35/cm_t35.c                      |   11 +-
  board/freescale/mx31pdk/mx31pdk.c          |    8 -
  board/freescale/mx35pdk/mx35pdk.c          |   11 --
  board/freescale/mx53ard/imximage_dd3.cfg   |    2 +-
  board/freescale/mx53evk/imximage.cfg       |    2 +-
  board/freescale/mx53loco/imximage.cfg      |    2 +-
  board/freescale/mx53smd/imximage.cfg       |    2 +-
  board/ti/beagle/beagle.c                   |   55 -------
  doc/README.m28                             |  219 
+--------------------------
  doc/README.mx28_common                     |  226 
++++++++++++++++++++++++++++
  doc/README.mx28evk                         |   29 ++++
  doc/README.mx6qsabrelite                   |    3 +-
  drivers/dma/apbh_dma.c                     |   38 ++---
  drivers/gpio/mxc_gpio.c                    |   12 +-
  drivers/mmc/mxsmmc.c                       |   53 +++++++-
  drivers/mtd/nand/mxs_nand.c                |   11 +-
  include/configs/flea3.h                    |    2 +
  include/configs/hawkboard.h                |    1 +
  include/configs/m28evk.h                   |    8 +-
  include/configs/mx28evk.h                  |    2 +-
  include/configs/mx35pdk.h                  |    3 +-
  include/configs/mx6qarm2.h                 |    2 +
  include/configs/mx6qsabrelite.h            |    8 +-
  include/configs/omap3_beagle.h             |   11 +-
  include/configs/tricorder.h                |   15 ++-
  35 files changed, 530 insertions(+), 364 deletions(-)
  create mode 100644 doc/README.mx28_common
  create mode 100644 doc/README.mx28evk

Amicalement,
-- 
Albert.

  parent reply	other threads:[~2012-04-16 20:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-16 14:52 [U-Boot] Pull request: u-boot-arm/master Albert ARIBAUD
2012-04-16 18:18 ` Marek Vasut
2012-04-16 20:09   ` Albert ARIBAUD
2012-04-16 20:15   ` Albert ARIBAUD
2012-04-17  5:33     ` Stefano Babic
2012-04-16 20:18 ` Albert ARIBAUD [this message]
2012-04-16 21:10   ` [U-Boot] [UPDATED] " Wolfgang Denk
2013-07-10 20:33 [U-Boot] pull " Albert ARIBAUD
2013-07-12 12:12 ` [U-Boot] UPDATED: " Albert ARIBAUD
2013-07-12 21:24   ` Tom Rini
2014-11-13  7:54 [U-Boot] Pull " Albert ARIBAUD
2014-11-13 13:49 ` [U-Boot] Updated: " Albert ARIBAUD
2014-11-13 15:34   ` Tom Rini

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=4F8C7E98.5040701@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.