[PATCH 1/2] ASoC: fsl: Add wrapping for dev_dbg() in fsl_spdif.c

2013-08-30 Thread Nicolin Chen
Add wrapping '\n' for dev_dbg() in fsl_spdif.c Signed-off-by: Nicolin Chen --- sound/soc/fsl/fsl_spdif.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index e93dc0d..98741e9 100644 --- a/sound/soc/fsl/fsl_spdif.c

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

2013-08-30 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 V2 1/2] powerpc/85xx: Add QE common init functions

2013-08-30 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 --- arch/powerpc/platforms/85xx/common.c | 47 +++ arch/powerpc/platforms/85xx/mpc85xx.h | 8 ++ 2 files changed, 55 insertions(+

Re: [PATCH v9 00/13] KVM: PPC: IOMMU in-kernel handling of VFIO

2013-08-30 Thread Alexey Kardashevskiy
On 08/28/2013 06:37 PM, Alexey Kardashevskiy wrote: > This accelerates VFIO DMA operations on POWER by moving them > into kernel. > > This depends on VFIO external API patch which is on its way to upstream. > > Changes: > v9: > * replaced the "link logical bus number to IOMMU group" ioctl to KVM

[PATCH v9 0/3] DMA: Freescale: Add support for 8-channel DMA engine

2013-08-30 Thread hongbo.zhang
From: Hongbo Zhang Hi DMA and DT maintainers, please have a look at these V9 patches. Freescale QorIQ T4 and B4 introduce new 8-channel DMA engines, this patch set adds support this DMA engine. V8->V9 changes: - add "Acked-by: Mark Rutland " into patch [1/3] - update reg entry <0x100300 0x4 0x1

[PATCH v9 1/3] DMA: Freescale: revise device tree binding document

2013-08-30 Thread hongbo.zhang
From: Hongbo Zhang This patch updates the discription of each type of DMA controller and its channels, it is preparation for adding another new DMA controller binding, it also fixes some defects of indent for text alignment at the same time. Signed-off-by: Hongbo Zhang Acked-by: Mark Rutland -

[PATCH v9 3/3] DMA: Freescale: update driver to support 8-channel DMA engine

2013-08-30 Thread hongbo.zhang
From: Hongbo Zhang This patch adds support to 8-channel DMA engine, thus the driver works for both the new 8-channel and the legacy 4-channel DMA engines. Signed-off-by: Hongbo Zhang --- drivers/dma/Kconfig |9 + drivers/dma/fsldma.c |9 ++--- drivers/dma/fsldma.h |2 +

[PATCH v9 2/3] DMA: Freescale: Add new 8-channel DMA engine device tree nodes

2013-08-30 Thread hongbo.zhang
From: Hongbo Zhang Freescale QorIQ T4 and B4 introduce new 8-channel DMA engines, this patch adds the device tree nodes for them. Signed-off-by: Hongbo Zhang --- .../devicetree/bindings/powerpc/fsl/dma.txt| 67 arch/powerpc/boot/dts/fsl/b4si-post.dtsi |

Re: [PATCH v2 0/4] Unify CPU hotplug lock interface

2013-08-30 Thread Rafael J. Wysocki
On Friday, August 30, 2013 11:44:06 AM Yasuaki Ishimatsu wrote: > (2013/08/30 9:22), Toshi Kani wrote: > > lock_device_hotplug() was recently introduced to serialize CPU & Memory > > online/offline and hotplug operations, along with sysfs online interface > > restructure (commit 4f3549d7). With th

Re: [PATCH v2 0/4] Unify CPU hotplug lock interface

2013-08-30 Thread Toshi Kani
On Fri, 2013-08-30 at 11:44 +0900, Yasuaki Ishimatsu wrote: > (2013/08/30 9:22), Toshi Kani wrote: > > lock_device_hotplug() was recently introduced to serialize CPU & Memory > > online/offline and hotplug operations, along with sysfs online interface > > restructure (commit 4f3549d7). With this n

Re: [PATCH v2 0/4] Unify CPU hotplug lock interface

2013-08-30 Thread Toshi Kani
On Fri, 2013-08-30 at 14:14 +0200, Rafael J. Wysocki wrote: > On Friday, August 30, 2013 11:44:06 AM Yasuaki Ishimatsu wrote: > > (2013/08/30 9:22), Toshi Kani wrote: > > > lock_device_hotplug() was recently introduced to serialize CPU & Memory > > > online/offline and hotplug operations, along wit

Re: Ethernet over PCIe driver for Inter-Processor Communication

2013-08-30 Thread David Hawkins
Hi S.Saravanan, I successfully mapped the Programmable Interrupt Controller registers in the EP to the PCI space. Thus now I can write the shared message interrupt registers in the EP from the RC over PCI. Excellent. But I am facing the following problems now. 1) In my driver at EP, to reg

Re: [PATCH v9 00/13] KVM: PPC: IOMMU in-kernel handling of VFIO

2013-08-30 Thread Gleb Natapov
On Fri, Aug 30, 2013 at 08:26:54PM +1000, Alexey Kardashevskiy wrote: > On 08/28/2013 06:37 PM, Alexey Kardashevskiy wrote: > > This accelerates VFIO DMA operations on POWER by moving them > > into kernel. > > > > This depends on VFIO external API patch which is on its way to upstream. > > > > Ch

Re: [PATCH 1/2] ASoC: fsl: Add wrapping for dev_dbg() in fsl_spdif.c

2013-08-30 Thread Mark Brown
On Fri, Aug 30, 2013 at 05:38:08PM +0800, Nicolin Chen wrote: > Add wrapping '\n' for dev_dbg() in fsl_spdif.c Applied both, thanks. signature.asc Description: Digital signature ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.

Re: [PATCH v2 1/4] hotplug, x86: Fix online state in cpu0 debug interface

2013-08-30 Thread Rafael J. Wysocki
Hi Peter, Any objections here? On Thursday, August 29, 2013 06:22:06 PM Toshi Kani wrote: > _debug_hotplug_cpu() is a debug interface that puts cpu0 offline during > boot-up when CONFIG_DEBUG_HOTPLUG_CPU0 is set. After cpu0 is put offline > in this interface, however, /sys/devices/system/cpu/cpu

Re: [PATCH 1/5] jump_label: factor out the base part of jump_label.h to a separate file

2013-08-30 Thread Radim Krčmář
2013-08-25 15:15+0800, Kevin Hao: > We plan to use the jump label in the cpu/mmu feature check on ppc. > This will need to include the jump_label.h in several very basic header > files of ppc which seems to be included by most of the other head > files implicitly or explicitly. But in the current j

Re: Ethernet over PCIe driver for Inter-Processor Communication

2013-08-30 Thread Saravanan S
Hi All , On Mon, Aug 26, 2013 at 4:08 AM, David Hawkins wrote: > Hi S.Saravanan, > > > Root complex's would normally interrupt a device via a PCIe write >>> to a register in a BAR on the end-point (or in extended configuration >>> space registers depending on the hardware implementation). >>>