From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] sh fixes for 3.3-rc5
Date: Fri, 24 Feb 2012 04:48:52 +0000 [thread overview]
Message-ID: <20120224044852.GH9994@linux-sh.org> (raw)
The following changes since commit 74ea15d909b31158f9b63190a95b52bc05586d4b:
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2012-01-26 17:04:47 -0800)
are available in the git repository at:
git://github.com/pmundt/linux-sh.git sh-for-linus
for you to fetch changes up to 1ae911cba414f7e805b2cb3798fa402b36a21601:
sh: Fix sh2a build error for CONFIG_CACHE_WRITETHROUGH (2012-02-24 13:21:46 +0900)
----------------------------------------------------------------
SuperH fixes for 3.3-rc5
----------------------------------------------------------------
Guennadi Liakhovetski (2):
sh: sh7757lcr: update to the new MMCIF DMA configuration
sh: se7724: fix compile breakage
Kuninori Morimoto (2):
sh: clock-sh7724: fixup sh_fsi clock settings
sh: clkfwk: bugfix: use clk_reparent() for div6 clocks
Masanari Iida (1):
sh: Fix typo in pci-sh7780.c
Paul Mundt (6):
sh: Defer to asm-generic/device.h.
video: pvr2fb: Fix up spurious section mismatch warnings.
Merge branch 'sh/platform-updates' into sh-latest
Merge branch 'sh/platform-updates' into sh-latest
Merge branch 'sh/clkfwk' into sh-latest
Merge branches 'sh/urgent' and 'sh/platform-updates' into sh-latest
Phil Edworthy (1):
sh: Fix sh2a build error for CONFIG_CACHE_WRITETHROUGH
Rusty Russell (1):
arch/sh: remove references to cpu_*_map.
Shimoda, Yoshihiro (4):
sh: fix the sh_mmcif_plat_data in board-sh7757lcr
sh: modify resource for SPI0 in setup-sh7757
sh: add platform_device for SPI1 in setup-sh7757
sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcr
arch/sh/boards/board-sh7757lcr.c | 20 +++++++++-----------
arch/sh/boards/mach-ap325rxa/setup.c | 1 +
arch/sh/boards/mach-ecovec24/setup.c | 2 ++
arch/sh/boards/mach-kfr2r09/setup.c | 1 +
arch/sh/boards/mach-migor/setup.c | 2 ++
arch/sh/boards/mach-se/7724/setup.c | 1 +
arch/sh/drivers/pci/pci-sh7780.c | 2 +-
arch/sh/include/asm/device.h | 8 ++++----
arch/sh/kernel/cpu/sh4a/clock-sh7724.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 22 +++++++++++++++++++++-
arch/sh/kernel/smp.c | 2 +-
arch/sh/kernel/topology.c | 2 +-
arch/sh/mm/cache-sh2a.c | 2 ++
drivers/sh/clk/cpg.c | 2 +-
drivers/video/pvr2fb.c | 2 +-
15 files changed, 49 insertions(+), 22 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] sh fixes for 3.3-rc5
Date: Fri, 24 Feb 2012 13:48:52 +0900 [thread overview]
Message-ID: <20120224044852.GH9994@linux-sh.org> (raw)
The following changes since commit 74ea15d909b31158f9b63190a95b52bc05586d4b:
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2012-01-26 17:04:47 -0800)
are available in the git repository at:
git://github.com/pmundt/linux-sh.git sh-for-linus
for you to fetch changes up to 1ae911cba414f7e805b2cb3798fa402b36a21601:
sh: Fix sh2a build error for CONFIG_CACHE_WRITETHROUGH (2012-02-24 13:21:46 +0900)
----------------------------------------------------------------
SuperH fixes for 3.3-rc5
----------------------------------------------------------------
Guennadi Liakhovetski (2):
sh: sh7757lcr: update to the new MMCIF DMA configuration
sh: se7724: fix compile breakage
Kuninori Morimoto (2):
sh: clock-sh7724: fixup sh_fsi clock settings
sh: clkfwk: bugfix: use clk_reparent() for div6 clocks
Masanari Iida (1):
sh: Fix typo in pci-sh7780.c
Paul Mundt (6):
sh: Defer to asm-generic/device.h.
video: pvr2fb: Fix up spurious section mismatch warnings.
Merge branch 'sh/platform-updates' into sh-latest
Merge branch 'sh/platform-updates' into sh-latest
Merge branch 'sh/clkfwk' into sh-latest
Merge branches 'sh/urgent' and 'sh/platform-updates' into sh-latest
Phil Edworthy (1):
sh: Fix sh2a build error for CONFIG_CACHE_WRITETHROUGH
Rusty Russell (1):
arch/sh: remove references to cpu_*_map.
Shimoda, Yoshihiro (4):
sh: fix the sh_mmcif_plat_data in board-sh7757lcr
sh: modify resource for SPI0 in setup-sh7757
sh: add platform_device for SPI1 in setup-sh7757
sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcr
arch/sh/boards/board-sh7757lcr.c | 20 +++++++++-----------
arch/sh/boards/mach-ap325rxa/setup.c | 1 +
arch/sh/boards/mach-ecovec24/setup.c | 2 ++
arch/sh/boards/mach-kfr2r09/setup.c | 1 +
arch/sh/boards/mach-migor/setup.c | 2 ++
arch/sh/boards/mach-se/7724/setup.c | 1 +
arch/sh/drivers/pci/pci-sh7780.c | 2 +-
arch/sh/include/asm/device.h | 8 ++++----
arch/sh/kernel/cpu/sh4a/clock-sh7724.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 22 +++++++++++++++++++++-
arch/sh/kernel/smp.c | 2 +-
arch/sh/kernel/topology.c | 2 +-
arch/sh/mm/cache-sh2a.c | 2 ++
drivers/sh/clk/cpg.c | 2 +-
drivers/video/pvr2fb.c | 2 +-
15 files changed, 49 insertions(+), 22 deletions(-)
next reply other threads:[~2012-02-24 4:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-24 4:48 Paul Mundt [this message]
2012-02-24 4:48 ` [GIT PULL] sh fixes for 3.3-rc5 Paul Mundt
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=20120224044852.GH9994@linux-sh.org \
--to=lethal@linux-sh.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@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.