Re: [PATCH v3 1/4] Input: cyttsp - I2C driver split into two modules
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2013-06-06 20:20:44
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2013-06-06 20:20:44
Also in:
lkml
On Tue, Jun 04, 2013 at 12:34:41PM +0300, Ferruh Yigit wrote:
Existing I2C code is for TrueTouch Gen3 devices TrueTouch Gen4 device is using same protocol, will split driver into two pieces to use common code with both drivers. Read/Write functions parameter list modified, since shared code will be used by two separate drivers and these drivers are not sharing same structs, parameters updated to use common structures. Signed-off-by: Ferruh Yigit <redacted> ---
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>