[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1426707993-18714-1-git-send-email-prarit@redhat.com>
Date: Wed, 18 Mar 2015 15:46:31 -0400
From: Prarit Bhargava <prarit@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Prarit Bhargava <prarit@...hat.com>, corbet@....net,
rtc-linux@...glegroups.com, linux-doc@...r.kernel.org,
a.zummo@...ertech.it, john.stultz@...aro.org,
shuahkh@....samsung.com
Subject: [PATCH 0/2 v2] Split Documentation/rtc.txt
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.
[v2] this patchset was built on
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git next
in order to get jstultz' latest tools/testing/selftests/timers/ changes.
Signed-off-by: Prarit Bhargava <prarit@...hat.com>
Cc: corbet@....net
Cc: rtc-linux@...glegroups.com
Cc: linux-doc@...r.kernel.org
Cc: a.zummo@...ertech.it
Cc: prarit@...hat.com
Cc: john.stultz@...aro.org
Cc: shuahkh@....samsung.com
Prarit Bhargava (2):
Documentation, split up rtc.txt into documentation and test file
tools, update rtctest.c to verify passage of time
Documentation/rtc.txt | 264 +-----------------------------
tools/testing/selftests/timers/Makefile | 3 +-
tools/testing/selftests/timers/rtctest.c | 271 +++++++++++++++++++++++++++++++
3 files changed, 274 insertions(+), 264 deletions(-)
create mode 100644 tools/testing/selftests/timers/rtctest.c
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists