From: Tony Lindgren <tony@atomide.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL] omap fixes for 2.6.32-rc1
Date: Mon, 28 Sep 2009 16:58:31 -0700 [thread overview]
Message-ID: <20090928235831.GJ18957@atomide.com> (raw)
Linus,
Please pull the omap-fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
Regards,
Tony
The following changes since commit 94e0fb086fc5663c38bbc0fe86d698be8314f82f:
Linus Torvalds (1):
Merge branch 'drm-intel-next' of git://git.kernel.org/.../anholt/drm-intel
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
Ajay Kumar Gupta (1):
omap: Add missing mux pin for EHCI phy reset line
Angelo Arrifano (2):
omap: Fix wrong jtag_id for 850
omap: Fix a OMAP_MPUIO_VBASE typo for 850
Hiroshi DOYU (3):
omap: mailbox: Execute softreset at startup
omap: mailbox: Flush posted write when acking mailbox irq
omap: Fix wrong condition check in while loop for mailbox and iommu2
Jarkko Nikula (1):
omap: Fix MMC gpio_wp for BeagleBoard C2 and above
Sanjeev Premi (1):
omap: iovmm: Fix compiler warning
Tobias Klauser (1):
omap: rng: Use resource_size instead of manual calculation
Tony Lindgren (4):
omap: Fix compile for arch/arm/mach-omap2
omap: Fix mcspi compile for 2420
omap: Fix 44xx compile
omap: Fix matrix_keymap_data usage
arch/arm/mach-omap1/id.c | 2 +-
arch/arm/mach-omap2/board-3430sdp.c | 10 +++-
arch/arm/mach-omap2/board-ldp.c | 10 +++-
arch/arm/mach-omap2/board-omap3beagle.c | 7 ++-
arch/arm/mach-omap2/board-omap3evm.c | 10 +++-
arch/arm/mach-omap2/board-omap3pandora.c | 10 +++-
arch/arm/mach-omap2/board-rx51-peripherals.c | 10 +++-
arch/arm/mach-omap2/board-zoom2.c | 10 +++-
arch/arm/mach-omap2/cm4xxx.c | 17 +------
arch/arm/mach-omap2/devices.c | 65 +++++++++++++++++++-------
arch/arm/mach-omap2/io.c | 4 +-
arch/arm/mach-omap2/iommu2.c | 2 +-
arch/arm/mach-omap2/mailbox.c | 33 +++++++++++--
arch/arm/mach-omap2/mux.c | 4 ++
arch/arm/mach-omap2/serial.c | 6 +-
arch/arm/plat-omap/gpio.c | 2 +-
arch/arm/plat-omap/include/mach/keypad.h | 5 +-
arch/arm/plat-omap/include/mach/mux.h | 2 +
arch/arm/plat-omap/iovmm.c | 5 +-
drivers/char/hw_random/omap-rng.c | 4 +-
20 files changed, 147 insertions(+), 71 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes for 2.6.32-rc1
Date: Mon, 28 Sep 2009 16:58:31 -0700 [thread overview]
Message-ID: <20090928235831.GJ18957@atomide.com> (raw)
Linus,
Please pull the omap-fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
Regards,
Tony
The following changes since commit 94e0fb086fc5663c38bbc0fe86d698be8314f82f:
Linus Torvalds (1):
Merge branch 'drm-intel-next' of git://git.kernel.org/.../anholt/drm-intel
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
Ajay Kumar Gupta (1):
omap: Add missing mux pin for EHCI phy reset line
Angelo Arrifano (2):
omap: Fix wrong jtag_id for 850
omap: Fix a OMAP_MPUIO_VBASE typo for 850
Hiroshi DOYU (3):
omap: mailbox: Execute softreset at startup
omap: mailbox: Flush posted write when acking mailbox irq
omap: Fix wrong condition check in while loop for mailbox and iommu2
Jarkko Nikula (1):
omap: Fix MMC gpio_wp for BeagleBoard C2 and above
Sanjeev Premi (1):
omap: iovmm: Fix compiler warning
Tobias Klauser (1):
omap: rng: Use resource_size instead of manual calculation
Tony Lindgren (4):
omap: Fix compile for arch/arm/mach-omap2
omap: Fix mcspi compile for 2420
omap: Fix 44xx compile
omap: Fix matrix_keymap_data usage
arch/arm/mach-omap1/id.c | 2 +-
arch/arm/mach-omap2/board-3430sdp.c | 10 +++-
arch/arm/mach-omap2/board-ldp.c | 10 +++-
arch/arm/mach-omap2/board-omap3beagle.c | 7 ++-
arch/arm/mach-omap2/board-omap3evm.c | 10 +++-
arch/arm/mach-omap2/board-omap3pandora.c | 10 +++-
arch/arm/mach-omap2/board-rx51-peripherals.c | 10 +++-
arch/arm/mach-omap2/board-zoom2.c | 10 +++-
arch/arm/mach-omap2/cm4xxx.c | 17 +------
arch/arm/mach-omap2/devices.c | 65 +++++++++++++++++++-------
arch/arm/mach-omap2/io.c | 4 +-
arch/arm/mach-omap2/iommu2.c | 2 +-
arch/arm/mach-omap2/mailbox.c | 33 +++++++++++--
arch/arm/mach-omap2/mux.c | 4 ++
arch/arm/mach-omap2/serial.c | 6 +-
arch/arm/plat-omap/gpio.c | 2 +-
arch/arm/plat-omap/include/mach/keypad.h | 5 +-
arch/arm/plat-omap/include/mach/mux.h | 2 +
arch/arm/plat-omap/iovmm.c | 5 +-
drivers/char/hw_random/omap-rng.c | 4 +-
20 files changed, 147 insertions(+), 71 deletions(-)
next reply other threads:[~2009-09-28 23:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-28 23:58 Tony Lindgren [this message]
2009-09-28 23:58 ` [GIT PULL] omap fixes for 2.6.32-rc1 Tony Lindgren
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=20090928235831.GJ18957@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@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.