From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933362AbbCRTN7 (ORCPT ); Wed, 18 Mar 2015 15:13:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60777 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933208AbbCRTNz (ORCPT ); Wed, 18 Mar 2015 15:13:55 -0400 Message-ID: <5509CE1D.20506@redhat.com> Date: Wed, 18 Mar 2015 15:12:29 -0400 From: Prarit Bhargava User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131028 Thunderbird/17.0.10 MIME-Version: 1.0 To: Jonathan Corbet CC: linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com, linux-doc@vger.kernel.org, a.zummo@towertech.it, John Stultz Subject: Re: [PATCH 0/2] Documentation, update RTC documentation References: <1426521535-12501-1-git-send-email-prarit@redhat.com> <20150316111048.66dd7f02@lwn.net> In-Reply-To: <20150316111048.66dd7f02@lwn.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/16/2015 01:10 PM, Jonathan Corbet wrote: > On Mon, 16 Mar 2015 11:58:53 -0400 > Prarit Bhargava wrote: > >> 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. > > Makes sense to me. If you're going to do that, though, rtctest.c should > move out of the documentation directory to, probably, somewhere under > tools/. > Thanks for the input Jon. I'm going to resubmit this after jstultz' timekeeping tests get into linux-next or linux. It looks like my changes will fit nicely on top of his. I've tested them locally here and don't see any issues. http://marc.info/?l=linux-kernel&m=142612122002939&w=2 P.