public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] ahci: Add MCP73/MCP77 support to AHCI driver
       [not found] <15F501D1A78BD343BE8F4D8DB854566B14BFA227@hkemmail01.nvidia.com>
@ 2007-06-07  6:52 ` Tejun Heo
  0 siblings, 0 replies; 4+ messages in thread
From: Tejun Heo @ 2007-06-07  6:52 UTC (permalink / raw)
  To: Peer Chen; +Cc: linux-kernel, akpm, jeff

Peer Chen wrote:
> Add the MCP73/MCP77 support to ahci driver.
> The patch base on kernel 2.6.22-rc4

Please resend in plain text.  My recommendations...

1. If you can setup a linux machine with working MTA, use
git-format-patch and git-send-email.  If you don't feel comfortable with
git, you can use mutt + your favorite editor (I use emacs).

2. Use firefox + external editor plugin with line-wrap turned off.

Thanks.

-- 
tejun

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

* [PATCH] ahci: Add MCP73/MCP77 support to AHCI driver
@ 2007-06-07 10:05 Peer Chen
  2007-06-07 10:18 ` Tejun Heo
  2007-06-10  2:43 ` Jeff Garzik
  0 siblings, 2 replies; 4+ messages in thread
From: Peer Chen @ 2007-06-07 10:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, jeff, htejun

Add the MCP73/MCP77 support to ahci driver.
The patch base on kernel 2.6.22-rc4
 
Signed-off-by: Peer Chen <peerchen@gmail.com>
------------------------------------------------
--- linux-2.6.22-rc4/drivers/ata/ahci.c.orig
+++ linux-2.6.22-rc4/drivers/ata/ahci.c
@@ -426,6 +426,30 @@ static const struct pci_device_id ahci_p
 	{ PCI_VDEVICE(NVIDIA, 0x0559), board_ahci },		/* MCP67 */
 	{ PCI_VDEVICE(NVIDIA, 0x055a), board_ahci },		/* MCP67 */
 	{ PCI_VDEVICE(NVIDIA, 0x055b), board_ahci },		/* MCP67 */
+	{ PCI_VDEVICE(NVIDIA, 0x07f0), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x07f1), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x07f2), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x07f3), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x07f4), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x07f5), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x07f6), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x07f7), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x07f8), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x07f9), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x07fa), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x07fb), board_ahci },		/* MCP73 */
+	{ PCI_VDEVICE(NVIDIA, 0x0ad0), board_ahci },		/* MCP77 */
+	{ PCI_VDEVICE(NVIDIA, 0x0ad1), board_ahci },		/* MCP77 */
+	{ PCI_VDEVICE(NVIDIA, 0x0ad2), board_ahci },		/* MCP77 */
+	{ PCI_VDEVICE(NVIDIA, 0x0ad3), board_ahci },		/* MCP77 */
+	{ PCI_VDEVICE(NVIDIA, 0x0ad4), board_ahci },		/* MCP77 */
+	{ PCI_VDEVICE(NVIDIA, 0x0ad5), board_ahci },		/* MCP77 */
+	{ PCI_VDEVICE(NVIDIA, 0x0ad6), board_ahci },		/* MCP77 */
+	{ PCI_VDEVICE(NVIDIA, 0x0ad7), board_ahci },		/* MCP77 */
+	{ PCI_VDEVICE(NVIDIA, 0x0ad8), board_ahci },		/* MCP77 */
+	{ PCI_VDEVICE(NVIDIA, 0x0ad9), board_ahci },		/* MCP77 */
+	{ PCI_VDEVICE(NVIDIA, 0x0ada), board_ahci },		/* MCP77 */
+	{ PCI_VDEVICE(NVIDIA, 0x0adb), board_ahci },		/* MCP77 */
 
 	/* SiS */
 	{ PCI_VDEVICE(SI, 0x1184), board_ahci }, /* SiS 966 */


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

* Re: [PATCH] ahci: Add MCP73/MCP77 support to AHCI driver
  2007-06-07 10:05 [PATCH] ahci: Add MCP73/MCP77 support to AHCI driver Peer Chen
@ 2007-06-07 10:18 ` Tejun Heo
  2007-06-10  2:43 ` Jeff Garzik
  1 sibling, 0 replies; 4+ messages in thread
From: Tejun Heo @ 2007-06-07 10:18 UTC (permalink / raw)
  To: Peer Chen; +Cc: linux-kernel, akpm, jeff

Hello,

This one looks much better.  Just few more things.

Peer Chen wrote:
> Add the MCP73/MCP77 support to ahci driver.
> The patch base on kernel 2.6.22-rc4
>  
> Signed-off-by: Peer Chen <peerchen@gmail.com>
> ------------------------------------------------

The separator is '---'.  Automated tools are used, so sticking to it
makes things easier.

> --- linux-2.6.22-rc4/drivers/ata/ahci.c.orig
> +++ linux-2.6.22-rc4/drivers/ata/ahci.c
> @@ -426,6 +426,30 @@ static const struct pci_device_id ahci_p
>  	{ PCI_VDEVICE(NVIDIA, 0x0559), board_ahci },		/* MCP67 */
>  	{ PCI_VDEVICE(NVIDIA, 0x055a), board_ahci },		/* MCP67 */
>  	{ PCI_VDEVICE(NVIDIA, 0x055b), board_ahci },		/* MCP67 */
> +	{ PCI_VDEVICE(NVIDIA, 0x07f0), board_ahci },		/* MCP73 */
> +	{ PCI_VDEVICE(NVIDIA, 0x07f1), board_ahci },		/* MCP73 */
[--snip--]

Whoa, that's a lot of PCI IDs.  AHCI PCI class code doesn't catch them?

-- 
tejun

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

* Re: [PATCH] ahci: Add MCP73/MCP77 support to AHCI driver
  2007-06-07 10:05 [PATCH] ahci: Add MCP73/MCP77 support to AHCI driver Peer Chen
  2007-06-07 10:18 ` Tejun Heo
@ 2007-06-10  2:43 ` Jeff Garzik
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2007-06-10  2:43 UTC (permalink / raw)
  To: Peer Chen; +Cc: linux-kernel, akpm, htejun

Peer Chen wrote:
> Add the MCP73/MCP77 support to ahci driver.
> The patch base on kernel 2.6.22-rc4
>  
> Signed-off-by: Peer Chen <peerchen@gmail.com>

applied

Please put comments that should not be copied into the permanent kernel 
changelog following a "---" separator, as described in 
Documentation/SubmittingPatches.  The sentence "The patch base on kernel 
2.6.22-rc4" had to be hand-edited out, before automatic patch merge 
scripts merged your patch.



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

end of thread, other threads:[~2007-06-10  2:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-07 10:05 [PATCH] ahci: Add MCP73/MCP77 support to AHCI driver Peer Chen
2007-06-07 10:18 ` Tejun Heo
2007-06-10  2:43 ` Jeff Garzik
     [not found] <15F501D1A78BD343BE8F4D8DB854566B14BFA227@hkemmail01.nvidia.com>
2007-06-07  6:52 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox