All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Input: mk712: update documentation web link
@ 2018-04-02 12:55 ` Martin Kepplinger
  0 siblings, 0 replies; 8+ messages in thread
From: Martin Kepplinger @ 2018-04-02 12:55 UTC (permalink / raw)
  To: corbet, dmitry.torokhov
  Cc: gregkh, logang, stefanha, linux-doc, linux-kernel, linux-input,
	Martin Kepplinger

At the mentioned address there's nothing found. By searching information
on the controller chip still can be found, so update the link to the
resulting page.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
 drivers/input/touchscreen/mk712.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c
index bd5352824f77..c179060525ae 100644
--- a/drivers/input/touchscreen/mk712.c
+++ b/drivers/input/touchscreen/mk712.c
@@ -17,7 +17,7 @@
  * found in Gateway AOL Connected Touchpad computers.
  *
  * Documentation for ICS MK712 can be found at:
- *	http://www.idt.com/products/getDoc.cfm?docID=18713923
+ *	https://www.idt.com/general-parts/mk712-touch-screen-controller
  */
 
 /*
-- 
2.16.2

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

* [PATCH 1/2] Input: mk712: update documentation web link
@ 2018-04-02 12:55 ` Martin Kepplinger
  0 siblings, 0 replies; 8+ messages in thread
From: Martin Kepplinger @ 2018-04-02 12:55 UTC (permalink / raw)
  To: corbet, dmitry.torokhov
  Cc: gregkh, logang, stefanha, linux-doc, linux-kernel, linux-input,
	Martin Kepplinger

At the mentioned address there's nothing found. By searching information
on the controller chip still can be found, so update the link to the
resulting page.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
 drivers/input/touchscreen/mk712.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c
index bd5352824f77..c179060525ae 100644
--- a/drivers/input/touchscreen/mk712.c
+++ b/drivers/input/touchscreen/mk712.c
@@ -17,7 +17,7 @@
  * found in Gateway AOL Connected Touchpad computers.
  *
  * Documentation for ICS MK712 can be found at:
- *	http://www.idt.com/products/getDoc.cfm?docID=18713923
+ *	https://www.idt.com/general-parts/mk712-touch-screen-controller
  */
 
 /*
-- 
2.16.2

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 2/2] Documentation: devices.txt: remove the mk712 touchscreen device from the list
  2018-04-02 12:55 ` Martin Kepplinger
@ 2018-04-02 12:55   ` Martin Kepplinger
  -1 siblings, 0 replies; 8+ messages in thread
From: Martin Kepplinger @ 2018-04-02 12:55 UTC (permalink / raw)
  To: corbet, dmitry.torokhov
  Cc: gregkh, logang, stefanha, linux-doc, linux-kernel, linux-input,
	Martin Kepplinger

The input/touchscreen/mk712.c driver has been rewritten for the common
input event system. in 2005. There shouldn't a special device node be
created anymore.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
---

Please review this by looking at the driver too. Thanks,

                    martin



 Documentation/admin-guide/devices.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/admin-guide/devices.txt b/Documentation/admin-guide/devices.txt
index 4ec843123cc3..fb39bbf0789a 100644
--- a/Documentation/admin-guide/devices.txt
+++ b/Documentation/admin-guide/devices.txt
@@ -259,7 +259,6 @@
 		 11 = /dev/vrtpanel	Vr41xx embedded touch panel
 		 13 = /dev/vpcmouse	Connectix Virtual PC Mouse
 		 14 = /dev/touchscreen/ucb1x00  UCB 1x00 touchscreen
-		 15 = /dev/touchscreen/mk712	MK712 touchscreen
 		128 = /dev/beep		Fancy beep device
 		129 =
 		130 = /dev/watchdog	Watchdog timer port
-- 
2.16.2

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

* [PATCH 2/2] Documentation: devices.txt: remove the mk712 touchscreen device from the list
@ 2018-04-02 12:55   ` Martin Kepplinger
  0 siblings, 0 replies; 8+ messages in thread
From: Martin Kepplinger @ 2018-04-02 12:55 UTC (permalink / raw)
  To: corbet, dmitry.torokhov
  Cc: gregkh, logang, stefanha, linux-doc, linux-kernel, linux-input,
	Martin Kepplinger

The input/touchscreen/mk712.c driver has been rewritten for the common
input event system. in 2005. There shouldn't a special device node be
created anymore.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
---

Please review this by looking at the driver too. Thanks,

                    martin



 Documentation/admin-guide/devices.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/admin-guide/devices.txt b/Documentation/admin-guide/devices.txt
index 4ec843123cc3..fb39bbf0789a 100644
--- a/Documentation/admin-guide/devices.txt
+++ b/Documentation/admin-guide/devices.txt
@@ -259,7 +259,6 @@
 		 11 = /dev/vrtpanel	Vr41xx embedded touch panel
 		 13 = /dev/vpcmouse	Connectix Virtual PC Mouse
 		 14 = /dev/touchscreen/ucb1x00  UCB 1x00 touchscreen
-		 15 = /dev/touchscreen/mk712	MK712 touchscreen
 		128 = /dev/beep		Fancy beep device
 		129 =
 		130 = /dev/watchdog	Watchdog timer port
-- 
2.16.2

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 2/2] Documentation: devices.txt: remove the mk712 touchscreen device from the list
  2018-04-02 12:55   ` Martin Kepplinger
@ 2018-05-29 22:58     ` Dmitry Torokhov
  -1 siblings, 0 replies; 8+ messages in thread
From: Dmitry Torokhov @ 2018-05-29 22:58 UTC (permalink / raw)
  To: Martin Kepplinger
  Cc: corbet, gregkh, logang, stefanha, linux-doc, linux-kernel, linux-input

On Mon, Apr 02, 2018 at 02:55:51PM +0200, Martin Kepplinger wrote:
> The input/touchscreen/mk712.c driver has been rewritten for the common
> input event system. in 2005. There shouldn't a special device node be
> created anymore.
> 
> Signed-off-by: Martin Kepplinger <martink@posteo.de>

Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

Jon, can you please pick it up?

> ---
> 
> Please review this by looking at the driver too. Thanks,
> 
>                     martin
> 
> 
> 
>  Documentation/admin-guide/devices.txt | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/devices.txt b/Documentation/admin-guide/devices.txt
> index 4ec843123cc3..fb39bbf0789a 100644
> --- a/Documentation/admin-guide/devices.txt
> +++ b/Documentation/admin-guide/devices.txt
> @@ -259,7 +259,6 @@
>  		 11 = /dev/vrtpanel	Vr41xx embedded touch panel
>  		 13 = /dev/vpcmouse	Connectix Virtual PC Mouse
>  		 14 = /dev/touchscreen/ucb1x00  UCB 1x00 touchscreen
> -		 15 = /dev/touchscreen/mk712	MK712 touchscreen
>  		128 = /dev/beep		Fancy beep device
>  		129 =
>  		130 = /dev/watchdog	Watchdog timer port
> -- 
> 2.16.2
> 

-- 
Dmitry

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

* Re: [PATCH 2/2] Documentation: devices.txt: remove the mk712 touchscreen device from the list
@ 2018-05-29 22:58     ` Dmitry Torokhov
  0 siblings, 0 replies; 8+ messages in thread
From: Dmitry Torokhov @ 2018-05-29 22:58 UTC (permalink / raw)
  To: Martin Kepplinger
  Cc: corbet, gregkh, logang, stefanha, linux-doc, linux-kernel, linux-input

On Mon, Apr 02, 2018 at 02:55:51PM +0200, Martin Kepplinger wrote:
> The input/touchscreen/mk712.c driver has been rewritten for the common
> input event system. in 2005. There shouldn't a special device node be
> created anymore.
> 
> Signed-off-by: Martin Kepplinger <martink@posteo.de>

Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

Jon, can you please pick it up?

> ---
> 
> Please review this by looking at the driver too. Thanks,
> 
>                     martin
> 
> 
> 
>  Documentation/admin-guide/devices.txt | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/devices.txt b/Documentation/admin-guide/devices.txt
> index 4ec843123cc3..fb39bbf0789a 100644
> --- a/Documentation/admin-guide/devices.txt
> +++ b/Documentation/admin-guide/devices.txt
> @@ -259,7 +259,6 @@
>  		 11 = /dev/vrtpanel	Vr41xx embedded touch panel
>  		 13 = /dev/vpcmouse	Connectix Virtual PC Mouse
>  		 14 = /dev/touchscreen/ucb1x00  UCB 1x00 touchscreen
> -		 15 = /dev/touchscreen/mk712	MK712 touchscreen
>  		128 = /dev/beep		Fancy beep device
>  		129 =
>  		130 = /dev/watchdog	Watchdog timer port
> -- 
> 2.16.2
> 

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/2] Input: mk712: update documentation web link
  2018-04-02 12:55 ` Martin Kepplinger
@ 2018-05-29 22:59   ` Dmitry Torokhov
  -1 siblings, 0 replies; 8+ messages in thread
From: Dmitry Torokhov @ 2018-05-29 22:59 UTC (permalink / raw)
  To: Martin Kepplinger
  Cc: corbet, gregkh, logang, stefanha, linux-doc, linux-kernel, linux-input

On Mon, Apr 02, 2018 at 02:55:50PM +0200, Martin Kepplinger wrote:
> At the mentioned address there's nothing found. By searching information
> on the controller chip still can be found, so update the link to the
> resulting page.
> 
> Signed-off-by: Martin Kepplinger <martink@posteo.de>

Applied, thank you.

> ---
>  drivers/input/touchscreen/mk712.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c
> index bd5352824f77..c179060525ae 100644
> --- a/drivers/input/touchscreen/mk712.c
> +++ b/drivers/input/touchscreen/mk712.c
> @@ -17,7 +17,7 @@
>   * found in Gateway AOL Connected Touchpad computers.
>   *
>   * Documentation for ICS MK712 can be found at:
> - *	http://www.idt.com/products/getDoc.cfm?docID=18713923
> + *	https://www.idt.com/general-parts/mk712-touch-screen-controller
>   */
>  
>  /*
> -- 
> 2.16.2
> 

-- 
Dmitry

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

* Re: [PATCH 1/2] Input: mk712: update documentation web link
@ 2018-05-29 22:59   ` Dmitry Torokhov
  0 siblings, 0 replies; 8+ messages in thread
From: Dmitry Torokhov @ 2018-05-29 22:59 UTC (permalink / raw)
  To: Martin Kepplinger
  Cc: corbet, gregkh, logang, stefanha, linux-doc, linux-kernel, linux-input

On Mon, Apr 02, 2018 at 02:55:50PM +0200, Martin Kepplinger wrote:
> At the mentioned address there's nothing found. By searching information
> on the controller chip still can be found, so update the link to the
> resulting page.
> 
> Signed-off-by: Martin Kepplinger <martink@posteo.de>

Applied, thank you.

> ---
>  drivers/input/touchscreen/mk712.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c
> index bd5352824f77..c179060525ae 100644
> --- a/drivers/input/touchscreen/mk712.c
> +++ b/drivers/input/touchscreen/mk712.c
> @@ -17,7 +17,7 @@
>   * found in Gateway AOL Connected Touchpad computers.
>   *
>   * Documentation for ICS MK712 can be found at:
> - *	http://www.idt.com/products/getDoc.cfm?docID=18713923
> + *	https://www.idt.com/general-parts/mk712-touch-screen-controller
>   */
>  
>  /*
> -- 
> 2.16.2
> 

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2018-05-29 23:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-02 12:55 [PATCH 1/2] Input: mk712: update documentation web link Martin Kepplinger
2018-04-02 12:55 ` Martin Kepplinger
2018-04-02 12:55 ` [PATCH 2/2] Documentation: devices.txt: remove the mk712 touchscreen device from the list Martin Kepplinger
2018-04-02 12:55   ` Martin Kepplinger
2018-05-29 22:58   ` Dmitry Torokhov
2018-05-29 22:58     ` Dmitry Torokhov
2018-05-29 22:59 ` [PATCH 1/2] Input: mk712: update documentation web link Dmitry Torokhov
2018-05-29 22:59   ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.