lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 12 Jan 2016 22:44:59 -0800
From:	Dmitry Torokhov <dmitry.torokhov@...il.com>
To:	Jeffrey Lin <yajohn@...il.com>
Cc:	Henrik Rydberg <rydberg@...omail.se>,
	"jeffrey.lin" <jeffrey.lin@...-ic.com>, roger.yang@...-ic.com,
	KP.li@...-ic.com, lkml <linux-kernel@...r.kernel.org>,
	"linux-input@...r.kernel.org" <linux-input@...r.kernel.org>
Subject: Re: [PATCH] driver: input :touchscreen : add Raydium I2C touch driver

Hi Jeffrey,

On Tue, Jan 12, 2016 at 10:23 PM, Jeffrey Lin <yajohn@...il.com> wrote:
> This patch is porting Raydium I2C touch driver. Developer can enable raydium touch driver by modifying define
> "CONFIG_TOUCHSCREEN_RM_TS".
>
> Signed-off-by: jeffrey lin <jeffrey.lin@...-ic.com>
> ---
>  drivers/input/touchscreen/rm31100_ts.c | 571 +++++++++++++++------------------
>  1 file changed, 250 insertions(+), 321 deletions(-)
>
> diff --git a/drivers/input/touchscreen/rm31100_ts.c b/drivers/input/touchscreen/rm31100_ts.c
> index 941fa31..e024bbd 100644
> --- a/drivers/input/touchscreen/rm31100_ts.c
> +++ b/drivers/input/touchscreen/rm31100_ts.c
> @@ -28,14 +28,11 @@
>  #include <linux/slab.h>
>  #include <linux/interrupt.h>
>  #include <linux/irq.h>
> -#include <linux/gpio.h>
> +#include <linux/gpio/consumer.h>

You seem to have sent incremental patch against the version you sent
earlier. Until the driver gets accepted into mainline kernel please
continue posting the full patch.

Thanks.

-- 
Dmitry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ