From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751294AbbCTKwv (ORCPT ); Fri, 20 Mar 2015 06:52:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52492 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929AbbCTKwr (ORCPT ); Fri, 20 Mar 2015 06:52:47 -0400 Message-ID: <550BFBA8.7070108@redhat.com> Date: Fri, 20 Mar 2015 06:51:20 -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: Shuah Khan , linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com, linux-doc@vger.kernel.org, a.zummo@towertech.it, john.stultz@linaro.org Subject: Re: [PATCH 1/2 v2] Documentation, split up rtc.txt into documentation and test file References: <1426707993-18714-1-git-send-email-prarit@redhat.com> <1426707993-18714-2-git-send-email-prarit@redhat.com> <550B1469.6030303@osg.samsung.com> <20150319142538.36006fa1@lwn.net> <550B311D.6000403@osg.samsung.com> <550B4169.4090204@osg.samsung.com> In-Reply-To: <550B4169.4090204@osg.samsung.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/19/2015 05:36 PM, Shuah Khan wrote: > On 03/19/2015 02:27 PM, Shuah Khan wrote: >> On 03/19/2015 02:25 PM, Jonathan Corbet wrote: >>> On Thu, 19 Mar 2015 12:24:41 -0600 >>> Shuah Khan wrote: >>> >>>> Hi Jon, >>>> >>>> Would you like to review the change and Ack it, so I can >>>> take the change in my tree. >>> >>> I'd sure like to move more stuff out of the top-level Documentation/ >>> directory, but that's no reason to hold this up. >>> >>> Acked-by: Jonathan Corbet >>> >>> I'll assume you're taking it from here. >>> >>> Thanks, >>> >> > > Hi Prarit, > > Could you please rebase this patch on linux-kselftest next? > I applied a patch that adds timer tests to common logic for > run_tests and install. This patch changed timer Makefile and > your patch conflicts with it. It would be easier to rebase > than fix the conflict. > > There is no need to rebase the second patch. Just this one. Sure, no problem. Jon Corbet -- since I need to respin, you mentioned earlier that you didn't want the rtc.txt file in the Documentation/ directory. Do you want me to also at the same time move it to Documentation/timers/rtc.txt ? P.