linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] sh updates for 2.6.37-rc5
@ 2010-12-03  7:50 Paul Mundt
  0 siblings, 0 replies; only message in thread
From: Paul Mundt @ 2010-12-03  7:50 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-sh, linux-kernel

This contains some fixups for the SH7724 FSI utilization and fixes up the
clock refcounting problems, as per the R-Mobile changes, as well as a
fix for lazy dcache writeback that follows an identical ARM change.

It's been an uphill battle for the PG_dcache_dirty case, and the current
tree is unreliable for some combintions of root on MMC, CF, and USB for a
number of configurations. Newer parts are D-cache coherent so this hasn't
really been much of a problem except for on older configurations, which
unfortunately people have started hitting and reporting.

This will result in potentially more aggressive flushing than we
specifically need at the moment, but it does fix up all of the
outstanding bugs reported. It should be possible to back off of the
flush_kernel_dcache_page() implementation with this in place, but that's
left as a .38 exercise where we have more time to test the configurations
with reported problems.

Please pull from:

	master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-fixes-for-linus

Which contains:

Guennadi Liakhovetski (1):
      dma: shdma: add a MODULE_ALIAS() to allow module autoloading

Kuninori Morimoto (1):
      sh: Add div6_reparent_clks to clock framework for FSI

Nobuhiro Iwamatsu (2):
      sh: se/7724: Update clock framework of FSI clock to non-legacy
      sh: se/7724: Remove FSI/B of GPIO init code

Paul Mundt (1):
      sh: Assume new page cache pages have dirty dcache lines.

Vasiliy Kulikov (1):
      sh: boards: mach-se: use IS_ERR() instead of NULL check

 arch/sh/boards/mach-ecovec24/setup.c   |   34 +++--------------------
 arch/sh/boards/mach-se/7724/setup.c    |   47 +++++---------------------------
 arch/sh/include/asm/cacheflush.h       |    2 +-
 arch/sh/include/cpu-sh4/cpu/sh7724.h   |    3 ++
 arch/sh/kernel/cpu/sh4a/clock-sh7724.c |   44 ++++++++++++++++++++++++++---
 arch/sh/mm/cache-sh4.c                 |    4 +-
 arch/sh/mm/cache-sh7705.c              |    2 +-
 arch/sh/mm/cache.c                     |   14 +++++-----
 arch/sh/mm/kmap.c                      |    2 +-
 drivers/dma/shdma.c                    |    1 +
 10 files changed, 66 insertions(+), 87 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-03  7:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-03  7:50 [GIT PULL] sh updates for 2.6.37-rc5 Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).