From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965252AbbCPQDM (ORCPT ); Mon, 16 Mar 2015 12:03:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32985 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933065AbbCPQDK (ORCPT ); Mon, 16 Mar 2015 12:03:10 -0400 From: Prarit Bhargava To: linux-kernel@vger.kernel.org Cc: corbet@lwn.net, rtc-linux@googlegroups.com, linux-doc@vger.kernel.org, a.zummo@towertech.it, Prarit Bhargava Subject: [PATCH 0/2] Documentation, update RTC documentation Date: Mon, 16 Mar 2015 11:58:53 -0400 Message-Id: <1426521535-12501-1-git-send-email-prarit@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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