All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] u-boot-pxa / master
Date: Sat, 12 Nov 2011 03:44:42 +0100	[thread overview]
Message-ID: <201111120344.42438.marek.vasut@gmail.com> (raw)

Hi Albert,

I chose a few significant patches that should make it to .12.

The following changes since commit 06194b6b65f701a9d6ef2d9b4123c4afe57d8783:

  da850: add new config file for AM18xx (2011-11-10 16:30:41 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git master

Marek Vasut (6):
      PXA: Drop csb226 and innokom boards (unmaintained)
      PXA: Cleanup serial_pxa
      PXA: vpac270: Enable the new generic MMC driver
      OneNAND: Add simple OneNAND SPL
      GCC4.6: Fix common/usb.c on xscale
      GCC4.6: Squash warnings in onenand_base.c

 MAINTAINERS                               |    5 -
 arch/arm/include/asm/arch-pxa/pxa-regs.h  |  111 -------
 arch/arm/include/asm/arch-pxa/regs-uart.h |  109 ++++++
 board/csb226/Makefile                     |   43 ---
 board/csb226/csb226.c                     |  166 ----------
 board/csb226/flash.c                      |  368 ---------------------
 board/innokom/Makefile                    |   43 ---
 board/innokom/flash.c                     |  421 ------------------------
 board/innokom/innokom.c                   |  190 -----------
 board/vpac270/vpac270.c                   |    9 +
 boards.cfg                                |    2 -
 common/usb.c                              |   13 +-
 drivers/mtd/onenand/Makefile              |    4 +
 drivers/mtd/onenand/onenand_base.c        |   18 +-
 drivers/mtd/onenand/onenand_spl.c         |  146 +++++++++
 drivers/serial/serial_pxa.c               |  464 +++++++++++----------------
 include/configs/csb226.h                  |  506 ----------------------------
 include/configs/innokom.h                 |  507 -----------------------------
 include/configs/vpac270.h                 |    3 +-
 include/onenand_uboot.h                   |    3 +
 spl/Makefile                              |    1 +
 21 files changed, 478 insertions(+), 2654 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-pxa/regs-uart.h
 delete mode 100644 board/csb226/Makefile
 delete mode 100644 board/csb226/csb226.c
 delete mode 100644 board/csb226/flash.c
 delete mode 100644 board/innokom/Makefile
 delete mode 100644 board/innokom/flash.c
 delete mode 100644 board/innokom/innokom.c
 create mode 100644 drivers/mtd/onenand/onenand_spl.c
 delete mode 100644 include/configs/csb226.h
 delete mode 100644 include/configs/innokom.h

             reply	other threads:[~2011-11-12  2:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-12  2:44 Marek Vasut [this message]
2011-11-15 21:25 ` [U-Boot] [PULL] u-boot-pxa / master Albert ARIBAUD
2011-11-25 18:56 Marek Vasut
2011-11-25 19:46 ` Albert ARIBAUD
2011-11-25 19:50   ` Albert ARIBAUD
2011-11-25 20:28     ` Marek Vasut
2011-11-25 20:42     ` Anatolij Gustschin
2011-11-25 21:13       ` Marek Vasut
2011-11-25 21:29         ` Albert ARIBAUD
2011-11-25 22:04           ` Anatolij Gustschin
2011-12-02 10:11         ` Marek Vasut
2011-12-05 17:00           ` Albert ARIBAUD

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=201111120344.42438.marek.vasut@gmail.com \
    --to=marek.vasut@gmail.com \
    --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.