From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753204AbdCHPZK (ORCPT ); Wed, 8 Mar 2017 10:25:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36600 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751409AbdCHPZH (ORCPT ); Wed, 8 Mar 2017 10:25:07 -0500 From: Benjamin Tissoires To: Dmitry Torokhov , Andrew Duggan 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 Message-Id: <20170308152445.12082-1-benjamin.tissoires@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 08 Mar 2017 15:24:57 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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