All of lore.kernel.org
 help / color / mirror / Atom feed
From: marek.vasut@gmail.com (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PULL] Various xscale fixes
Date: Thu, 29 Jul 2010 04:51:52 +0200	[thread overview]
Message-ID: <201007290451.52535.marek.vasut@gmail.com> (raw)
In-Reply-To: <AANLkTimPuGN-gmpr6MORScejOQJ90tLFJQ1ALtau2pYK@mail.gmail.com>

Dne St 28. ?ervence 2010 03:24:03 Eric Miao napsal(a):
> On Tue, Jul 27, 2010 at 4:04 AM, Marek Vasut <marek.vasut@gmail.com> wrote:
> > Eric, can you please pull these changes into your -devel? Thanks!
> > 
> > The following changes since commit
> > 9f5f3423ac0d786ff87ee80e7c5292b43fe0b4f9:
> > 
> >  Merge branch 'devel' of
> > git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into
> > devel (2010-07-22 17:14:02 +0200)
> 
> For a simpler history, could you please either rebase on my -devel tip
> or rebase on a certain -rcN tagline?

Ok, this should be it:

The following changes since commit 9d89308d8166a5588e49a3e3303995ccf101e9c0:

  [ARM] pxa: removed mostly unused and confusing two sharpsl.h (2010-07-05 
00:06:25 +0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/marex/pxa-linux-2.6.git for-
eric-devel

Marek Vasut (13):
      [ARM] pxa/palm: Introduce Palm27x
      [ARM] pxa/palm: Flip Palm LD,TX,T5,Z72 to Palm27x
      [ARM] pxa/palm: Add core pmic support for Palm27x
      [ARM] pxa/palm: Modularize rest of code in Palms
      [ARM] pxa/spitz: Rework spitz
      [ARM] pxa/spitz: Formating and naming fixes
      [ARM] pxa/z2: Fix flash layout typo
      [ARM] pxa/balloon3: Machine file cleanup
      [ARM] pxa/balloon3: Machine file cleanup
      [ARM] pxa/balloon3: PCMCIA Support
      [ARM] pxa/balloon3: PCF857x GPIO expander and LEDs
      [ARM] pxa/balloon3: Add NAND driver
      [ARM] pxa/balloon3: Add MAX1586 PMIC support

 arch/arm/mach-pxa/Kconfig                 |    7 +
 arch/arm/mach-pxa/Makefile                |    1 +
 arch/arm/mach-pxa/balloon3.c              |  777 +++++++++++++++++++++++------
 arch/arm/mach-pxa/include/mach/balloon3.h |   31 +-
 arch/arm/mach-pxa/include/mach/palm27x.h  |   48 ++
 arch/arm/mach-pxa/include/mach/spitz.h    |    6 +
 arch/arm/mach-pxa/palm27x.c               |  532 ++++++++++++++++++++
 arch/arm/mach-pxa/palmld.c                |  301 +++---------
 arch/arm/mach-pxa/palmt5.c                |  289 ++----------
 arch/arm/mach-pxa/palmtreo.c              |  371 +++-----------
 arch/arm/mach-pxa/palmtx.c                |  307 ++----------
 arch/arm/mach-pxa/palmz72.c               |  269 +---------
 arch/arm/mach-pxa/spitz.c                 |  724 ++++++++++++++++-----------
 arch/arm/mach-pxa/z2.c                    |    2 +-
 drivers/pcmcia/Kconfig                    |    2 +-
 drivers/pcmcia/Makefile                   |    1 +
 drivers/pcmcia/pxa2xx_balloon3.c          |  199 ++++++++
 17 files changed, 2107 insertions(+), 1760 deletions(-)
 create mode 100644 arch/arm/mach-pxa/include/mach/palm27x.h
 create mode 100644 arch/arm/mach-pxa/palm27x.c
 create mode 100644 drivers/pcmcia/pxa2xx_balloon3.c

      reply	other threads:[~2010-07-29  2:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-26 20:04 [PULL] Various xscale fixes Marek Vasut
2010-07-28  1:24 ` Eric Miao
2010-07-29  2:51   ` Marek Vasut [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=201007290451.52535.marek.vasut@gmail.com \
    --to=marek.vasut@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.