Re: [RFC 0/3] Prototype PAPR hash page table resizing (guest side)

2015-12-24 Thread Anshuman Khandual
On 12/22/2015 10:44 AM, David Gibson wrote: > I've discussed with Paul and Ben previously the possibility of > extending PAPR to allow changing the size of a running guest's hash > page table (HPT). This would allow for much more flexible memory > hotplug, since the HPT wouldn't have to be sized i

Re: [RFC 0/3] Prototype PAPR hash page table resizing (guest side)

2015-12-24 Thread David Gibson
On Thu, Dec 24, 2015 at 02:52:53PM +0530, Anshuman Khandual wrote: > On 12/22/2015 10:44 AM, David Gibson wrote: > > I've discussed with Paul and Ben previously the possibility of > > extending PAPR to allow changing the size of a running guest's hash > > page table (HPT). This would allow for muc

[PATCH] dma driver: fix potential oom issue of fsldma

2015-12-24 Thread Xuelin Shi
From: Xuelin Shi missing unmap sources and destinations while doing dequeue. Signed-off-by: Xuelin Shi --- drivers/dma/fsldma.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c index 2209f75..aac85c3 100644 --- a/drivers/dma/fsldma.c +++ b/drive

[v2] powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phy

2015-12-24 Thread igal.liberman
From: Igal Liberman The FMan contains internal PHY devices used for SGMII connections to external PHYs. When these PHYs are in use a reference is needed for both the external PHY and the internal one. For the external PHY phy-handle provides the reference. For the internal PHY a new handle is req

[v3] powerpc/mpc85xx: Add pcsphy nodes to FManV3 device tree

2015-12-24 Thread igal.liberman
From: Igal Liberman This patch adds pcsphy node to FManV3 device tree. Signed-off-by: Igal Liberman --- Based on: https://patchwork.ozlabs.org/patch/503921/ Binding: https://patchwork.ozlabs.org/patch/560936/ v2 --> v3: Addressed feedback from Scott Wood (patch structure) v1 --> v2:

Re: [alsa-devel] [PATCH 1/3] ASoC: fsl_ssi: mark SACNT register volatile

2015-12-24 Thread Timur Tabi
On Sun, Dec 20, 2015 at 2:30 PM, Maciej S. Szmigiero wrote: > SACNT register should be marked volatile since > its WR and RD bits are cleared by SSI after > completing the relevant operation. > This unbreaks AC'97 register access. > > Fixes: 05cf237972fe ("ASoC: fsl_ssi: Add driver suspend and res