linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Support SB700 SATA controller PMP
@ 2008-06-05  9:58 Shane Huang
  2008-06-09  5:11 ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Shane Huang @ 2008-06-05  9:58 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide, htejun, shane.huang

This patch supports SB700 SATA PMP, this patch depends on
the SB600 SATA PMP patch sent two days ago.

Signed-off-by: Shane Huang <shane.huang@amd.com>

diff -ruN a/drivers/ata/ahci.c b/drivers/ata/ahci.c
--- a/drivers/ata/ahci.c	2008-06-03 15:36:56.000000000 +0800
+++ b/drivers/ata/ahci.c	2008-06-03 15:37:11.000000000 +0800
@@ -385,12 +385,11 @@
 	},
 	/* board_ahci_sb700 */
 	{
-		AHCI_HFLAGS	(AHCI_HFLAG_IGN_SERR_INTERNAL |
-				 AHCI_HFLAG_NO_PMP),
+		AHCI_HFLAGS	(AHCI_HFLAG_IGN_SERR_INTERNAL),
 		.flags		= AHCI_FLAG_COMMON,
 		.pio_mask	= 0x1f, /* pio0-4 */
 		.udma_mask	= ATA_UDMA6,
-		.port_ops	= &ahci_ops,
+		.port_ops	= &ahci_sb600_ops,
 	},
 };
 



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

* Re: [PATCH] Support SB700 SATA controller PMP
  2008-06-05  9:58 [PATCH] Support SB700 SATA controller PMP Shane Huang
@ 2008-06-09  5:11 ` Tejun Heo
  2008-06-10  8:30   ` Huang, Shane
  0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2008-06-09  5:11 UTC (permalink / raw)
  To: shane.huang; +Cc: jgarzik, linux-ide

Shane Huang wrote:
> This patch supports SB700 SATA PMP, this patch depends on
> the SB600 SATA PMP patch sent two days ago.
> 
> Signed-off-by: Shane Huang <shane.huang@amd.com>

Acked-by: Tejun Heo <htejun@gmail.com>

I think this can be rolled into the previous patch when it gets updated
tho.  Thanks.

-- 
tejun

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

* RE: [PATCH] Support SB700 SATA controller PMP
  2008-06-09  5:11 ` Tejun Heo
@ 2008-06-10  8:30   ` Huang, Shane
  0 siblings, 0 replies; 3+ messages in thread
From: Huang, Shane @ 2008-06-10  8:30 UTC (permalink / raw)
  To: Tejun Heo, jgarzik; +Cc: linux-ide, Huang, Shane

OK, this patch has been merged into the updated SB600 one,
please discard this single SB700 patch.


Thanks
Shane 

> -----Original Message-----
> From: Tejun Heo [mailto:htejun@gmail.com] 
> Sent: Monday, June 09, 2008 1:12 PM
> To: Huang, Shane
> Cc: jgarzik@pobox.com; linux-ide@vger.kernel.org
> Subject: Re: [PATCH] Support SB700 SATA controller PMP
> 
> Shane Huang wrote:
> > This patch supports SB700 SATA PMP, this patch depends on
> > the SB600 SATA PMP patch sent two days ago.
> > 
> > Signed-off-by: Shane Huang <shane.huang@amd.com>
> 
> Acked-by: Tejun Heo <htejun@gmail.com>
> 
> I think this can be rolled into the previous patch when it 
> gets updated
> tho.  Thanks.
> 
> -- 
> tejun
> 
> 


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

end of thread, other threads:[~2008-06-10  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-05  9:58 [PATCH] Support SB700 SATA controller PMP Shane Huang
2008-06-09  5:11 ` Tejun Heo
2008-06-10  8:30   ` Huang, Shane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).