Re: [PATCH] driver: input: touchscreen: add Raydium i2c touchscreen driver

2014-12-02 Thread Dmitry Torokhov
HI Jeffrey, On Mon, Dec 01, 2014 at 06:17:11PM +0800, jeffrey.lin wrote: > From: "jeffrey.lin" > > This patch is porting Raydium I2C touch driver. Developer can enable > raydium touch driver by modifying define "CONFIG_TOUCHSCREEN_RM_TS". Thank you for making the changes requested earlier. >

Re: [PATCH] driver: input: touchscreen: add Raydium i2c touchscreen driver

2014-12-01 Thread Benson Leung
On Mon, Dec 1, 2014 at 2:17 AM, jeffrey.lin wrote: > From: "jeffrey.lin" > > This patch is porting Raydium I2C touch driver. Developer can enable > raydium touch driver by modifying define "CONFIG_TOUCHSCREEN_RM_TS". > > Change-Id: I5f33cfdf0e895de6e7d535c11dd4b3ce8b49fa48 Once again, please rem

[PATCH] driver: input: touchscreen: add Raydium i2c touchscreen driver

2014-12-01 Thread jeffrey.lin
From: "jeffrey.lin" This patch is porting Raydium I2C touch driver. Developer can enable raydium touch driver by modifying define "CONFIG_TOUCHSCREEN_RM_TS". Change-Id: I5f33cfdf0e895de6e7d535c11dd4b3ce8b49fa48 Signed-off-by: jeffrey@rad-ic.com --- drivers/input/touchscreen/Kconfig |

Re: [PATCH] driver: input: touchscreen: add Raydium i2c touchscreen driver

2014-11-19 Thread Benson Leung
On Wed, Nov 19, 2014 at 7:30 AM, jeffrey.lin wrote: > From: "jeffrey.lin" Also, this email address appears to not be active. Please do not list dead email addresses as the author. > > this patch is porting Raydium I2C touch driver. Developer can enable > raydium touch driver by modifying define

Re: [PATCH] driver: input: touchscreen: add Raydium i2c touchscreen driver

2014-11-19 Thread Dmitry Torokhov
On Wed, Nov 19, 2014 at 05:44:48PM +0100, Daniel Mack wrote: > On 11/19/2014 04:30 PM, jeffrey.lin wrote: > > From: "jeffrey.lin" > > > > this patch is porting Raydium I2C touch driver. Developer can enable > > raydium touch driver by modifying define "CONFIG_TOUCHSCREEN_RM_TS". > > > > BUG: Non

Re: [PATCH] driver: input: touchscreen: add Raydium i2c touchscreen driver

2014-11-19 Thread Benson Leung
Hi Jeffrey, On Wed, Nov 19, 2014 at 7:30 AM, jeffrey.lin wrote: > From: "jeffrey.lin" > > this patch is porting Raydium I2C touch driver. Developer can enable > raydium touch driver by modifying define "CONFIG_TOUCHSCREEN_RM_TS". > > BUG: None > TEST: built and test with peppy These two lines se

Re: [PATCH] driver: input: touchscreen: add Raydium i2c touchscreen driver

2014-11-19 Thread Daniel Mack
On 11/19/2014 04:30 PM, jeffrey.lin wrote: > From: "jeffrey.lin" > > this patch is porting Raydium I2C touch driver. Developer can enable > raydium touch driver by modifying define "CONFIG_TOUCHSCREEN_RM_TS". > > BUG: None > TEST: built and test with peppy > > Signed-off-by: jeffrey@rad-ic.

[PATCH] driver: input: touchscreen: add Raydium i2c touchscreen driver

2014-11-19 Thread jeffrey.lin
From: "jeffrey.lin" this patch is porting Raydium I2C touch driver. Developer can enable raydium touch driver by modifying define "CONFIG_TOUCHSCREEN_RM_TS". BUG: None TEST: built and test with peppy Signed-off-by: jeffrey@rad-ic.com Change-Id: I05d54e5ef29249d2a6eae97222c90bed11e839f9 ---