Re: [PATCH RFC 0/12] ahci: Add support for non-PCI devices

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff Garzik
Date: Tuesday, March 2, 2010 - 2:34 pm

On 03/02/2010 01:28 PM, Anton Vorontsov wrote:

As demonstrated in libata-dev.git#libahci, I think the best route is to 
move generic code into libahci.  In #libahci you will see

	libahci -> common code
	ahci -> standard PCI driver, req's libahci
	mv-ahci -> Marvell AHCI driver, req's libahci
	acard-ahci -> ACard AHCI driver, req's libahci

and to this we could easily add

	platform-ahci -> platform AHCI driver, req's libahci

WARNING:  #libahci should not be used directly, it is meant for 
illustration purposes only.  It has not been properly updated for 
several recent ahci.c changes upstream, which implies that the 
trivial-and-obvious task of moving generic code from ahci.c to libahci.c 
must be redone.

	Jeff



P.S.  Please use the email addresses in MAINTAINERS,

	M:      Jeff Garzik <jgarzik@pobox.com>
	L:      linux-ide@vger.kernel.org

The redhat.com email address is only used for legal (sign-off) purposes, 
not normal use.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH RFC 0/12] ahci: Add support for non-PCI devices, Anton Vorontsov, (Tue Mar 2, 11:28 am)
[PATCH 01/12] ahci: Fix some sparse warnings, Anton Vorontsov, (Tue Mar 2, 11:29 am)
[PATCH 02/12] ahci: Get rid of host-&gt;iomap usage, Anton Vorontsov, (Tue Mar 2, 11:29 am)
[PATCH 09/12] ahci: Introduce ahci_set_em_messages(), Anton Vorontsov, (Tue Mar 2, 11:29 am)
[PATCH 10/12] ahci: Move PCI code into ahci_pci.c, Anton Vorontsov, (Tue Mar 2, 11:29 am)
[PATCH 11/12] ahci: Export generic AHCI symbols, Anton Vorontsov, (Tue Mar 2, 11:29 am)
[PATCH 12/12] ahci: Add platform driver, Anton Vorontsov, (Tue Mar 2, 11:29 am)
Re: [PATCH 12/12] ahci: Add platform driver, Sergei Shtylyov, (Tue Mar 2, 12:41 pm)
Re: [PATCH 09/12] ahci: Introduce ahci_set_em_messages(), Sergei Shtylyov, (Tue Mar 2, 2:18 pm)
Re: [PATCH RFC 0/12] ahci: Add support for non-PCI devices, Jeff Garzik, (Tue Mar 2, 2:34 pm)
Re: [PATCH 09/12] ahci: Introduce ahci_set_em_messages(), Sergei Shtylyov, (Wed Mar 3, 3:40 am)
Re: [PATCH 12/12] ahci: Add platform driver, Anton Vorontsov, (Wed Mar 3, 6:14 am)
Re: [PATCH RFC 0/12] ahci: Add support for non-PCI devices, Anton Vorontsov, (Wed Mar 3, 6:15 am)