linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add MAINTAINERS entry for SiS i2c touch input driver.
@ 2020-10-07  3:51 mika.penttila
  2020-10-07  4:14 ` dmitry.torokhov
  0 siblings, 1 reply; 4+ messages in thread
From: mika.penttila @ 2020-10-07  3:51 UTC (permalink / raw)
  To: linux-input, dmitry.torokhov; +Cc: Mika Penttilä

From: Mika Penttilä <mika.penttila@nextfour.com>

Signed-off-by: Mika Penttilä <mika.penttila@nextfour.com>

---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a54806ebf02..b13c539783c9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15913,6 +15913,13 @@ F:	Documentation/fb/sisfb.rst
 F:	drivers/video/fbdev/sis/
 F:	include/video/sisfb.h
 
+SIS I2C TOUCHSCREEN DRIVER
+M:      Mika Penttilä <mika.penttila@nextfour.com>
+L:      linux-input@vger.kernel.org
+S:      Maintained
+F:      Documentation/devicetree/bindings/input/touchscreen/sis_i2c.txt
+F:      drivers/input/touchscreen/sis_i2c.c
+
 SIS USB2VGA DRIVER
 M:	Thomas Winischhofer <thomas@winischhofer.net>
 S:	Maintained
-- 
2.17.1


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

* Re: [PATCH] Add MAINTAINERS entry for SiS i2c touch input driver.
  2020-10-07  3:51 [PATCH] Add MAINTAINERS entry for SiS i2c touch input driver mika.penttila
@ 2020-10-07  4:14 ` dmitry.torokhov
  0 siblings, 0 replies; 4+ messages in thread
From: dmitry.torokhov @ 2020-10-07  4:14 UTC (permalink / raw)
  To: mika.penttila; +Cc: linux-input

On Wed, Oct 07, 2020 at 06:51:08AM +0300, mika.penttila@nextfour.com wrote:
> From: Mika Penttilä <mika.penttila@nextfour.com>
> 
> Signed-off-by: Mika Penttilä <mika.penttila@nextfour.com>
> 

Applied, thank you.

-- 
Dmitry

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

* Re: [PATCH] Add MAINTAINERS entry for SiS i2c touch input driver.
  2020-10-07  2:56 mika.penttila
@ 2020-10-07  3:42 ` dmitry.torokhov
  0 siblings, 0 replies; 4+ messages in thread
From: dmitry.torokhov @ 2020-10-07  3:42 UTC (permalink / raw)
  To: mika.penttila; +Cc: linux-input

On Wed, Oct 07, 2020 at 05:56:23AM +0300, mika.penttila@nextfour.com wrote:
> From: Mika Penttilä <mika.penttila@nextfour.com>
> 

Still need signed-off-by please.

> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9a54806ebf02..b13c539783c9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15913,6 +15913,13 @@ F:	Documentation/fb/sisfb.rst
>  F:	drivers/video/fbdev/sis/
>  F:	include/video/sisfb.h
>  
> +SIS I2C TOUCHSCREEN DRIVER
> +M:      Mika Penttilä <mika.penttila@nextfour.com>
> +L:      linux-input@vger.kernel.org
> +S:      Maintained
> +F:      Documentation/devicetree/bindings/input/touchscreen/sis_i2c.txt
> +F:      drivers/input/touchscreen/sis_i2c.c
> +
>  SIS USB2VGA DRIVER
>  M:	Thomas Winischhofer <thomas@winischhofer.net>
>  S:	Maintained
> -- 
> 2.17.1
> 

-- 
Dmitry

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

* [PATCH] Add MAINTAINERS entry for SiS i2c touch input driver.
@ 2020-10-07  2:56 mika.penttila
  2020-10-07  3:42 ` dmitry.torokhov
  0 siblings, 1 reply; 4+ messages in thread
From: mika.penttila @ 2020-10-07  2:56 UTC (permalink / raw)
  To: linux-input, dmitry.torokhov; +Cc: Mika Penttilä

From: Mika Penttilä <mika.penttila@nextfour.com>

---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a54806ebf02..b13c539783c9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15913,6 +15913,13 @@ F:	Documentation/fb/sisfb.rst
 F:	drivers/video/fbdev/sis/
 F:	include/video/sisfb.h
 
+SIS I2C TOUCHSCREEN DRIVER
+M:      Mika Penttilä <mika.penttila@nextfour.com>
+L:      linux-input@vger.kernel.org
+S:      Maintained
+F:      Documentation/devicetree/bindings/input/touchscreen/sis_i2c.txt
+F:      drivers/input/touchscreen/sis_i2c.c
+
 SIS USB2VGA DRIVER
 M:	Thomas Winischhofer <thomas@winischhofer.net>
 S:	Maintained
-- 
2.17.1


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

end of thread, other threads:[~2020-10-07  4:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07  3:51 [PATCH] Add MAINTAINERS entry for SiS i2c touch input driver mika.penttila
2020-10-07  4:14 ` dmitry.torokhov
  -- strict thread matches above, loose matches on Subject: below --
2020-10-07  2:56 mika.penttila
2020-10-07  3:42 ` dmitry.torokhov

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