From: Benjamin Tissoires <benjamin.tissoires@redhat.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Andrew Duggan <aduggan@synaptics.com>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [PATCH v3 0/3] Bind RMI4 over SMBus from PS/2
Date: Wed, 8 Mar 2017 16:24:42 +0100 [thread overview]
Message-ID: <20170308152445.12082-1-benjamin.tissoires@redhat.com> (raw)
Hi Dmitry,
This is mostly a resend of the PS/2-SMBus binding (last 3 patches of now 3 years
of trial and errors).
I integrated both warnings raised by Coccinelle, and squashed 4/3 into 3/3.
I really would like your opinion on this solution. If we could have a full
cycle in linux-next that would be ideal too :)
Cheers,
Benjamin
Benjamin Tissoires (3):
input: serio - allow others to specify a driver for a serio device
Input: synaptics - allocate a Synaptics Intertouch device
Input: add a PS/2 to SMBus platform module
drivers/input/misc/Kconfig | 11 ++
drivers/input/misc/Makefile | 1 +
drivers/input/misc/ps2_smbus.c | 424 ++++++++++++++++++++++++++++++++++++++++
drivers/input/mouse/synaptics.c | 103 ++++++++++
drivers/input/mouse/synaptics.h | 1 +
drivers/input/serio/serio.c | 20 ++
include/linux/serio.h | 5 +
7 files changed, 565 insertions(+)
create mode 100644 drivers/input/misc/ps2_smbus.c
--
2.9.3
next reply other threads:[~2017-03-08 15:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-08 15:24 Benjamin Tissoires [this message]
2017-03-08 15:24 ` [PATCH v3 1/3] input: serio - allow others to specify a driver for a serio device Benjamin Tissoires
2017-03-08 15:24 ` [PATCH v3 2/3] Input: synaptics - allocate a Synaptics Intertouch device Benjamin Tissoires
2017-03-08 15:24 ` [PATCH v3 3/3] Input: add a PS/2 to SMBus platform module Benjamin Tissoires
2017-03-11 14:54 ` [PATCH v3 0/3] Bind RMI4 over SMBus from PS/2 Calvin Walton
2017-03-13 9:30 ` Benjamin Tissoires
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170308152445.12082-1-benjamin.tissoires@redhat.com \
--to=benjamin.tissoires@redhat.com \
--cc=aduggan@synaptics.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).