Re: [PATCH 24/26] Input: synaptics-rmi4: use device managed memory for the data packet buffer

2015-11-09 Thread Linus Walleij
On Fri, Nov 6, 2015 at 12:42 AM, Andrew Duggan wrote: > The data packet should use device managed memory since the buffer is > retained until the device goes away. > > Signed-off-by: Andrew Duggan Squash into F11 patch. Acked-by: Linus Walleij Yours, Linus Walleij -- To unsubscribe from this

[PATCH 24/26] Input: synaptics-rmi4: use device managed memory for the data packet buffer

2015-11-05 Thread Andrew Duggan
The data packet should use device managed memory since the buffer is retained until the device goes away. Signed-off-by: Andrew Duggan --- drivers/input/rmi4/rmi_f11.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/input/rmi4/rmi_f11.c b/drivers/input/rmi4/rmi_f11.