All of lore.kernel.org
 help / color / mirror / Atom feed
From: augulis.darius@gmail.com (Darius Augulis)
To: linux-arm-kernel@lists.infradead.org
Subject: [PULL] Please pull bjdooks' for-linus/samsung-2636
Date: Mon, 16 Aug 2010 20:21:45 +0300	[thread overview]
Message-ID: <4C6973A9.2060004@gmail.com> (raw)
In-Reply-To: <20100814153625.GA31271@ben-laptop.fluff.org>

On 08/14/2010 06:36 PM, Ben Dooks wrote:
> Hi, please pull
>
> The following changes since commit 45d7f32c7a43cbb9592886d38190e379e2eb2226:
>    Linus Torvalds (1):
>          Merge git://git.kernel.org/.../cmetcalf/linux-tile
>
> are available in the git repository at:
>
>    git://git.fluff.org/bjdooks/linux.git for-linus/samsung-2635
>
> Ben Dooks (3):
>        ARM: S3C64XX: Update consistent DMA size to 8MiB
>        ARM: SMDK6410: Make virtual screen twice depth of real
>        Merge branch 'for-2636/s3c64xx' into for-linus/samsung-2635
>
> Darius Augulis (3):
>        ARM: S3C64XX: Support for Real6410
>        ARM: mach-real6410: add dm9000 ethernet support for mach-real6410
>        ARM: mach-real6410: add sdhc device support

Probably you would like to merge v2 of these patches.
I sent v2 to ML in 08/06/2010.
As v1 is already in main line, should I prepare new patch containing 
fixes which are in v2? These fixes mostly are coding style related also 
one minor fix in dm9000 pdata.

>
> Kukjin Kim (1):
>        ARM: SAMSUNG: Fix on build warning about dependency in Kconfig
>
> Linus Walleij (1):
>        DMAENGINE: correct PL080 register header file
>
> Maurus Cuelenaere (3):
>        ARM: S3C64XX: Move SmartQ LCD control platform definition to shared file
>        ARM: S3C64XX: Set wifi and iNAND as permanently connected SD devices on SmartQ boards
>        ARM: S3C64XX: Add audio support to SmartQ
>
> Patrick Georgi (1):
>        ARM: S3C64XX: Framebuffer fix for SmartQ5
>
>   arch/arm/include/asm/hardware/pl080.h       |    4 +-
>   arch/arm/mach-s3c64xx/Kconfig               |    9 ++
>   arch/arm/mach-s3c64xx/Makefile              |    1 +
>   arch/arm/mach-s3c64xx/dma.c                 |    2 +-
>   arch/arm/mach-s3c64xx/include/mach/memory.h |    2 +
>   arch/arm/mach-s3c64xx/mach-real6410.c       |  152 +++++++++++++++++++++++++++
>   arch/arm/mach-s3c64xx/mach-smartq.c         |   40 +++++++-
>   arch/arm/mach-s3c64xx/mach-smartq5.c        |   36 +------
>   arch/arm/mach-s3c64xx/mach-smartq7.c        |   28 -----
>   arch/arm/mach-s3c64xx/mach-smdk6410.c       |    2 +
>   arch/arm/plat-samsung/Kconfig               |    2 +-
>   11 files changed, 213 insertions(+), 65 deletions(-)
>   create mode 100644 arch/arm/mach-s3c64xx/mach-real6410.c
>

WARNING: multiple messages have this Message-ID (diff)
From: Darius Augulis <augulis.darius@gmail.com>
To: Ben Dooks <ben-linux@fluff.org>
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com
Subject: Re: [PULL] Please pull bjdooks' for-linus/samsung-2636
Date: Mon, 16 Aug 2010 20:21:45 +0300	[thread overview]
Message-ID: <4C6973A9.2060004@gmail.com> (raw)
In-Reply-To: <20100814153625.GA31271@ben-laptop.fluff.org>

On 08/14/2010 06:36 PM, Ben Dooks wrote:
> Hi, please pull
>
> The following changes since commit 45d7f32c7a43cbb9592886d38190e379e2eb2226:
>    Linus Torvalds (1):
>          Merge git://git.kernel.org/.../cmetcalf/linux-tile
>
> are available in the git repository at:
>
>    git://git.fluff.org/bjdooks/linux.git for-linus/samsung-2635
>
> Ben Dooks (3):
>        ARM: S3C64XX: Update consistent DMA size to 8MiB
>        ARM: SMDK6410: Make virtual screen twice depth of real
>        Merge branch 'for-2636/s3c64xx' into for-linus/samsung-2635
>
> Darius Augulis (3):
>        ARM: S3C64XX: Support for Real6410
>        ARM: mach-real6410: add dm9000 ethernet support for mach-real6410
>        ARM: mach-real6410: add sdhc device support

Probably you would like to merge v2 of these patches.
I sent v2 to ML in 08/06/2010.
As v1 is already in main line, should I prepare new patch containing 
fixes which are in v2? These fixes mostly are coding style related also 
one minor fix in dm9000 pdata.

>
> Kukjin Kim (1):
>        ARM: SAMSUNG: Fix on build warning about dependency in Kconfig
>
> Linus Walleij (1):
>        DMAENGINE: correct PL080 register header file
>
> Maurus Cuelenaere (3):
>        ARM: S3C64XX: Move SmartQ LCD control platform definition to shared file
>        ARM: S3C64XX: Set wifi and iNAND as permanently connected SD devices on SmartQ boards
>        ARM: S3C64XX: Add audio support to SmartQ
>
> Patrick Georgi (1):
>        ARM: S3C64XX: Framebuffer fix for SmartQ5
>
>   arch/arm/include/asm/hardware/pl080.h       |    4 +-
>   arch/arm/mach-s3c64xx/Kconfig               |    9 ++
>   arch/arm/mach-s3c64xx/Makefile              |    1 +
>   arch/arm/mach-s3c64xx/dma.c                 |    2 +-
>   arch/arm/mach-s3c64xx/include/mach/memory.h |    2 +
>   arch/arm/mach-s3c64xx/mach-real6410.c       |  152 +++++++++++++++++++++++++++
>   arch/arm/mach-s3c64xx/mach-smartq.c         |   40 +++++++-
>   arch/arm/mach-s3c64xx/mach-smartq5.c        |   36 +------
>   arch/arm/mach-s3c64xx/mach-smartq7.c        |   28 -----
>   arch/arm/mach-s3c64xx/mach-smdk6410.c       |    2 +
>   arch/arm/plat-samsung/Kconfig               |    2 +-
>   11 files changed, 213 insertions(+), 65 deletions(-)
>   create mode 100644 arch/arm/mach-s3c64xx/mach-real6410.c
>


  reply	other threads:[~2010-08-16 17:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-14 15:36 [PULL] Please pull bjdooks' for-linus/samsung-2636 Ben Dooks
2010-08-16 17:21 ` Darius Augulis [this message]
2010-08-16 17:21   ` Darius Augulis

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=4C6973A9.2060004@gmail.com \
    --to=augulis.darius@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.