From: Ben Dooks <ben-linux@fluff.org>
To: torvalds@linux-foundation.org
Cc: linux-arm-kernel@lists.infradead.org,
Linux Samsung SoC <linux-samsung-soc@vger.kernel.org>
Subject: request pull of bjdooks' for-linus/2634-git-updates
Date: Wed, 26 May 2010 11:16:59 +0100 [thread overview]
Message-ID: <20100526101659.GH4720@trinity.fluff.org> (raw)
Two cleanups for post merging to mainline and a defconfig update
for all the defconfigs to bring them up to latest kernel.
The following changes since commit b1cdc4670b9508fcd47a15fbd12f70d269880b37:
Linus Torvalds (1):
Merge git://git.kernel.org/.../davem/net-2.6
are available in the git repository at:
git://git.fluff.org/bjdooks/linux.git for-linus/2634-git-updates
Ben Dooks (9):
ARM: s3c2410_defconfig: Update s3c2410_defconfig to v2.6.34-git
ARM: s3c6400_defconfig: Update s3c6400_defconfig to v2.6.34-git
ARM: s5p6440_defconfig: Update s5p6440_defconfig to v2.6.34-git
ARM: s5p6442_defconfig: Update s5p6442_defconfig to v2.6.34-git
ARM: s5pc100_defconfig: Update s5pc100_defconfig to v2.6.34-git
ARM: s5pc110_defconfig: Update s5pc110_defconfig to v2.6.34-git
ARM: s5pv210_defconfig: Update s5pv210_defconfig to v2.6.34-git
ARM: S5PC100: Fixup cross tree merge problems
ARM: Merge next-samsung
Pannaga Bhushan (1):
ARM: S5P: Fix the platform external interrupt issues.
arch/arm/configs/s3c2410_defconfig | 70 ++++++-
arch/arm/configs/s3c6400_defconfig | 35 +++-
arch/arm/configs/s5p6440_defconfig | 29 +++-
arch/arm/configs/s5p6442_defconfig | 24 ++-
arch/arm/configs/s5pc100_defconfig | 233 +++++++++++++++++++-----
arch/arm/configs/s5pc110_defconfig | 30 +++-
arch/arm/configs/s5pv210_defconfig | 33 +++-
arch/arm/mach-s5p6440/include/mach/irqs.h | 9 +-
arch/arm/mach-s5p6442/include/mach/irqs.h | 5 +-
arch/arm/mach-s5pc100/include/mach/irqs.h | 3 -
arch/arm/mach-s5pc100/include/mach/regs-gpio.h | 7 +-
arch/arm/mach-s5pv210/include/mach/irqs.h | 14 +--
arch/arm/mach-s5pv210/include/mach/regs-gpio.h | 14 +-
arch/arm/plat-s5p/Kconfig | 1 +
arch/arm/plat-s5p/include/plat/irqs.h | 7 +
arch/arm/plat-s5p/irq-eint.c | 15 +-
16 files changed, 407 insertions(+), 122 deletions(-)
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
WARNING: multiple messages have this Message-ID (diff)
From: ben-linux@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: request pull of bjdooks' for-linus/2634-git-updates
Date: Wed, 26 May 2010 11:16:59 +0100 [thread overview]
Message-ID: <20100526101659.GH4720@trinity.fluff.org> (raw)
Two cleanups for post merging to mainline and a defconfig update
for all the defconfigs to bring them up to latest kernel.
The following changes since commit b1cdc4670b9508fcd47a15fbd12f70d269880b37:
Linus Torvalds (1):
Merge git://git.kernel.org/.../davem/net-2.6
are available in the git repository at:
git://git.fluff.org/bjdooks/linux.git for-linus/2634-git-updates
Ben Dooks (9):
ARM: s3c2410_defconfig: Update s3c2410_defconfig to v2.6.34-git
ARM: s3c6400_defconfig: Update s3c6400_defconfig to v2.6.34-git
ARM: s5p6440_defconfig: Update s5p6440_defconfig to v2.6.34-git
ARM: s5p6442_defconfig: Update s5p6442_defconfig to v2.6.34-git
ARM: s5pc100_defconfig: Update s5pc100_defconfig to v2.6.34-git
ARM: s5pc110_defconfig: Update s5pc110_defconfig to v2.6.34-git
ARM: s5pv210_defconfig: Update s5pv210_defconfig to v2.6.34-git
ARM: S5PC100: Fixup cross tree merge problems
ARM: Merge next-samsung
Pannaga Bhushan (1):
ARM: S5P: Fix the platform external interrupt issues.
arch/arm/configs/s3c2410_defconfig | 70 ++++++-
arch/arm/configs/s3c6400_defconfig | 35 +++-
arch/arm/configs/s5p6440_defconfig | 29 +++-
arch/arm/configs/s5p6442_defconfig | 24 ++-
arch/arm/configs/s5pc100_defconfig | 233 +++++++++++++++++++-----
arch/arm/configs/s5pc110_defconfig | 30 +++-
arch/arm/configs/s5pv210_defconfig | 33 +++-
arch/arm/mach-s5p6440/include/mach/irqs.h | 9 +-
arch/arm/mach-s5p6442/include/mach/irqs.h | 5 +-
arch/arm/mach-s5pc100/include/mach/irqs.h | 3 -
arch/arm/mach-s5pc100/include/mach/regs-gpio.h | 7 +-
arch/arm/mach-s5pv210/include/mach/irqs.h | 14 +--
arch/arm/mach-s5pv210/include/mach/regs-gpio.h | 14 +-
arch/arm/plat-s5p/Kconfig | 1 +
arch/arm/plat-s5p/include/plat/irqs.h | 7 +
arch/arm/plat-s5p/irq-eint.c | 15 +-
16 files changed, 407 insertions(+), 122 deletions(-)
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
next reply other threads:[~2010-05-26 10:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-26 10:16 Ben Dooks [this message]
2010-05-26 10:16 ` request pull of bjdooks' for-linus/2634-git-updates Ben Dooks
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=20100526101659.GH4720@trinity.fluff.org \
--to=ben-linux@fluff.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=torvalds@linux-foundation.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.