linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Bind RMI4 over SMBus from PS/2
@ 2017-03-08 15:24 Benjamin Tissoires
  2017-03-08 15:24 ` [PATCH v3 1/3] input: serio - allow others to specify a driver for a serio device Benjamin Tissoires
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Benjamin Tissoires @ 2017-03-08 15:24 UTC (permalink / raw)
  To: Dmitry Torokhov, Andrew Duggan; +Cc: linux-kernel, linux-input

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-13  9:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-08 15:24 [PATCH v3 0/3] Bind RMI4 over SMBus from PS/2 Benjamin Tissoires
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

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).