Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1265665
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Linus Walleij <linus.walleij@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 24/26] Input: synaptics-rmi4: use device managed memory for the data packet buffer |
| Date | Mon, 09 Nov 2015 14:40:02 +0100 |
| Message-ID | <qsUPU-70f-3@gated-at.bofh.it> (permalink) |
| References | <qrCs2-5az-19@gated-at.bofh.it> |
| X-Original-To | Andrew Duggan <aduggan@synaptics.com> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro_org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/X0er6tr7u3IOxURJE58h5HXdVfyUZzJpVXhcufD7V8=; b=hNnHZ2SeqnTEk4wK8bu1/VWV3ESWtpXey9EpDBjfpRn5PBMoY4iB0ZV9F4JDVVViJi oGyJNnp38rj0ezf3iwAsHbFghB2d/OoEDjdSu5HC9y0Vtm6F9+B4gJp2f9fE2JplynJb 2SRzsFqT24dTIkKsRsLlwTTi/BDys4L5fjQG0YvW4gSKuQKAL75qlTYezsKn4UnBV4rb omYEmC0CgbRIxbCxJkpfTiUQmVPj2kiUH2z5kscEVIHNfcosIYap8FIiTRmKJ0A074fJ VFKRvsLSaG1zHHbeuunQbXoJ0z9hzz+SurMvccvDrDGwmltwnA+KeqUa3hI430t+z+g4 XtQg== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=/X0er6tr7u3IOxURJE58h5HXdVfyUZzJpVXhcufD7V8=; b=D2wzj3Py/MFIiF+yoVmSlWwWa0NhS+XJ2cicSgy9YtEBF1/cuSRucarhSvrnH3zalC G0il2Bc4bbaN91aGvJ+5gVQirkb+1mhEU8/W7O72vUA9PNz4AZuNF2SH9Il0I80rfLQz u/+KH+XFiOj8fGk3NKSwvItSM/UnnNuPOfLi7E1kewMcHqYGOgXumksBk2iMGYAANtjH naqg5R7eY5jX1t+ZyFjMllX1Ko49rfQWf5kJljpPIKHWyU/VXOtyOJunrmU+U9qVYQuW mQaT4VmgawMgQW9h2xXYUAV3N48VzjHYKXPlPcDz4MalsH/lNLPCa4gJZxGp4106D6IP 91WQ== |
| X-Gm-Message-State | ALoCoQkNj0Ej/+aRChgtKbpEoOhLZSbYOq/iJd7yxLQYhJDg5KNkRhASPdmBLvCDm5T57xjzqFfH |
| MIME-Version | 1.0 |
| X-Received | by 10.60.57.100 with SMTP id h4mr16281418oeq.71.1447076122587; Mon, 09 Nov 2015 05:35:22 -0800 (PST) |
| Content-Type | text/plain; charset=UTF-8 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 18 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Linux Input <linux-input@vger.kernel.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, Dmitry Torokhov <dmitry.torokhov@gmail.com>, Benjamin Tissoires <benjamin.tissoires@gmail.com>, Christopher Heiny <cheiny@synaptics.com>, Stephen Chandler Paul <cpaul@redhat.com> |
| X-Original-Date | Mon, 9 Nov 2015 14:35:22 +0100 |
| X-Original-Message-ID | <CACRpkdY+4Q1Aji6LhY2yBA9UOVZJb+kvaBd913r=sDvOAAp24A@mail.gmail.com> |
| X-Original-References | <1446766973-31304-1-git-send-email-aduggan@synaptics.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1265665 |
Show key headers only | View raw
On Fri, Nov 6, 2015 at 12:42 AM, Andrew Duggan <aduggan@synaptics.com> wrote: > The data packet should use device managed memory since the buffer is > retained until the device goes away. > > Signed-off-by: Andrew Duggan <aduggan@synaptics.com> Squash into F11 patch. Acked-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 24/26] Input: synaptics-rmi4: use device managed memory for the data packet buffer Andrew Duggan <aduggan@synaptics.com> - 2015-11-06 00:50 +0100 Re: [PATCH 24/26] Input: synaptics-rmi4: use device managed memory for the data packet buffer Linus Walleij <linus.walleij@linaro.org> - 2015-11-09 14:40 +0100
csiph-web