Re: [PATCH 1/2] [ide] mmio ide support

2007-07-11 Thread Vitaly Bordug
On Sat, 7 Jul 2007 10:01:47 -0500 Olof Johansson wrote: On Sat, Jul 07, 2007 at 01:48:52PM +0400, Vitaly Bordug wrote: This adds support for MMIO IDE device like CompactFlash in TrueIDE mode. Doesn't this duplicate most of pata_platform, but as the no-longer-preferred legacy IDE

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-10 Thread Linas Vepstas
On Sun, Jul 08, 2007 at 03:15:41PM +0200, Bartlomiej Zolnierkiewicz wrote: on the argument that drivers/ide/ is going away soon. Most current distros have already moved over to using libata exclusively. The in-kernel default for PATA systems is still IDE subsystem. In part because

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-08 Thread Bartlomiej Zolnierkiewicz
Hi, On Saturday 07 July 2007, Arnd Bergmann wrote: On Saturday 07 July 2007, Sergei Shtylyov wrote: Arnd Bergmann wrote: This adds support for MMIO IDE device like CompactFlash in TrueIDE mode. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug

[PATCH 1/2] [ide] mmio ide support

2007-07-07 Thread Vitaly Bordug
This adds support for MMIO IDE device like CompactFlash in TrueIDE mode. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- drivers/ide/Kconfig |6 + drivers/ide/legacy/Makefile |2 drivers/ide/legacy/mmio-ide.c | 211

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-07 Thread Arnd Bergmann
On Saturday 07 July 2007, Vitaly Bordug wrote: This adds support for MMIO IDE device like CompactFlash in TrueIDE mode.   Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] Hmm, are we still adding new IDE drivers? Do you also have a driver

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-07 Thread Olof Johansson
On Sat, Jul 07, 2007 at 01:48:52PM +0400, Vitaly Bordug wrote: This adds support for MMIO IDE device like CompactFlash in TrueIDE mode. Doesn't this duplicate most of pata_platform, but as the no-longer-preferred legacy IDE device? Did you try using pata_platform instead? -Olof - To

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-07 Thread Sergei Shtylyov
Hello. Vitaly Bordug wrote: This adds support for MMIO IDE device like CompactFlash in TrueIDE mode. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] [...] diff --git a/drivers/ide/legacy/mmio-ide.c b/drivers/ide/legacy/mmio-ide.c new file

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-07 Thread Arnd Bergmann
On Saturday 07 July 2007, Sergei Shtylyov wrote: Arnd Bergmann wrote: This adds support for MMIO IDE device like CompactFlash in TrueIDE mode. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] Hmm, are we still adding new IDE drivers? Do

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-07 Thread Alan Cox
You could also make it an of_platform_driver at the same time instead of adding more cruft to fsl_soc.c. Since we're already about to add the electra_ide.c driver in 2.6.23, I guess there should really be _one_ driver that is able to handle all of_device based ATA hosts. and do so using

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-07 Thread Alan Cox
On Sat, 07 Jul 2007 13:48:52 +0400 Vitaly Bordug [EMAIL PROTECTED] wrote: This adds support for MMIO IDE device like CompactFlash in TrueIDE mode. Really we should be working towards libata support for all new devices. This looks like a candidate for the existing (or a little enhanced)