* [PATCH] fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips.
@ 2016-10-26 16:50 jun
2016-11-22 7:41 ` Scott Wood
0 siblings, 1 reply; 4+ messages in thread
From: jun @ 2016-10-26 16:50 UTC (permalink / raw)
To: linuxppc-dev; +Cc: jun
Signed-off-by: jun <jun.yang@nxp.com>
---
drivers/iommu/fsl_pamu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iommu/fsl_pamu.c b/drivers/iommu/fsl_pamu.c
index db3a1cd..a8fe503 100644
--- a/drivers/iommu/fsl_pamu.c
+++ b/drivers/iommu/fsl_pamu.c
@@ -668,7 +668,7 @@ static bool has_erratum_a007907(void)
{
u32 pvr = mfspr(SPRN_PVR);
- if (PVR_VER(pvr) == PVR_VER_E6500 && PVR_REV(pvr) <= 0x20)
+ if (PVR_VER(pvr) == PVR_VER_E6500)
return true;
return false;
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips.
2016-10-26 16:50 [PATCH] fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips jun
@ 2016-11-22 7:41 ` Scott Wood
2016-11-22 8:43 ` Jun Yang
0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2016-11-22 7:41 UTC (permalink / raw)
To: jun; +Cc: linuxppc-dev
On Thu, Oct 27, 2016 at 12:50:44AM +0800, jun wrote:
> Signed-off-by: jun <jun.yang@nxp.com>
> ---
> drivers/iommu/fsl_pamu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iommu/fsl_pamu.c b/drivers/iommu/fsl_pamu.c
> index db3a1cd..a8fe503 100644
> --- a/drivers/iommu/fsl_pamu.c
> +++ b/drivers/iommu/fsl_pamu.c
> @@ -668,7 +668,7 @@ static bool has_erratum_a007907(void)
> {
> u32 pvr = mfspr(SPRN_PVR);
>
> - if (PVR_VER(pvr) == PVR_VER_E6500 && PVR_REV(pvr) <= 0x20)
> + if (PVR_VER(pvr) == PVR_VER_E6500)
> return true;
>
> return false;
This needs to be sent to the IOMMU maintainer and list.
-Scott
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips.
2016-11-22 7:41 ` Scott Wood
@ 2016-11-22 8:43 ` Jun Yang
2016-11-23 19:14 ` Scott Wood
0 siblings, 1 reply; 4+ messages in thread
From: Jun Yang @ 2016-11-22 8:43 UTC (permalink / raw)
To: Scott Wood; +Cc: linuxppc-dev@lists.ozlabs.org
Hello Scott,
Do you know the IOMMU maintainer's mail address?
BR
Jun
-----Original Message-----
From: Scott Wood [mailto:oss@buserror.net]=20
Sent: Tuesday, November 22, 2016 3:41 PM
To: Jun Yang
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: fsl_pamu: erratum a007907 should be applied on all versions of=
E6500 chips.
On Thu, Oct 27, 2016 at 12:50:44AM +0800, jun wrote:
> Signed-off-by: jun <jun.yang@nxp.com>
> ---
> drivers/iommu/fsl_pamu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>=20
> diff --git a/drivers/iommu/fsl_pamu.c b/drivers/iommu/fsl_pamu.c index=20
> db3a1cd..a8fe503 100644
> --- a/drivers/iommu/fsl_pamu.c
> +++ b/drivers/iommu/fsl_pamu.c
> @@ -668,7 +668,7 @@ static bool has_erratum_a007907(void) {
> u32 pvr =3D mfspr(SPRN_PVR);
> =20
> - if (PVR_VER(pvr) =3D=3D PVR_VER_E6500 && PVR_REV(pvr) <=3D 0x20)
> + if (PVR_VER(pvr) =3D=3D PVR_VER_E6500)
> return true;
> =20
> return false;
This needs to be sent to the IOMMU maintainer and list.
-Scott
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips.
2016-11-22 8:43 ` Jun Yang
@ 2016-11-23 19:14 ` Scott Wood
0 siblings, 0 replies; 4+ messages in thread
From: Scott Wood @ 2016-11-23 19:14 UTC (permalink / raw)
To: Jun Yang; +Cc: linuxppc-dev@lists.ozlabs.org
On Tue, 2016-11-22 at 08:43 +0000, Jun Yang wrote:
> Hello Scott,
> Do you know the IOMMU maintainer's mail address?
>From MAINTAINERS:
IOMMU DRIVERS
M: Joerg Roedel <joro@8bytes.org>
L: iommu@lists.linux-foundation.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
S: Maintained
F: Documentation/devicetree/bindings/iommu/
F: drivers/iommu/
Also CC Varun Sethi <Varun.Sethi@freescale.com>
-Scott
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-11-23 19:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-26 16:50 [PATCH] fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips jun
2016-11-22 7:41 ` Scott Wood
2016-11-22 8:43 ` Jun Yang
2016-11-23 19:14 ` Scott Wood
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).