public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] u-boot-pxa.git/master
Date: Mon, 6 May 2013 03:11:44 +0200	[thread overview]
Message-ID: <201305060311.44958.marex@denx.de> (raw)

The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47:

  P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400)

are available in the git repository at:

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

for you to fetch changes up to 66a62ce0dc48d2319938c72f34a562f519c5d5c2:

  h2200: Add board reset support (2013-05-05 23:47:05 +0200)

----------------------------------------------------------------
Mike Dunn (5):
      lib: import bitrev library from the linux kernel
      pxa_lcd: add the ACX544AKN lcd device
      pxa_lcd: make lcd_enable() a weak pointer
      pxa27x_udc: remove call to unimplemented set_GPIO_mode()
      mtd: nand: add driver for diskonchip g4 nand flash

?ukasz Da?ek (2):
      pxa: Add weak attribute to reset_cpu() function
      h2200: Add board reset support

 arch/arm/cpu/pxa/pxa2xx.c                |    2 +-
 arch/arm/include/asm/arch-pxa/hardware.h |   11 --
 board/h2200/h2200.c                      |    9 ++
 drivers/mtd/nand/Makefile                |    2 +
 drivers/mtd/nand/docg4.c                 | 1028 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mtd/nand/docg4_spl.c             |  222 ++++++++++++++++++++++++++++
 drivers/usb/gadget/pxa27x_udc.c          |    4 +-
 drivers/video/pxa_lcd.c                  |   34 ++++-
 include/linux/bitrev.h                   |   23 +++
 include/linux/mtd/docg4.h                |  134 +++++++++++++++++
 lib/Makefile                             |    1 +
 lib/bitrev.c                             |   59 ++++++++
 12 files changed, 1515 insertions(+), 14 deletions(-)
 create mode 100644 drivers/mtd/nand/docg4.c
 create mode 100644 drivers/mtd/nand/docg4_spl.c
 create mode 100644 include/linux/bitrev.h
 create mode 100644 include/linux/mtd/docg4.h
 create mode 100644 lib/bitrev.c

             reply	other threads:[~2013-05-06  1:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-06  1:11 Marek Vasut [this message]
2013-05-06 12:27 ` [U-Boot] [PULL] u-boot-pxa.git/master Tom Rini
2013-05-06 12:59   ` Marek Vasut
2013-05-11  6:14 ` 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=201305060311.44958.marex@denx.de \
    --to=marex@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox