Re: [PATCH] iommu: WARN_ON when removing a device with no iommu_group associated

2013-09-02 Thread Wei Yang
Any more comments? Or this one is not proper? On Thu, Aug 22, 2013 at 09:33:27PM -0600, Alex Williamson wrote: >[+cc iommu] > >On Fri, 2013-08-23 at 09:55 +0800, Wei Yang wrote: >> When removing a device from the system, iommu_group driver will try to >> disconnect it from its group. While in some

Re: [PATCH] ppc: bpf_jit: support MOD operation

2013-09-02 Thread Benjamin Herrenschmidt
On Mon, 2013-09-02 at 19:48 +0200, Vladimir Murzin wrote: > Ping > > On Wed, Aug 28, 2013 at 02:49:52AM +0400, Vladimir Murzin wrote: > > commit b6069a9570 (filter: add MOD operation) added generic > > support for modulus operation in BPF. > > Sorry, nobody got a chance to review that yet. Unfortu

Re: [PATCH] ppc: bpf_jit: support MOD operation

2013-09-02 Thread Vladimir Murzin
Ping On Wed, Aug 28, 2013 at 02:49:52AM +0400, Vladimir Murzin wrote: > commit b6069a9570 (filter: add MOD operation) added generic > support for modulus operation in BPF. > > This patch brings JIT support for PPC64 > > Signed-off-by: Vladimir Murzin > --- > arch/powerpc/net/bpf_jit_comp.c | 2

[PATCH] [RFC PATCH v1 1/1] powerpc/85xx: Wakeup kexec smp slave cpus in second kernel

2013-09-02 Thread Yu Chen
From: Chen Yu In current 85xx smp kexec implementation,master cpu reset slave cpus by mpic_reset_core, before jump to second kernel.In order to wake slave cpus up in second kernel,we debug this patch on p2041rdb. The main principle of this patch,is to get slave cpus polling for flag to change

[PATCH] Powerpc/dts: Correct sdhci quirk for bsc9131

2013-09-02 Thread Haijun Zhang
We use property "sdhci,auto-cmd12" instead of "fsl,sdhci-auto-cmd12" to distinguish if the sdhc host has quirk SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12. Signed-off-by: Haijun Zhang --- arch/powerpc/boot/dts/fsl/bsc9131si-post.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arc

Re: [PATCH v2 00/10] Series of fixes for NX driver

2013-09-02 Thread Herbert Xu
On Thu, Aug 29, 2013 at 11:36:30AM -0300, Marcelo Cerri wrote: > This series of patches contains fixes in several algorithms implemented > by the NX driver. The patches can be separated in three different > categories: > > - Changes to split the data in several hyper calls to respect the >l

[PATCH V3 2/2] powerpc/85xx: Add TWR-P1025 board support

2013-09-02 Thread Xie Xiaobo
TWR-P1025 Overview - 512Mbyte DDR3 (on board DDR) 64MB Nor Flash eTSEC1: Connected to RGMII PHY AR8035 eTSEC3: Connected to RGMII PHY AR8035 Two USB2.0 Type A One microSD Card slot One mini-PCIe slot One mini-USB TypeB dual UART Signed-off-by: Michael Johnston Signed-off-

[PATCH V3 1/2] powerpc/85xx: Add QE common init functions

2013-09-02 Thread Xie Xiaobo
Define two QE init functions in common file, and avoid the same codes being duplicated in board files. Signed-off-by: Xie Xiaobo --- V3 -> V2: Nochange arch/powerpc/platforms/85xx/common.c | 47 +++ arch/powerpc/platforms/85xx/mpc85xx.h | 8 ++ 2 files chan

RE: [PATCH V2 2/2] powerpc/85xx: Add TWR-P1025 board support

2013-09-02 Thread Liu Shengzhou-B36685
> -Original Message- > From: Linuxppc-dev [mailto:linuxppc-dev- > bounces+shengzhou.liu=freescale@lists.ozlabs.org] On Behalf Of Xie Xiaobo > Sent: Friday, August 30, 2013 6:02 PM > To: linuxppc-dev@lists.ozlabs.org; ga...@kernel.crashing.org; Wood > Scott-B07421 > Cc: Johnston Michae