[PATCH 22/22] mm: remove the legacy hmm_pfn_* APIs

2019-07-01 Thread Christoph Hellwig
Switch the one remaining user in nouveau over to its replacement, and remove all the wrappers. Signed-off-by: Christoph Hellwig --- drivers/gpu/drm/nouveau/nouveau_dmem.c | 2 +- include/linux/hmm.h| 36 -- 2 files changed, 1 insertion(+), 37

[PATCH 15/22] mm/hmm: Poison hmm_range during unregister

2019-07-01 Thread Christoph Hellwig
From: Jason Gunthorpe Trying to misuse a range outside its lifetime is a kernel bug. Use poison bytes to help detect this condition. Double unregister will reliably crash. Signed-off-by: Jason Gunthorpe Reviewed-by: Jérôme Glisse Reviewed-by: John Hubbard Acked-by: Souptick Joarder

Re: [RFC PATCH 1/5] dt-bindings: soundwire: add slave bindings

2019-07-01 Thread Vinod Koul
On 11-06-19, 11:40, Srinivas Kandagatla wrote: > This patch adds bindings for Soundwire Slave devices which includes how > SoundWire enumeration address is represented in SoundWire slave device > tree nodes. > > Signed-off-by: Srinivas Kandagatla > --- >

Re: [PATCH 0/3] Enhance virtio rpmsg bus driver buffer allocation

2019-07-01 Thread Bjorn Andersson
On Wed 05 Jun 00:33 PDT 2019, Arnaud Pouliquen wrote: > Hi Bjorn, > > On 6/5/19 6:34 AM, Bjorn Andersson wrote: > > On Thu 31 Jan 07:41 PST 2019, Xiang Xiao wrote: > > > >> Hi, > >> This series enhance the buffer allocation by: > >> 1.Support the different buffer number in rx/tx direction > >>

Re: [PATCH v3] platform/chrome: Expose resume result via debugfs

2019-07-01 Thread Lee Jones
On Thu, 27 Jun 2019, Enric Balletbo Serra wrote: > Hi Evan, Lee, > > Missatge de Evan Green del dia dj., 27 de juny > 2019 a les 22:46: > > > > For ECs that support it, the EC returns the number of slp_s0 > > transitions and whether or not there was a timeout in the resume > > response. Expose

Re: [PATCH v2 2/2] tty: add rpmsg driver

2019-07-01 Thread Bjorn Andersson
On Fri 10 May 08:02 PDT 2019, Arnaud Pouliquen wrote: > This driver exposes a standard tty interface on top of the rpmsg > framework through the "rpmsg-tty-channel" rpmsg service. > > This driver supports multi-instances, offering a /dev/ttyRPMSGx entry > per rpmsg endpoint. > > Signed-off-by:

<    4   5   6   7   8   9