[PATCH] ppc-6xx: add missing iounmap() on error in hlwd_pic_init()

2013-10-12 Thread Wei Yongjun
From: Wei Yongjun Add the missing iounmap() before return from hlwd_pic_init() in the error handling case. Signed-off-by: Wei Yongjun --- arch/powerpc/platforms/embedded6xx/hlwd-pic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/platforms/embedded6xx/hlwd-pic.c b/arch/powe

RE: [PATCH 1/2] iommu/fsl: Factor out PCI specific code.

2013-10-12 Thread Sethi Varun-B16395
Hi Joerg, Please consider these patches for 3.12. Regards Varun > -Original Message- > From: Sethi Varun-B16395 > Sent: Wednesday, October 09, 2013 11:57 PM > To: j...@8bytes.org; io...@lists.linux-foundation.org; linuxppc- > d...@lists.ozabs.org; linux-ker...@vger.kernel.org; Yoder Stuar

"powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file" was added twice

2013-10-12 Thread Aida Mynzhasova
Hi, recently I looked through commits in kernel/git/torvalds/linux.git and I noticed that my patch (old and new version) was added twice (by David S. Miller): e58f6f4fb4eada7867014bfaec898f03afbce5c2 894116bd0e9b7749a0c4b6c62dec13c2a0ccef68 I think this is not good, and only e58f6f4fb4eada7

[PATCH 0/3] iommu/fsl: PAMU driver fixes.

2013-10-12 Thread Varun Sethi
The first patch fixes a build failure, when we try to build for a Freescale platform without PCI support. The second patch enables a default DMA window for the device, once it's detached from a domain. In case of vfio, once device is detached from a guest it can be again used by the host. The las

[PATCH 1/3] iommu/fsl: Factor out PCI specific code.

2013-10-12 Thread Varun Sethi
Factor out PCI specific code in the PAMU driver. Signed-off-by: Varun Sethi --- drivers/iommu/fsl_pamu_domain.c | 81 +++ 1 file changed, 40 insertions(+), 41 deletions(-) diff --git a/drivers/iommu/fsl_pamu_domain.c b/drivers/iommu/fsl_pamu_domain.c index

[PATCH 3/3] Add maintainers entry for the Freescale PAMU driver.

2013-10-12 Thread Varun Sethi
Signed-off-by: Varun Sethi --- MAINTAINERS |7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8a0cbf3..5b6ea5c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3511,6 +3511,13 @@ S: Maintained F: drivers/net/ethernet/freescale/fs_enet/ F: i

[PATCH 2/3] iommu/fsl: Enable default DMA window for PCIe devices once detached

2013-10-12 Thread Varun Sethi
from domain. Once the PCIe device assigned to a guest VM (via VFIO) gets detached from the iommu domain (when guest terminates), its PAMU table entry is disabled. So, this would prevent the device from being used once it's assigned back to the host. This patch allows for creation of a default D

Re: "powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file" was added twice

2013-10-12 Thread David Miller
From: Aida Mynzhasova Date: Sat, 12 Oct 2013 18:54:42 +0400 > Hi, > > recently I looked through commits in kernel/git/torvalds/linux.git and > I noticed that my patch (old and new version) was added twice (by > David S. Miller): > > e58f6f4fb4eada7867014bfaec898f03afbce5c2 > 894116bd0e9b7749a0c