[PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree binding for ERA information."

2012-12-07 Thread Vakul Garg
This reverts commit a2c0911c09190125f52c9941b9d187f601c2f7be. Signed-off-by: Vakul Garg --- Instead of adding SEC era information in crypto node's compatible, a new property 'fsl,sec-era' is being introduced into crypto node. .../devicetree/bindings/crypto/fsl-sec4.txt|5 ++--- 1 fi

Re: [RFC] Add IBM Blue Gene/Q Platform

2012-12-07 Thread Jimi Xenidis
On Dec 6, 2012, at 11:41 PM, Michael Neuling wrote: >> commit f6e3c1f706cb6922349d639a74ff6c50acc8b9f8 >> Author: Jimi Xenidis >> Date: Wed Dec 5 13:41:25 2012 -0500 >> >>powerpc: Remove unecessary VSX symbols >> >>The symbol THREAD_VSR0 is defined to be the same as THREAD_FPR0. It

Re: [RFC] Add IBM Blue Gene/Q Platform

2012-12-07 Thread Jimi Xenidis
On Dec 6, 2012, at 11:54 PM, Michael Neuling wrote: >> commit 279c0615917b959a652e81f4ad0d886e2d426d85 >> Author: Jimi Xenidis >> Date: Wed Dec 5 13:43:22 2012 -0500 >> >>powerpc/book3e: IBM Blue Gene/Q Quad Processing eXtention (QPX) >> >>This enables kernel support for the QPX ext

Re: [RFC] Add IBM Blue Gene/Q Platform

2012-12-07 Thread Jimi Xenidis
On Dec 6, 2012, at 11:56 PM, Michael Neuling wrote: > Jimi Xenidis wrote: > >> Rather than flood the mailing list with the patches, I've arranged for a git >> repo to hold the changesets. >> You can find the repo here: >> >> >> They are against GregKH's

[PATCH 04/25] ASoC: fsl: remove __dev* attributes

2012-12-07 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option. As result the __dev* markings will be going away. Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst, and __devexit. Signed-off-by: Bill Pemberton Cc: Timur Tabi Cc: linuxppc-dev@lists.ozlabs.org --- sound/soc/fsl/eukrea-tlv320.c

[PATCH 1/5] powerpc/82xx: fix checkpatch warnings for km82xx.c

2012-12-07 Thread Holger Brunck
Signed-off-by: Holger Brunck cc: Kumar Gala --- arch/powerpc/platforms/82xx/km82xx.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/platforms/82xx/km82xx.c b/arch/powerpc/platforms/82xx/km82xx.c index cf964e1..058cc18 100644 --- a/arch/powerpc/platfor

[PATCH 2/5] powerpc/83xx: fix checkpatch warnings for km83xx.c

2012-12-07 Thread Holger Brunck
Signed-off-by: Holger Brunck cc: Kumar Gala --- arch/powerpc/platforms/83xx/km83xx.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/platforms/83xx/km83xx.c b/arch/powerpc/platforms/83xx/km83xx.c index 89923d7..cb6460c 100644 --- a/arch/powerpc/pla

[PATCH 5/5] powerpc/83xx: update kmeter1_defconfig

2012-12-07 Thread Holger Brunck
Synchronize this defconfig with latest kernel version. Signed-off-by: Holger Brunck cc: Kumar Gala --- arch/powerpc/configs/83xx/kmeter1_defconfig |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/configs/83xx/kmeter1_defconfig b/arch/powerpc/configs/83

[PATCH 4/5] powerpc/83xx: apply mpc8360e quirk for kmeter1 only when par_io is present

2012-12-07 Thread Holger Brunck
From: Gerlando Falauto There is no point in applying this quirk when par_io is not present. Signed-off-by: Gerlando Falauto Signed-off-by: Holger Brunck cc: Kumar Gala --- arch/powerpc/platforms/83xx/km83xx.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a

[PATCH 3/5] powerpc/83xx: refactor mpc8360e quirk for kmeter1

2012-12-07 Thread Holger Brunck
From: Gerlando Falauto Move the code for this quirk to a dedicated function. Signed-off-by: Gerlando Falauto Signed-off-by: Holger Brunck cc: Kumar Gala --- arch/powerpc/platforms/83xx/km83xx.c | 149 + 1 files changed, 77 insertions(+), 72 deletions(-) diff

Re: [PATCH] vfio powerpc: implemented IOMMU driver for VFIO

2012-12-07 Thread Alex Williamson
On Fri, 2012-12-07 at 18:34 +1100, Alexey Kardashevskiy wrote: > VFIO implements platform independent stuff such as > a PCI driver, BAR access (via read/write on a file descriptor > or direct mapping when possible) and IRQ signaling. > > The platform dependent part includes IOMMU initialization >

Re: [PATCH] vfio powerpc: enabled on powernv platform

2012-12-07 Thread Alex Williamson
On Fri, 2012-12-07 at 18:35 +1100, Alexey Kardashevskiy wrote: > This patch initializes IOMMU groups based on the IOMMU > configuration discovered during the PCI scan on POWERNV > (POWER non virtualized) platform. The IOMMU groups are > to be used later by VFIO driver (PCI pass through). > > It al

Re: [linuxppc-release][PATCH] powerpc/pci-hotplug: fix init issue of rescanned pci device

2012-12-07 Thread Bjorn Helgaas
On Thu, Dec 6, 2012 at 4:23 AM, Chen Yuanquan-B41889 wrote: > On 12/06/2012 05:30 AM, Bjorn Helgaas wrote: >> >> On Wed, Dec 5, 2012 at 2:29 AM, Chen Yuanquan-B41889 >> wrote: >>> >>> On 12/05/2012 04:26 PM, Benjamin Herrenschmidt wrote: On Wed, 2012-12-05 at 16:20 +0800, Chen Yuanquan-

Re: [PATCH] powerpc: POWER7 optimised memcpy using VMX and enhanced prefetch

2012-12-07 Thread Jimi Xenidis
On May 31, 2012, at 1:22 AM, Anton Blanchard wrote: > > Implement a POWER7 optimised memcpy using VMX and enhanced prefetch > instructions. <> > > Index: linux-build/arch/powerpc/lib/Makefile > === > --- linux-build.orig/arch/po

[PATCH] powerpc: fix wii_memory_fixups() compile error on 3.0.y tree

2012-12-07 Thread Shuah Khan
Fix wii_memory_fixups() the following compile error on 3.0.y tree with wii_defconfig on 3.0.y tree. CC arch/powerpc/platforms/embedded6xx/wii.o arch/powerpc/platforms/embedded6xx/wii.c: In function ‘wii_memory_fixups’: arch/powerpc/platforms/embedded6xx/wii.c:88:2: error: format ‘%llx’ exp

Re: [RFC] Add IBM Blue Gene/Q Platform

2012-12-07 Thread Andrew Tauferner
Jimi, > > Do you actually want this upstream? I assume no. > > I needed to get these long-term patches out there for the BGQ > community for test. To which BGQ community are you referring? What is the motivation for this work? > I would very much like to get a version of these upstream. > I ex

RE: [PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree binding for ERA information."

2012-12-07 Thread Garg Vakul-B16394
Kindly ignore this. I would send another patch updating device tree binding directly with the new proposed property. > -Original Message- > From: devicetree-discuss [mailto:devicetree-discuss- > bounces+vakul=freescale@lists.ozlabs.org] On Behalf Of Vakul Garg > Sent: Friday, December