public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH][DOC]hpet.txt broken link fix
  2007-07-11 10:04 Dave Young
@ 2007-07-11  2:42 ` Randy Dunlap
  0 siblings, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2007-07-11  2:42 UTC (permalink / raw)
  To: Dave Young; +Cc: linux-kernel

On Wed, 11 Jul 2007 10:04:17 +0000 Dave Young wrote:

> The specification link in hpet document is broken.

OK.  Sadly it's a moving target.
Thanks.

> Signed-off-by: Dave Young <hidave.darkstar@gmail.com> 
> 
> ---
> Documentation/hpet.txt |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -pur linux/Documentation/hpet.txt linux.new/Documentation/hpet.txt
> --- linux/Documentation/hpet.txt	2007-07-11 09:37:24.000000000 +0000
> +++ linux.new/Documentation/hpet.txt	2007-07-11 09:46:33.000000000 +0000
> @@ -5,7 +5,7 @@ for the 8254 and Real Time Clock (RTC) p
>  Each HPET can have up to 32 timers.  It is possible to configure the
>  first two timers as legacy replacements for 8254 and RTC periodic timers.
>  A specification done by Intel and Microsoft can be found at
> -<http://www.intel.com/hardwaredesign/hpetspec.htm>.
> +<http://www.intel.com/technology/architecture/hpetspec.htm>.
>  
>  The driver supports detection of HPET driver allocation and initialization
>  of the HPET before the driver module_init routine is called.  This enables


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: [PATCH][DOC]hpet.txt broken link fix
  2007-07-11 11:25 [PATCH][DOC]hpet.txt broken link fix Dave Young
@ 2007-07-11  4:52 ` Randy Dunlap
  2007-07-18  3:03   ` Dave Young
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2007-07-11  4:52 UTC (permalink / raw)
  To: Dave Young; +Cc: linux-kernel

Dave Young wrote:
> Hi, randy
> 
> how about remove the spec links in the header files as well.
> 
> Subject:
> Remove document links in hpet header files.
> 
> Signed-off-by: Dave Young <hidave.darkstar@gmail.com> 

Agreed.  Acked-by: Randy Dunlap <randy.dunlap@oracle.com>


> ---
> include/asm-i386/hpet.h   |    6 ------
> include/asm-x86_64/hpet.h |    6 ------
> 2 files changed, 12 deletions(-)
> 
> diff -pur linux/include/asm-i386/hpet.h linux.new/include/asm-i386/hpet.h
> --- linux/include/asm-i386/hpet.h	2007-07-11 11:15:42.000000000 +0000
> +++ linux.new/include/asm-i386/hpet.h	2007-07-11 11:16:51.000000000 +0000
> @@ -28,12 +28,6 @@
>  
>  #include <linux/timex.h>
>  
> -/*
> - * Documentation on HPET can be found at:
> - *      http://www.intel.com/ial/home/sp/pcmmspec.htm
> - *      ftp://download.intel.com/ial/home/sp/mmts098.pdf
> - */
> -
>  #define HPET_MMAP_SIZE	1024
>  
>  #define HPET_ID		0x000
> diff -pur linux/include/asm-x86_64/hpet.h linux.new/include/asm-x86_64/hpet.h
> --- linux/include/asm-x86_64/hpet.h	2007-07-11 11:16:07.000000000 +0000
> +++ linux.new/include/asm-x86_64/hpet.h	2007-07-11 11:17:03.000000000 +0000
> @@ -1,12 +1,6 @@
>  #ifndef _ASM_X8664_HPET_H
>  #define _ASM_X8664_HPET_H 1
>  
> -/*
> - * Documentation on HPET can be found at:
> - *      http://www.intel.com/ial/home/sp/pcmmspec.htm
> - *      ftp://download.intel.com/ial/home/sp/mmts098.pdf
> - */
> -
>  #define HPET_MMAP_SIZE	1024
>  
>  #define HPET_ID		0x000


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

* [PATCH][DOC]hpet.txt broken link fix
@ 2007-07-11 10:04 Dave Young
  2007-07-11  2:42 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Young @ 2007-07-11 10:04 UTC (permalink / raw)
  To: linux-kernel

The specification link in hpet document is broken.

Signed-off-by: Dave Young <hidave.darkstar@gmail.com> 

---
Documentation/hpet.txt |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff -pur linux/Documentation/hpet.txt linux.new/Documentation/hpet.txt
--- linux/Documentation/hpet.txt	2007-07-11 09:37:24.000000000 +0000
+++ linux.new/Documentation/hpet.txt	2007-07-11 09:46:33.000000000 +0000
@@ -5,7 +5,7 @@ for the 8254 and Real Time Clock (RTC) p
 Each HPET can have up to 32 timers.  It is possible to configure the
 first two timers as legacy replacements for 8254 and RTC periodic timers.
 A specification done by Intel and Microsoft can be found at
-<http://www.intel.com/hardwaredesign/hpetspec.htm>.
+<http://www.intel.com/technology/architecture/hpetspec.htm>.
 
 The driver supports detection of HPET driver allocation and initialization
 of the HPET before the driver module_init routine is called.  This enables

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

* Re: [PATCH][DOC]hpet.txt broken link fix
@ 2007-07-11 11:25 Dave Young
  2007-07-11  4:52 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Young @ 2007-07-11 11:25 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel

Hi, randy

how about remove the spec links in the header files as well.

Subject:
Remove document links in hpet header files.

Signed-off-by: Dave Young <hidave.darkstar@gmail.com> 

---
include/asm-i386/hpet.h   |    6 ------
include/asm-x86_64/hpet.h |    6 ------
2 files changed, 12 deletions(-)

diff -pur linux/include/asm-i386/hpet.h linux.new/include/asm-i386/hpet.h
--- linux/include/asm-i386/hpet.h	2007-07-11 11:15:42.000000000 +0000
+++ linux.new/include/asm-i386/hpet.h	2007-07-11 11:16:51.000000000 +0000
@@ -28,12 +28,6 @@
 
 #include <linux/timex.h>
 
-/*
- * Documentation on HPET can be found at:
- *      http://www.intel.com/ial/home/sp/pcmmspec.htm
- *      ftp://download.intel.com/ial/home/sp/mmts098.pdf
- */
-
 #define HPET_MMAP_SIZE	1024
 
 #define HPET_ID		0x000
diff -pur linux/include/asm-x86_64/hpet.h linux.new/include/asm-x86_64/hpet.h
--- linux/include/asm-x86_64/hpet.h	2007-07-11 11:16:07.000000000 +0000
+++ linux.new/include/asm-x86_64/hpet.h	2007-07-11 11:17:03.000000000 +0000
@@ -1,12 +1,6 @@
 #ifndef _ASM_X8664_HPET_H
 #define _ASM_X8664_HPET_H 1
 
-/*
- * Documentation on HPET can be found at:
- *      http://www.intel.com/ial/home/sp/pcmmspec.htm
- *      ftp://download.intel.com/ial/home/sp/mmts098.pdf
- */
-
 #define HPET_MMAP_SIZE	1024
 
 #define HPET_ID		0x000

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

* Re: [PATCH][DOC]hpet.txt broken link fix
  2007-07-11  4:52 ` Randy Dunlap
@ 2007-07-18  3:03   ` Dave Young
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Young @ 2007-07-18  3:03 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel

>On 7/11/07, Randy Dunlap <randy.dunlap@oracle.com> wrote:
> Dave Young wrote:
> > Hi, randy
> >
> > how about remove the spec links in the header files as well.
> >
> > Subject:
> > Remove document links in hpet header files.
> >
> > Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
>
> Agreed.  Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
>
>
> > ---
> > include/asm-i386/hpet.h   |    6 ------
> > include/asm-x86_64/hpet.h |    6 ------
> > 2 files changed, 12 deletions(-)
> >
> > diff -pur linux/include/asm-i386/hpet.h linux.new/include/asm-i386/hpet.h
> > --- linux/include/asm-i386/hpet.h     2007-07-11 11:15:42.000000000 +0000
> > +++ linux.new/include/asm-i386/hpet.h 2007-07-11 11:16:51.000000000 +0000
> > @@ -28,12 +28,6 @@
> >
> >  #include <linux/timex.h>
> >
> > -/*
> > - * Documentation on HPET can be found at:
> > - *      http://www.intel.com/ial/home/sp/pcmmspec.htm
> > - *      ftp://download.intel.com/ial/home/sp/mmts098.pdf
> > - */
> > -
> >  #define HPET_MMAP_SIZE       1024
> >
> >  #define HPET_ID              0x000
> > diff -pur linux/include/asm-x86_64/hpet.h linux.new/include/asm-x86_64/hpet.h
> > --- linux/include/asm-x86_64/hpet.h   2007-07-11 11:16:07.000000000 +0000
> > +++ linux.new/include/asm-x86_64/hpet.h       2007-07-11 11:17:03.000000000 +0000
> > @@ -1,12 +1,6 @@
> >  #ifndef _ASM_X8664_HPET_H
> >  #define _ASM_X8664_HPET_H 1
> >
> > -/*
> > - * Documentation on HPET can be found at:
> > - *      http://www.intel.com/ial/home/sp/pcmmspec.htm
> > - *      ftp://download.intel.com/ial/home/sp/mmts098.pdf
> > - */
> > -
> >  #define HPET_MMAP_SIZE       1024
> >
> >  #define HPET_ID              0x000
>
>
Hi,
This patch seems to be missed.

Regards
dave

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

end of thread, other threads:[~2007-07-18  3:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-11 11:25 [PATCH][DOC]hpet.txt broken link fix Dave Young
2007-07-11  4:52 ` Randy Dunlap
2007-07-18  3:03   ` Dave Young
  -- strict thread matches above, loose matches on Subject: below --
2007-07-11 10:04 Dave Young
2007-07-11  2:42 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox