Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1265674
| Path | csiph.com!goblin2!goblin1!goblin.stu.neva.ru!newsreader4.netcologne.de!news.netcologne.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Linus Walleij <linus.walleij@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 25/26] Input: synaptics-rmi4: remove sensor_name in platform data |
| Date | Mon, 09 Nov 2015 14:40:03 +0100 |
| Message-ID | <qsUPV-70f-37@gated-at.bofh.it> (permalink) |
| References | <qrCs3-5az-33@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=lEs90CpGlqK9ufX6CYLuOQCcpbzIg7gVe3ff2R3QApc=; b=nLTmVNLXqdkZHvyMrx05M84k5vEbTwGY6wJb3hXIAzgdodD9V1cfMa+hmrxXdrWuDu XqcLsJDa4LOrUEEQayOfDfxIQICoWx+YWjQfNb90G7TV/eYgXWum1Qy6QwSZP5DWrCLC aHD9XXjfJNvLi9a8hyd9w4ORU8Ph0hIK41teyXJsjFgCiLXFdq+w9UdMLtRfP2QrcWVm FNc9v/5D8Guw/H+wUEmZaJrPQqAbUO9GsZYbLt+Rs6BlxNDERuVkiS2lXqpKo/Bt3sbF kxzfGRtNGEdN89j5iKR0Mt2pHQNxjVoEpG7Ov1+Ioj696a2Llutkd6dAiUiWvIN0XxN2 /fCw== |
| 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=lEs90CpGlqK9ufX6CYLuOQCcpbzIg7gVe3ff2R3QApc=; b=jKWVMiuNykwL3bfWfCkMzU/YSTvmz+CK6DAvZLqR2DOV0ld3AesN9lUdLhFir81Ckq eSxJgcI38hte3byK7V9kurcvLWZRquXG1eyQoocbDpn+f1LCmMgmZArwXz0vweffzp9S 3ci/nPXF6bclcchvmFk1xWo4pW3P2g0UMXA6VXtf3AfcZewSHSO+qpe6LQXeJwGuAOz1 s5zlAjhBPgvw8DzNGrehU0FvlEeBl3yHga7m7N1XDiJagVSHIPvpDKmbPJM6ZyLSy7c8 r+z1ME5GBO8dQDEsTtD+yqv0muhJg/KRmzVqF/ZAInrdRwhl/lzKgXXFrULt6QeYzKFY unRQ== |
| X-Gm-Message-State | ALoCoQlFAklWUlCbaXgxtuoVNAGaoJNqOVmWDwXYa/0xWe0F2xmeBrrrw/I/ieCkkm/0aDWWyXMw |
| MIME-Version | 1.0 |
| X-Received | by 10.182.227.195 with SMTP id sc3mr16316125obc.48.1447076203140; Mon, 09 Nov 2015 05:36:43 -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 | 20 |
| 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:36:43 +0100 |
| X-Original-Message-ID | <CACRpkdb2pzYBB8UcUm=Pw9ZL=M4dy69t=0wbJdBP5rHGYmi44w@mail.gmail.com> |
| X-Original-References | <1446766985-31350-1-git-send-email-aduggan@synaptics.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1265674 |
Show key headers only | View raw
On Fri, Nov 6, 2015 at 12:43 AM, Andrew Duggan <aduggan@synaptics.com> wrote: > The platform data contained a sensor_name string which was used in debug > logs to identify the device. But, the logs already contain enough > information to uniquely identify the device. This patch removes the > sensor_name and substitutes the transport device's name or the > rmi device's when needed. > > Signed-off-by: Andrew Duggan <aduggan@synaptics.com> Exactly like this. Squash into the affected patches. Reviewed-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 25/26] Input: synaptics-rmi4: remove sensor_name in platform data Andrew Duggan <aduggan@synaptics.com> - 2015-11-06 00:50 +0100 Re: [PATCH 25/26] Input: synaptics-rmi4: remove sensor_name in platform data Linus Walleij <linus.walleij@linaro.org> - 2015-11-09 14:40 +0100
csiph-web