* mips: enable PATA platform on SWARM and LITTLESUR
@ 2010-04-18 13:26 Sebastian Andrzej Siewior
2010-04-23 7:31 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Andrzej Siewior @ 2010-04-18 13:26 UTC (permalink / raw)
To: Ralf Baechle; +Cc: tbm, linux-mips
according to include/asm/sibyte/swarm.h both systems provide a
platform device for the ide controler. Until now the IDE subsystem was
used which is deprecated by now. The same structure can be used with the
PATA driver.
This was tested on SWARM.
Signed-off-by: Sebastian Andrzej Siewior <sebatian@breakpoint.cc>
---
arch/mips/Kconfig | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 29e8692..98628ec 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -509,6 +509,7 @@ config SIBYTE_SWARM
bool "Sibyte BCM91250A-SWARM"
select BOOT_ELF32
select DMA_COHERENT
+ select HAVE_PATA_PLATFORM
select NR_CPUS_DEFAULT_2
select SIBYTE_SB1250
select SWAP_IO_SPACE
@@ -523,6 +524,7 @@ config SIBYTE_LITTLESUR
depends on EXPERIMENTAL
select BOOT_ELF32
select DMA_COHERENT
+ select HAVE_PATA_PLATFORM
select NR_CPUS_DEFAULT_2
select SIBYTE_SB1250
select SWAP_IO_SPACE
--
1.6.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: mips: enable PATA platform on SWARM and LITTLESUR
2010-04-18 13:26 mips: enable PATA platform on SWARM and LITTLESUR Sebastian Andrzej Siewior
@ 2010-04-23 7:31 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2010-04-23 7:31 UTC (permalink / raw)
To: Sebastian Andrzej Siewior; +Cc: tbm, linux-mips
On Sun, Apr 18, 2010 at 03:26:36PM +0200, Sebastian Andrzej Siewior wrote:
> according to include/asm/sibyte/swarm.h both systems provide a
> platform device for the ide controler. Until now the IDE subsystem was
> used which is deprecated by now. The same structure can be used with the
> PATA driver.
> This was tested on SWARM.
Thanks, applied.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-23 7:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-18 13:26 mips: enable PATA platform on SWARM and LITTLESUR Sebastian Andrzej Siewior
2010-04-23 7:31 ` 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.