All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix ide on Swarm and improve it a little
@ 2010-02-28 15:35 Sebastian Andrzej Siewior
  2010-02-28 15:35 ` [PATCH 1/3] mips/ide: flush dcache also if icache does not snoop dcache Sebastian Andrzej Siewior
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sebastian Andrzej Siewior @ 2010-02-28 15:35 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, David S. Miller, linux-ide

Patch #1 fixes the ide trouble on Swarm. We don't have dcache alliasing
         there but icache does not snoop dcache so we can't execute / boot
         from ide devices unless dcache is flushed.
Patch #2 is ths' old patch rebased with a few optimizations.
Patch #3 moves the dcache flush from arch code into ide subsystem. David,
         I hope I don't break any of your sparcs. The dcache flush in
         write path looks like a nop.

The whole series was tested on MIPS BCM1250 B2 aka Swarm with its default
config and CONFIG_BLK_DEV_PLATFORM=y instead PATA. PATA seems not to work
(yet).

Sebastian

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-03-25 17:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-28 15:35 Fix ide on Swarm and improve it a little Sebastian Andrzej Siewior
2010-02-28 15:35 ` [PATCH 1/3] mips/ide: flush dcache also if icache does not snoop dcache Sebastian Andrzej Siewior
2010-02-28 15:35 ` [PATCH 2/3] mips/ide: clean up / minimize dcache flushes Sebastian Andrzej Siewior
2010-02-28 15:35 ` [PATCH 3/3] ide: move dcache flushing to generic ide code Sebastian Andrzej Siewior
2010-03-01  2:34   ` David Miller
2010-03-01 19:58     ` Sebastian Andrzej Siewior
2010-03-02  0:39       ` David Miller
2010-03-02 21:14         ` Sebastian Andrzej Siewior
2010-03-25 17:17         ` Ralf Baechle

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.