Re: [PATCH 0/3] OF-platform PATA driver

2007-12-02 Thread Arnd Bergmann
On Sunday 02 December 2007, Olof Johansson wrote: Yes, I agree with Sergei: I don't think the pio/ata mode belongs there, ata-generic (or generic-ata) sounds good to me. If firmwares want to specify pata/sata stuff as more specific compatible fields, then they are free to, but the driver

Re: [PATCH 2/3] [libata] pata_of_platform: OF-Platform PATA device driver

2007-11-27 Thread Arnd Bergmann
On Tuesday 27 November 2007, Olof Johansson wrote: On Tue, Nov 27, 2007 at 06:39:08PM +0300, Anton Vorontsov wrote: This driver nicely wraps around pata_platform library functions, and provides OF platform bus bindings to the PATA devices. +static struct of_device_id

Re: [PATCH 1/3] [libata] pata_platform: make probe and remove functions device type neutral

2007-11-27 Thread Arnd Bergmann
driver. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-ide in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC][PATCH 0/3] OF-platform PATA driver

2007-11-24 Thread Arnd Bergmann
On Friday 23 November 2007, Anton Vorontsov wrote: Here is the PATA Platform driver using OF infrastructure. Mostly it's just a wrapper around a bit modified pata_platform driver. Thanks a lot for doing this. Patches 2/3 are what I tried to get people to do for some time now but was too lazy

Re: [PATCH v2] drivers/ata: add support to Freescale 3.0Gbps SATA Controller

2007-10-15 Thread Arnd Bergmann
On Monday 15 October 2007, Kalra Ashish-B00888 wrote: Thanks for your comments and feedback. Actually, for PowerPC platforms iowrite32/ioread32 internally call writel/readl, which are again mapped to out_le32/in_le32, This is correct on 6xx and e500 for now, but it's a little more

Re: [PATCH v2] drivers/ata: add support to Freescale 3.0Gbps SATA Controller

2007-10-12 Thread Arnd Bergmann
On Friday 12 October 2007, Li Yang wrote: This patch adds support for Freescale 3.0Gbps SATA Controller supporting Native Command Queueing(NCQ), device hotplug, and ATAPI. This controller can be found on MPC8315 and MPC8378. Most of the driver looks really good, but here are a few things that

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 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] pasemi: electra IDE/pata_platform glue

2007-05-12 Thread Arnd Bergmann
On Saturday 12 May 2007, Olof Johansson wrote: We unfortunately need to modify the resources before calling the generic platform driver, since the device tree only has one register window in it and the driver expects two. Adding this as an of_platform driver instead doesn't give us any

Re: [PATCH] pasemi: electra IDE/pata_platform glue

2007-05-12 Thread Arnd Bergmann
On Sunday 13 May 2007, Alan Cox wrote: Why not provide a proper pata_of.c driver based on ata_generic? That will help the next person that has a builtin ata controller and wants to get it running as an of_device. Easier to use pata_platform I would think ? Just create the OF device and

Re: [PATCHSET] libata: PATA driver for Celleb

2007-02-15 Thread Arnd Bergmann
On Thursday 15 February 2007 18:14, Linas Vepstas wrote: Linas has done a pretty good job on improving the driver in the last half year or so and he also has access to all the necessary hardware so I think he would be the right person for the job. It seems I've been nominated twice. Since

[PATCH] libata: add a dummy set_mode() in pata_pcmcia

2007-01-28 Thread Arnd Bergmann
. Signed-off-by: Arnd Bergmann [EMAIL PROTECTED] --- This bug was reported earlier in http://bugzilla.kernel.org/show_bug.cgi?id=7711 by [EMAIL PROTECTED] I have not been able to find out _why_ all my CF cards reject the SETFEATURES_XFER command, but I have verified that the same happens when trying

[PATCH] libata: fix oops with sparsemem

2006-12-08 Thread Arnd Bergmann
of problem, it also adds a WARN_ON(!buf) to sg_set_buf() so we get a log message even platforms without sparsemem. Signed-off-by: Arnd Bergmann [EMAIL PROTECTED] Index: linux-2.6/drivers/ata/libata-core.c === --- linux-2.6.orig/drivers