RE: [PATCH] ATA: Add FSL sata v2 controller support
From: Zang Roy-R61911 <hidden>
Date: 2011-01-18 03:17:04
Also in:
linux-ide
-----Original Message----- From: Sergei Shtylyov [mailto:sshtylyov@mvista.com] Sent: Monday, January 17, 2011 19:48 PM To: Xu Lei-B33228 Cc: linuxppc-dev@lists.ozlabs.org; Gala Kumar-B11780; jgarzik@pobox.com; linux-ide@vger.kernel.org; Zang Roy-R61911 Subject: Re: [PATCH] ATA: Add FSL sata v2 controller support =20 Hello. =20 On 17-01-2011 10:10, Xulei wrote: =20quoted
In FSL sata v2 block, the snoop bit of PRDT Word3 description information is at bit28 instead of bit22.=20quoted
This patch adds FSL sata v2 probe and resolve this difference.=20quoted
Signed-off-by: Xulei <redacted>=20
[snip]
quoted
diff --git a/arch/powerpc/boot/dts/p1022ds.dtsb/arch/powerpc/boot/dts/p1022ds.dtsquoted
index 2bbecbb..9ad41dd 100644--- a/arch/powerpc/boot/dts/p1022ds.dts +++ b/arch/powerpc/boot/dts/p1022ds.dts@@ -475,14 +475,14 @@ }; sata@18000 { - compatible =3D "fsl,mpc8536-sata", "fsl,pq-sata"; + compatible =3D "fsl,p1022-sata", "fsl,pq-sata-v2"; reg =3D<0x18000 0x1000>; cell-index =3D<1>; interrupts =3D<74 0x2>; }; sata@19000 { - compatible =3D "fsl,mpc8536-sata", "fsl,pq-sata"; + compatible =3D "fsl,p1022-sata", "fsl,pq-sata-v2"; reg =3D<0x19000 0x1000>; cell-index =3D<2>; interrupts =3D<41 0x2>;=20 Please put this into the separate patch and push thru the PPC tree.
I agree to put to them to separate patches, but should we=20 pull in the separate patches to one candidate tree to make the function work? Thanks. Roy