public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Documentation, update RTC documentation
@ 2015-03-16 15:58 Prarit Bhargava
  2015-03-16 15:58 ` [PATCH 1/2] Documentation, add rtc directory and split up rtc.txt Prarit Bhargava
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Prarit Bhargava @ 2015-03-16 15:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: corbet, rtc-linux, linux-doc, a.zummo, Prarit Bhargava

Documentation/rtc.txt is a combination of two files, a real documentation
file and a test program.  Splitting these up into two files is a good idea
for automated testing.  While testing on an AMD based system it was noticed
that the RTC was not behaving properly which lead to a possible bug in the
BIOS (the analysis of which is still ongoing).  rtctest.c returned a false
positive because it does not check the time between interrupts is what was
expected.  This patchset adds Documentation/rtc, splits the rtc.txt into two
files and updates the test to verify the passage of time.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>

Prarit Bhargava (2):
  Documentation, add rtc directory and split up rtc.txt
  Documentation, update rtctest.c to verify passage of time

 Documentation/rtc.txt       |  469 -------------------------------------------
 Documentation/rtc/rtc.txt   |  207 +++++++++++++++++++
 Documentation/rtc/rtctest.c |  271 +++++++++++++++++++++++++
 3 files changed, 478 insertions(+), 469 deletions(-)
 delete mode 100644 Documentation/rtc.txt
 create mode 100644 Documentation/rtc/rtc.txt
 create mode 100644 Documentation/rtc/rtctest.c

-- 
1.7.9.3


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

end of thread, other threads:[~2015-03-18 19:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 15:58 [PATCH 0/2] Documentation, update RTC documentation Prarit Bhargava
2015-03-16 15:58 ` [PATCH 1/2] Documentation, add rtc directory and split up rtc.txt Prarit Bhargava
2015-03-16 15:58 ` [PATCH 2/2] Documentation, update rtctest.c to verify passage of time Prarit Bhargava
2015-03-16 17:10 ` [PATCH 0/2] Documentation, update RTC documentation Jonathan Corbet
2015-03-18 19:12   ` Prarit Bhargava

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