All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for 'clockevents'
@ 2015-06-03 11:14 ` tip-bot for Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Ingo Molnar @ 2015-06-03 11:14 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, tglx, peterz, linux-arch, hpa, mingo, corbet, akpm,
	torvalds, linux-api, josh

Commit-ID:  28dfffd6d14f9cb2277e9bead011e8d510e2c4fa
Gitweb:     http://git.kernel.org/tip/28dfffd6d14f9cb2277e9bead011e8d510e2c4fa
Author:     Ingo Molnar <mingo@kernel.org>
AuthorDate: Wed, 3 Jun 2015 12:37:24 +0200
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Wed, 3 Jun 2015 12:51:39 +0200

Documentation/features/time: Add feature description and arch support status file for 'clockevents'

Cc: <linux-api@vger.kernel.org>
Cc: <linux-arch@vger.kernel.org>
Cc: <linux-kernel@vger.kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Josh Triplett <josh@joshtriplett.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 .../arch-support.txt                                 | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Documentation/features/time/modern-timekeeping/arch-support.txt b/Documentation/features/time/clockevents/arch-support.txt
similarity index 68%
copy from Documentation/features/time/modern-timekeeping/arch-support.txt
copy to Documentation/features/time/clockevents/arch-support.txt
index 17f68a0..ff670b2 100644
--- a/Documentation/features/time/modern-timekeeping/arch-support.txt
+++ b/Documentation/features/time/clockevents/arch-support.txt
@@ -1,32 +1,32 @@
 #
-# Feature name:          modern-timekeeping
-#         Kconfig:       !ARCH_USES_GETTIMEOFFSET
-#         description:   arch does not use arch_gettimeoffset() anymore
+# Feature name:          clockevents
+#         Kconfig:       GENERIC_CLOCKEVENTS
+#         description:   arch support generic clock events
 #
     -----------------------
     |         arch |status|
     -----------------------
     |       alpha: |  ok  |
     |         arc: |  ok  |
-    |         arm: | TODO |
+    |         arm: |  ok  |
     |       arm64: |  ok  |
     |       avr32: |  ok  |
-    |    blackfin: | TODO |
+    |    blackfin: |  ok  |
     |         c6x: |  ok  |
-    |        cris: | TODO |
-    |         frv: |  ok  |
+    |        cris: |  ok  |
+    |         frv: | TODO |
     |       h8300: |  ok  |
     |     hexagon: |  ok  |
-    |        ia64: |  ok  |
+    |        ia64: | TODO |
     |        m32r: | TODO |
-    |        m68k: | TODO |
+    |        m68k: |  ok  |
     |       metag: |  ok  |
     |  microblaze: |  ok  |
     |        mips: |  ok  |
     |     mn10300: |  ok  |
     |       nios2: |  ok  |
     |    openrisc: |  ok  |
-    |      parisc: |  ok  |
+    |      parisc: | TODO |
     |     powerpc: |  ok  |
     |        s390: |  ok  |
     |       score: |  ok  |

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

* [tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for 'clockevents'
@ 2015-06-03 11:14 ` tip-bot for Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Ingo Molnar @ 2015-06-03 11:14 UTC (permalink / raw)
  To: linux-tip-commits-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, tglx-hfZtesqFncYOwBW4kG4KsQ,
	peterz-wEGCiKHe2LqWVfeAwA7xHQ, linux-arch-u79uwXL29TY76Z2rM5mHXA,
	hpa-YMNOUZJC4hwAvxtiuMwx3w, mingo-DgEjT+Ai2ygdnm+yROfE0A,
	corbet-T1hC0tSOHrs, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	linux-api-u79uwXL29TY76Z2rM5mHXA, josh-iaAMLnmF4UmaiuxdJuQwMA

Commit-ID:  28dfffd6d14f9cb2277e9bead011e8d510e2c4fa
Gitweb:     http://git.kernel.org/tip/28dfffd6d14f9cb2277e9bead011e8d510e2c4fa
Author:     Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
AuthorDate: Wed, 3 Jun 2015 12:37:24 +0200
Committer:  Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
CommitDate: Wed, 3 Jun 2015 12:51:39 +0200

Documentation/features/time: Add feature description and arch support status file for 'clockevents'

Cc: <linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: <linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: H. Peter Anvin <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
Cc: Jonathan Corbet <corbet-T1hC0tSOHrs@public.gmane.org>
Cc: Josh Triplett <josh-iaAMLnmF4UmaiuxdJuQwMA@public.gmane.org>
Cc: Linus Torvalds <torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: Peter Zijlstra <peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
Cc: Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
Signed-off-by: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
 .../arch-support.txt                                 | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Documentation/features/time/modern-timekeeping/arch-support.txt b/Documentation/features/time/clockevents/arch-support.txt
similarity index 68%
copy from Documentation/features/time/modern-timekeeping/arch-support.txt
copy to Documentation/features/time/clockevents/arch-support.txt
index 17f68a0..ff670b2 100644
--- a/Documentation/features/time/modern-timekeeping/arch-support.txt
+++ b/Documentation/features/time/clockevents/arch-support.txt
@@ -1,32 +1,32 @@
 #
-# Feature name:          modern-timekeeping
-#         Kconfig:       !ARCH_USES_GETTIMEOFFSET
-#         description:   arch does not use arch_gettimeoffset() anymore
+# Feature name:          clockevents
+#         Kconfig:       GENERIC_CLOCKEVENTS
+#         description:   arch support generic clock events
 #
     -----------------------
     |         arch |status|
     -----------------------
     |       alpha: |  ok  |
     |         arc: |  ok  |
-    |         arm: | TODO |
+    |         arm: |  ok  |
     |       arm64: |  ok  |
     |       avr32: |  ok  |
-    |    blackfin: | TODO |
+    |    blackfin: |  ok  |
     |         c6x: |  ok  |
-    |        cris: | TODO |
-    |         frv: |  ok  |
+    |        cris: |  ok  |
+    |         frv: | TODO |
     |       h8300: |  ok  |
     |     hexagon: |  ok  |
-    |        ia64: |  ok  |
+    |        ia64: | TODO |
     |        m32r: | TODO |
-    |        m68k: | TODO |
+    |        m68k: |  ok  |
     |       metag: |  ok  |
     |  microblaze: |  ok  |
     |        mips: |  ok  |
     |     mn10300: |  ok  |
     |       nios2: |  ok  |
     |    openrisc: |  ok  |
-    |      parisc: |  ok  |
+    |      parisc: | TODO |
     |     powerpc: |  ok  |
     |        s390: |  ok  |
     |       score: |  ok  |

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

end of thread, other threads:[~2015-06-03 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-03 11:14 [tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for 'clockevents' tip-bot for Ingo Molnar
2015-06-03 11:14 ` tip-bot for Ingo Molnar

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.